Re: new snapshot [Re: coreutils 6.9.92 fail to configure on *bsd

2008-01-26 Thread Elias Pipping
On Sat, Jan 26, 2008 at 07:06:58PM +0100, Jim Meyering wrote: > > Here's a better one: More progress! (still fails) > * tests/cp/preserve-gid: accommodate Darwin9 oddity. > > diff --git a/tests/cp/preserve-gid b/tests/cp/preserve-gid > index 9537dc0..82ee861 100755 > --- a/tests/cp/preserve-gid

Re: new snapshot [Re: coreutils 6.9.92 fail to configure on *bsd

2008-01-26 Thread Jim Meyering
Elias Pipping <[EMAIL PROTECTED]> wrote: > On Sat, Jan 26, 2008 at 05:34:17PM +0100, Jim Meyering wrote: >> >> Here's an additional patch that should get us past the latest failure. > > Unfortunately, it doesn't. ... > ++ stat -c '%u %g' b > + s='1000 0' > + test 'x1000 0' '!=' 'x1000 1000' > + te

Re: new snapshot [Re: coreutils 6.9.92 fail to configure on *bsd

2008-01-26 Thread Elias Pipping
On Sat, Jan 26, 2008 at 05:34:17PM +0100, Jim Meyering wrote: > > Here's an additional patch that should get us past the latest failure. Unfortunately, it doesn't. > diff --git a/tests/cp/preserve-gid b/tests/cp/preserve-gid > index 9537dc0..15bb51c 100755 > --- a/tests/cp/preserve-gid > +++ b/te

Re: new snapshot [Re: coreutils 6.9.92 fail to configure on *bsd

2008-01-26 Thread Jim Meyering
Elias Pipping <[EMAIL PROTECTED]> wrote: > On Sat, Jan 26, 2008 at 03:36:23PM +0100, Jim Meyering wrote: >> Please see if this makes the test pass: >> >> Avoid cp/preserve-gid test failure on Mac OS 10.5.1 (Darwin 9.1) >> * tests/cp/preserve-gid: Set group as well as owner on ".". >>

Re: new snapshot [Re: coreutils 6.9.92 fail to configure on *bsd

2008-01-26 Thread Elias Pipping
On Sat, Jan 26, 2008 at 03:36:23PM +0100, Jim Meyering wrote: > Please see if this makes the test pass: > > Avoid cp/preserve-gid test failure on Mac OS 10.5.1 (Darwin 9.1) > * tests/cp/preserve-gid: Set group as well as owner on ".". > Reported by Elias Pipping. > > diff --git

Re: new snapshot [Re: coreutils 6.9.92 fail to configure on *bsd

2008-01-26 Thread Jim Meyering
Elias Pipping <[EMAIL PROTECTED]> wrote: > On Sat, Jan 26, 2008 at 01:54:58PM +0100, Jim Meyering wrote: >> Elias Pipping <[EMAIL PROTECTED]> wrote: >> >> > # ls -ld . f >> > drwxr-xr-x 3 pipping staff 11186 Jan 26 12:29 . >> > -rw-r--r-- 1 root wheel 2 Jan 26 12:29 f >> > # .

Re: new snapshot [Re: coreutils 6.9.92 fail to configure on *bsd

2008-01-26 Thread Elias Pipping
On Sat, Jan 26, 2008 at 01:54:58PM +0100, Jim Meyering wrote: > Elias Pipping <[EMAIL PROTECTED]> wrote: > > > # ls -ld . f > > drwxr-xr-x 3 pipping staff 11186 Jan 26 12:29 . > > -rw-r--r-- 1 root wheel 2 Jan 26 12:29 f > > # ./cp f g > > # ls -l g > > -rw-r--r-- 1 root

Re: new snapshot [Re: coreutils 6.9.92 fail to configure on *bsd

2008-01-26 Thread Elias Pipping
On Sat, Jan 26, 2008 at 02:19:12PM +0100, Andreas Schwab wrote: > Elias Pipping <[EMAIL PROTECTED]> writes: > > > Sorry, but there's no strace on darwin9. > > The darwin equivalent appears to be ktrace. Indeed. While ktrace came with darwin8, it no longer comes with darwin9, though. -- Elias

Re: new snapshot [Re: coreutils 6.9.92 fail to configure on *bsd

2008-01-26 Thread Andreas Schwab
Elias Pipping <[EMAIL PROTECTED]> writes: > Sorry, but there's no strace on darwin9. The darwin equivalent appears to be ktrace. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B

Re: new snapshot [Re: coreutils 6.9.92 fail to configure on *bsd

2008-01-26 Thread Jim Meyering
Elias Pipping <[EMAIL PROTECTED]> wrote: > On Sat, Jan 26, 2008 at 08:58:34AM +0100, Jim Meyering wrote: >> >> Please do this as root: >> >> cd coreutils-6.10/src >> ./id -a >> ./rm -rf f g >> echo a > f >> ./chown +0:+0 f >> ls -ld . f >> ./cp f g >> ls -l g >> >> and look at the

Re: new snapshot [Re: coreutils 6.9.92 fail to configure on *bsd

2008-01-26 Thread Elias Pipping
On Sat, Jan 26, 2008 at 08:58:34AM +0100, Jim Meyering wrote: > > Please do this as root: > > cd coreutils-6.10/src > ./id -a > ./rm -rf f g > echo a > f > ./chown +0:+0 f > ls -ld . f > ./cp f g > ls -l g > > and look at the output. > The final ls should show g with group "root".

Re: new snapshot [Re: coreutils 6.9.92 fail to configure on *bsd

2008-01-25 Thread Jim Meyering
Elias Pipping <[EMAIL PROTECTED]> wrote: > On Wed, Jan 23, 2008 at 01:40:22PM +0100, Jim Meyering wrote: >> If that's the problem, here's an untested fix: > > Unfortunately, that doesn't seem to help. Thanks for checking. That suggests there's a more fundamental problem. Please do this as root:

Re: new snapshot [Re: coreutils 6.9.92 fail to configure on *bsd

2008-01-23 Thread Elias Pipping
On Wed, Jan 23, 2008 at 01:40:22PM +0100, Jim Meyering wrote: > If that's the problem, here's an untested fix: Unfortunately, that doesn't seem to help. % tar xf coreutils-6.10.tar.gz % cd coreutils-6.10 % cat ~/foo.patch diff --git a/tests/cp/preserve-gid b/tests/cp/preserve-gid ind

Re: new snapshot [Re: coreutils 6.9.92 fail to configure on *bsd

2008-01-23 Thread Jim Meyering
Elias Pipping <[EMAIL PROTECTED]> wrote: ... > D'oh -- should've read that. So, with 6.10 and --disable-acl, > all of the non-root tests pass and a single root-only test fails: > > % tar xf coreutils-6.10.tar.gz > % cd coreutils-6.10 > % ./configure --disable-acl > % make -j3 >

Re: new snapshot [Re: coreutils 6.9.92 fail to configure on *bsd

2008-01-23 Thread Elias Pipping
On Mon, Jan 21, 2008 at 08:46:30AM +0100, Jim Meyering wrote: > Elias Pipping <[EMAIL PROTECTED]> wrote: > > as for the check-root tests: > > > > this one now passes: > > > > special-bits > > > > these fail: > > > > rm/fail-2eperm > > cp/preserve-gid > > touch/now-owned-by-other

Re: new snapshot [Re: coreutils 6.9.92 fail to configure on *bsd

2008-01-20 Thread Jim Meyering
Elias Pipping <[EMAIL PROTECTED]> wrote: > On Thu, Jan 17, 2008 at 03:34:20PM +0100, Jim Meyering wrote: >> I've built a new snapshot: >> >> http://meyering.net/cu/coreutils-ss.tar.gz >> http://meyering.net/cu/coreutils-ss.tar.lzma >> http://meyering.net/cu/coreutils-ss.tar.gz.sig >> http:/

Re: new snapshot [Re: coreutils 6.9.92 fail to configure on *bsd

2008-01-17 Thread Elias Pipping
On Thu, Jan 17, 2008 at 03:34:20PM +0100, Jim Meyering wrote: > I've built a new snapshot: > > http://meyering.net/cu/coreutils-ss.tar.gz > http://meyering.net/cu/coreutils-ss.tar.lzma > http://meyering.net/cu/coreutils-ss.tar.gz.sig > http://meyering.net/cu/coreutils-ss.tar.lzma.sig > >

Re: new snapshot [Re: coreutils 6.9.92 fail to configure on *bsd

2008-01-17 Thread Jim Meyering
Elias Pipping <[EMAIL PROTECTED]> wrote: > Indeed -- all of the above work now. I grew a little more adventurous > and did a `make -j3 check`. tty-eof appears to be moody: > > % env VERBOSE=yes make -j3 check -C tests/misc TESTS=tty-eof > [ works fives times in a row ] > % env VERBOSE=yes mak