Your message dated Fri, 1 Jun 2007 14:39:38 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#426904: coreutils: FTBFS
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: coreutils
Version: 5.97-5
Severity: serious
Justification: no longer builds from source
make[3]: Entering directory
`/home/wena/temp/coreutils-5.97/build-tree/coreutils-5.97/tests/chgrp'
/usr/bin/make check-TESTS
make[4]: Entering directory
`/home/wena/temp/coreutils-5.97/build-tree/coreutils-5.97/tests/chgrp'
cmp: EOF on out
0a1
chgrp: `d/no-x': Permission denied
FAIL: no-x
PASS: posix-H
PASS: basic
PASS: deref
PASS: recurse
======================================
1 of 5 tests failed
Please report to [EMAIL PROTECTED]
======================================
make[4]: *** [check-TESTS] Error 1
make[4]: Leaving directory
`/home/wena/temp/coreutils-5.97/build-tree/coreutils-5.97/tests/chgrp'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory
`/home/wena/temp/coreutils-5.97/build-tree/coreutils-5.97/tests/chgrp'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory
`/home/wena/temp/coreutils-5.97/build-tree/coreutils-5.97/tests'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory
`/home/wena/temp/coreutils-5.97/build-tree/coreutils-5.97'
make: *** [build-stamp] Error 2
Build command 'cd coreutils-5.97 && dpkg-buildpackage -b -uc' failed.
-- System Information:
Debian Release: 4.0
Architecture: i386 (i686)
Kernel: Linux 2.6.21-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_ZA.UTF-8, LC_CTYPE=en_ZA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages coreutils depends on:
ii libacl1 2.2.41-1 Access control list shared library
ii libc6 2.5-9 GNU C Library: Shared libraries
ii libselinux1 2.0.15-2 SELinux shared libraries
coreutils recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On 6/1/07, Jim Meyering <[EMAIL PROTECTED]> wrote:
"Tshepang Lekhonkhobe" <[EMAIL PROTECTED]> wrote:
> Package: coreutils
> Version: 5.97-5
> Severity: serious
> Justification: no longer builds from source
>
> make[3]: Entering directory
> `/home/wena/temp/coreutils-5.97/build-tree/coreutils-5.97/tests/chgrp'
> /usr/bin/make check-TESTS
> make[4]: Entering directory
> `/home/wena/temp/coreutils-5.97/build-tree/coreutils-5.97/tests/chgrp'
> cmp: EOF on out
> 0a1
>> chgrp: `d/no-x': Permission denied
> FAIL: no-x
Thanks for reporting that.
Would you please repeat that test with
a small change to tests/chgrp/no-x:
In place of this line,
chgrp -R $g2 d >/dev/null 2>out && fail=1
use this:
strace -o /tmp/chgrp-log chgrp -R $g2 d >/dev/null 2>out && fail=1
and then /tmp/chgrp-log should give us a clue about why that
chgrp invocation is succeeding when it shouldn't.
It might be useful also to see the output of running that
test in verbose mode:
cd coreutils &&
env VERBOSE=yes DEBUG=yes make check -C tests/chgrp TESTS=no-x \
> test-log 2>&1
I wanted to do as you directed, but built this thing and it did manage
this time around. This is after a lot of updates and system restart.
Thanks for the effort...
--- End Message ---