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 > > and confirmed that it fixes all of those problems on your > i386-apple-darwin9.1.0 system, as long as you disable ACL support: > > ./configure --disable-acl > > The other two failures were fixed via changes in gnulib: > > > FAIL: test-frexpl > > FAIL: test-printf-frexpl
With the above snapshot and --disable-acl, all of the default tests,
including those enabled via RUN_VERY_EXPENSIVE_TESTS pass.
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
I must've missed one of those in my previous report, sorry.
-- Elias
PS: as for the test failure with touch: does this make any sense?
# env PATH=../../src:/usr/bin which touch
../../src/touch
# ../../src/setuidgid nobody env PATH=../../src:/usr/bin which touch
../../src/touch
# ../../src/setuidgid nobody env
PATH=/Users/pipping/Desktop/coreutils-6.9.92/src:/usr/bin which touch
/usr/bin/touch
# pwd
/Users/pipping/Desktop/coreutils-6.9.92/tests/touch
# stat ../../src /Users/pipping/Desktop/coreutils-6.9.92/src
234881026 34001435 drwxr-xr-x 3 pipping staff 0 11152 "Jan 17 18:42:14 2008"
"Jan 17 18:33:47 2008" "Jan 17 18:33:47 2008" "Jan 12 01:14:34 2008" 4096 0 0
../../src
234881026 34001435 drwxr-xr-x 3 pipping staff 0 11152 "Jan 17 18:42:14 2008"
"Jan 17 18:33:47 2008" "Jan 17 18:33:47 2008" "Jan 12 01:14:34 2008" 4096 0 0
/Users/pipping/Desktop/coreutils-6.9.92/src
touch_now-owned-by-other.log.bz2
Description: Binary data
cp_preserve-gid.log.bz2
Description: Binary data
rm_fail-2eperm.log.bz2
Description: Binary data
pgpW1H3bQRgPh.pgp
Description: PGP signature
_______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
