Re: dpb inconsistency

2015-05-19 Thread RD Thrush
On 05/19/15 18:30, Marc Espie wrote: > On Tue, May 19, 2015 at 02:22:39PM -0400, RD Thrush wrote: >> Looking at the smallest logfile[3], in the clean phase: >> ===> Cleaning for xfce4-panel-4.12.0p2 >> (Junk lock failure for dpb@a8v2 at 1432039248) >> Received

Re: dpb inconsistency

2015-05-19 Thread RD Thrush
On 05/19/15 12:45, Marc Espie wrote:> On Tue, May 19, 2015 at 12:06:48PM -0400, RD Thrush wrote: >> I realize dpb is undergoing rapid development so if the following anomaly is >> old news, please disregard. >> >> Using -current(amd64) dpb and multiple chrooted

dpb inconsistency

2015-05-19 Thread RD Thrush
I realize dpb is undergoing rapid development so if the following anomaly is old news, please disregard. Using -current(amd64) dpb and multiple chrooted remote hosts, I notice that rerunning some failed jobs result in success while others still fail. In my partial build, the following jobs fail

Re: guide to current use of dpb

2015-05-15 Thread RD Thrush
rush.com/openbsd/dpb/today.201505150842/> This is the contents of the hosts file for the above single host dpb run: x6v64:build/packages 131>cat dpb_hosts.amd64 DEFAULT build_user=dpb memory=200M stuck=1000 arch=amd64 DIRMODE=0770 FETCH_USER=dpb_fetch LOG_USER=rd STARTUP=/home/rd/OpenBSD/bui

Re: HEADS-UP: dpb changes

2015-05-10 Thread RD Thrush
On 05/01/15 16:10, Marc Espie wrote: > I've worked hard to allow for dpb to work in a new model, most specifically > so that chroot always works, and also to have a slightly better security > model. Thanks for this large improvement. I have struggled w/ the previous chroot model as I wanted to

PATCH: kde3 base needs sys/vmmeter.h

2014-07-07 Thread RD Thrush
The following patch fixes the compilation of x11/kde/base3 for me. Index: ports/x11/kde/base3/Makefile === RCS file: /pub2/cvsroot/OpenBSD/ports/x11/kde/base3/Makefile,v retrieving revision 1.129 diff -u -p -u -p -r1.129 Makefile ---

Re: Fix of sysctl.c rev. 1.191 related bug and unbreak diskless(8)

2013-07-15 Thread RD Thrush
On 07/14/13 23:50, Philip Guenther wrote: > On Sun, Jul 14, 2013 at 12:54 AM, Rafael Neves wrote: >> The patch below fixes a bug on sysctl(8) introduced by revision 1.191 >> of sysctl.c. After rev1.191, `sysctl vfs' mangles information about >> filesystems (mounted instances of ffs are attributed

Re: KDE 4 state

2013-04-27 Thread RD Thrush
On 04/27/13 16:23, Nigel Taylor wrote: > On 04/27/13 20:50, RD Thrush wrote: >> On 04/26/13 14:52, Vadim Zhukov wrote: >>> Here I want to describe current state of KDE4 ports. >> >> Thanks very much for the exceptional efforts. >> >>> 1. All KDE

UPDATE: p5-IO-Tty

2012-12-12 Thread RD Thrush
After the libc posix pty api addition, make regress failed. Removing the Tty_xs patch appears to fix the problem. Index: Makefile === RCS file: /a8v/pub2/cvsroot/OpenBSD/ports/devel/p5-IO-Tty/Makefile,v retrieving revision 1.15 diff -

Re: multimedia/gstreamer1/plugins-libav configure

2012-09-26 Thread RD Thrush
On 09/26/12 20:46, Federico Schwindt wrote: > On Thu, Sep 27, 2012 at 1:22 AM, RD Thrush wrote: >> Since my /tmp is mounted noexec, make configure fails: >> >> Unable to create and execute files in /tmp. Set the TMPDIR environment >> variable to another directory a

multimedia/gstreamer1/plugins-libav configure

2012-09-26 Thread RD Thrush
Since my /tmp is mounted noexec, make configure fails: Unable to create and execute files in /tmp. Set the TMPDIR environment variable to another directory and make sure that it is not mounted noexec. Sanity test failed. The attached patch fixes it for me (lifted from graphics/ffmpeg/Makefile).

graphics/clutter/mx configure

2012-09-25 Thread RD Thrush
configure fails: cd /usr/obj/amd64/ports/mx-1.4.7/clutter-project-mx-32cb530/ && env AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.12 autogen.sh env: autogen.sh: No such file or directory *** Error code 127 in target pre-configure The following fixes it for me: Index: Makefile ==

Re: splassert: assertwaitok: want -1 have 1 - possibly pppoe related

2012-06-27 Thread RD Thrush
On 06/26/12 12:36, Matthew Dempsky wrote: > This looks similar to the pppoe(4) bug that stsp fixed last year: > http://marc.info/?l=openbsd-tech&m=130288210121749&w=2 > > Seems to me like sppp_clear_ip_addresses() needs the same workq > treatment that sppp_set_ip_addresses() received. Thanks for

Re: error out if PORTSDIR is not set to the real directory.

2012-03-24 Thread RD Thrush
Catching up on misc@... Inline reply. On 03/23/12 15:48, Jan Stary wrote: On Mar 23 13:58:08, RD Thrush wrote: On 03/23/12 07:25, Stuart Henderson wrote: On 2012/03/23 07:11, RD Thrush wrote: My PORTSDIR is on an nfs server. Mounting the particular nfs directory on /usr/ports (and setting

Re: error out if PORTSDIR is not set to the real directory.

2012-03-24 Thread RD Thrush
On 03/23/12 14:37, Marc Espie wrote: Since we are talking about a cluster here, it's likely you're mixing&matching stuff and confusing what happens on the local box and on the distant box. I'm pretty sure that, if you take the time to REALLY look at what's going on on your machine(s), you'll fig

Re: error out if PORTSDIR is not set to the real directory.

2012-03-23 Thread RD Thrush
On 03/23/12 15:50, Jan Stary wrote: On Mar 23 13:59:42, RD Thrush wrote: On 03/23/12 09:01, Jan Stary wrote: On Mar 23 07:11:45, RD Thrush wrote: My PORTSDIR is on an nfs server. Mounting the particular nfs directory on /usr/ports (and setting PORTSDIR accordingly) fails the new test in

Re: error out if PORTSDIR is not set to the real directory.

2012-03-23 Thread RD Thrush
On 03/23/12 09:01, Jan Stary wrote: On Mar 23 07:11:45, RD Thrush wrote: My PORTSDIR is on an nfs server. Mounting the particular nfs directory on /usr/ports (and setting PORTSDIR accordingly) fails the new test in bsd.port.mk. Can you please show how exactly you are mounting it, and how

Re: error out if PORTSDIR is not set to the real directory.

2012-03-23 Thread RD Thrush
On 03/23/12 07:25, Stuart Henderson wrote: On 2012/03/23 07:11, RD Thrush wrote: My PORTSDIR is on an nfs server. Mounting the particular nfs directory on /usr/ports (and setting PORTSDIR accordingly) fails the new test in bsd.port.mk. Apparently test -h considers an nfs mount the same as a

Re: error out if PORTSDIR is not set to the real directory.

2012-03-23 Thread RD Thrush
On 03/23/12 08:05, Marc Espie wrote: On Fri, Mar 23, 2012 at 11:25:49AM +, Stuart Henderson wrote: On 2012/03/23 07:11, RD Thrush wrote: My PORTSDIR is on an nfs server. Mounting the particular nfs directory on /usr/ports (and setting PORTSDIR accordingly) fails the new test in

error out if PORTSDIR is not set to the real directory.

2012-03-23 Thread RD Thrush
My PORTSDIR is on an nfs server. Mounting the particular nfs directory on /usr/ports (and setting PORTSDIR accordingly) fails the new test in bsd.port.mk. Apparently test -h considers an nfs mount the same as a symlink... The attached diff fixes the problem for me. Index: bsd.port.mk =

Re: Security Update: Samba 3.6.3

2012-02-01 Thread RD Thrush
On 01/31/12 18:58, Stuart Henderson wrote: On 2012/01/31 23:34, Nigel Taylor wrote: On 01/31/12 07:24, Ian McWilliam wrote: Fo those in need of a samba fix. http://www.samba.org/samba/security/CVE-2012-0817 The Samba smbd daemon that listens for incoming connections leaks a small amount of me

Re: UPDATE: VLC 1.1.12

2011-11-14 Thread RD Thrush
On 11/14/11 19:00, Stuart Henderson wrote: On 2011-11-14, Brad wrote: On 14/11/11 6:26 PM, Stuart Henderson wrote: Is there a reason why this is in the vlc thread on ports@? I thought that at first until I read the sendbug link. It's posted here because using VLC exposes this bug with the NF

Re: UPDATE: VLC 1.1.12

2011-11-14 Thread RD Thrush
On 11/13/11 19:34, Brad wrote: Thanks to phessler@ for coming up with a hack to workaround the issue with the tdestroy() wrapper we should be able to move forward with a VLC 1.1 update. Here is an update to VLC 1.1.12. Tested by phessler@ and I on amd64. Please test, especially on macppc and spa

Re: update: mail/claws-mail* 3.7.9

2011-06-04 Thread RD Thrush
On 06/04/11 08:01, Stuart Henderson wrote: On 2011-06-03, Ed Ahlsen-Girard wrote: From: ? ? ? Gabriel Guzman Date: ? ? ? 2011-04-17 15:19:09 On Sun, 17 Apr 2011 16:50:43 +0200 (CEST) Antoine Jacoutot wrote: On Sun, 17 Apr 2011, Gabriel Guzman wrote: On Sun, 17 Apr 2011 13:46:44 +0200 r

Re: NEW: arora 0.11.0

2011-05-16 Thread RD Thrush
On 05/15/11 16:33, Brad wrote: Here is a port of the Arora web browser. It builds ok on amd64 and I briefly ran it successfully. However, the HOMEPAGE appears wrong: x2:www/arora 11655>diffdt -wbu Makefile diff -wbu Makefile.20110515 Makefile --- Makefile.20110515 Sun May 15 16:25:54 201

Re: UPDATE: security/libfwbuilder + security/fwbuilder

2010-07-13 Thread RD Thrush
On 07/13/10 13:36, Vadim Zhukov wrote: > 2010/7/13 Stuart Henderson : >> On 2010/07/13 21:01, Vadim Zhukov wrote: >>> 2010/7/13 Stuart Henderson : On 2010/07/13 19:30, Vadim Zhukov wrote: >> o upstream appears to have rerolled the tarballs and incorporated all >> but the >> qmake

net/isc-dhcp man page patch

2010-04-16 Thread RD Thrush
[ Maintainer timeout ] In looking over the weekly makewhatis output, I noticed the following: Rebuilding whatis databases: Unknown manpage type /usr/local/man/cat5/dhcp-eval.5 Unknown manpage type /usr/local/man/cat5/dhcp-options.5 Unknown manpage type /usr/local/man/cat5/dhcpd.conf.5 Unknown man

make update fails when FORCE_UPDATE is set

2010-03-22 Thread RD Thrush
The problem crept in with version 1.982. Index: bsd.port.mk === RCS file: /pub/cvsroot/OpenBSD/ports/infrastructure/mk/bsd.port.mk,v retrieving revision 1.985 diff -u -p -u -p -r1.985 bsd.port.mk --- bsd.port.mk 21 Mar 2010 17:12:10 -0

Makefile conditionals & /etc/mk.conf

2010-03-05 Thread RD Thrush
I'm surprised by the behavior of conditionals involving variables set in /etc/mk.conf. For example, the audio/jack Makefile has these lines: .ifdef DEBUG CONFIGURE_ARGS += --enable-debug .endif With DEBUG=-g in /etc/mk.conf, CONFIGURE_ARGS does *not* have the "--enable-debug" string. Here'

Re: subtitleeditor -current - Segmentation fault (core dumped)

2010-03-03 Thread RD Thrush
Stuart Henderson wrote: > On 2010/03/02 19:55, RD Thrush wrote: >> Stuart Henderson wrote: >>> On 2010/03/02 10:09, RD Thrush wrote: >>>> With -current and the latest packages from ftp3.usa.openbsd.org, >>>> subtitleeditor >>>> crashes. I&#

Re: subtitleeditor -current - Segmentation fault (core dumped)

2010-03-02 Thread RD Thrush
Stuart Henderson wrote: > On 2010/03/02 10:09, RD Thrush wrote: >> With -current and the latest packages from ftp3.usa.openbsd.org, >> subtitleeditor >> crashes. I've appended the details including the gdb backtrace and dmesg. >> FWIW, I had a similar problem with

subtitleeditor -current - Segmentation fault (core dumped)

2010-03-02 Thread RD Thrush
With -current and the latest packages from ftp3.usa.openbsd.org, subtitleeditor crashes. I've appended the details including the gdb backtrace and dmesg. FWIW, I had a similar problem with subtitleeditor built from ports. More detail at It looks like

[PATCH] fix MESSAGE for net/adsuck

2010-01-18 Thread RD Thrush
TRUETRUEPREFIX -> TRUEPREFIX Index: net/adsuck/Makefile === RCS file: /pub/cvsroot/OpenBSD/ports/net/adsuck/Makefile,v retrieving revision 1.7 diff -u -p -u -p -r1.7 Makefile --- net/adsuck/Makefile 2 Nov 2009 22:39:51 - 1.7

UPDATE: games/sudoku-solver

2009-12-17 Thread RD Thrush
-lm is needed after openmotif-2.3.2p0 update regen plist Index: ports/games/sudoku-solver/Makefile === RCS file: /pub/anoncvs/cvs/OpenBSD/ports/games/sudoku-solver/Makefile,v retrieving revision 1.5 diff -u -p -w -b -u -r1.5 Makefile -

Re: UPDATE: mozilla-firefox-3.0

2008-07-19 Thread RD Thrush
> "m" == Martynas Venckus <[EMAIL PROTECTED]> writes: m> Updated diffs at http://www.altroot.org/p/. Changes: m> * sqlite-3.5.9 m> - merge espie's changes, with two small modifications m> * nss-3.12 m> - update to nss-3.12 m> - no need for -Bsymbolic, except for freebl3 m> * nspr-4.7.1 m> -

gtk-vnc update

2008-07-12 Thread RD Thrush
The appended diff fixes some small problems, ie. o configure prefers gmkdir (misc/fileutils) o plugin install writes directly in /usr/local/ hierarchy The diff also reflects new pkg/PLIST-{main,plugin} generated via make plist. Index: Makefile

Re: UPDATE: net/ddclient

2007-03-22 Thread RD Thrush
Antoine Jacoutot wrote: On Thu, 22 Mar 2007, Joerg Zinke wrote: new diff attached, with input from antoine and rd trush. switched to /var/db/ddclient for cache file according to hier(7). I reworked the Makefile a bit. Comments/Ok? Looks good to me.

Unexpected behavior from pkg_add -u

2005-09-15 Thread RD Thrush
568>pkg_info | grep nsd nsd-2.2.1 authoritative-only name server daemon 569>ls -l $PKG_PATH/nsd* -rw-r--r-- 3 rd rd 129393 Aug 30 08:21 /usr/ports/packages/i386/all/nsd-2.2.1.tgz -rw-r--r-- 3 rd rd 131240 Sep 15 04:06 /usr/ports/packages/i386/all/nsd-2.3.1.tgz 570>sudo pkg_add -u