Your message dated Wed, 18 Mar 2009 19:01:52 -0400
with message-id <[email protected]>
and subject line Re: Bug#520352: coreutils: FTBFS on powerpc: FAIL:     
chown/separator.log (exit: 1)
has caused the Debian Bug report #520352,
regarding coreutils: FTBFS on powerpc: FAIL: chown/separator.log (exit: 1)
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
520352: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520352
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: coreutils
Version: 7.1-2
Severity: serious

Hi,

Your package is failing to build on powerpc with the following
error:
===========================================
 1 of 366 tests failed
 (58 tests were not run)
 See tests/test-suite.log
 Please report it to [email protected]
===========================================

=============================================
   GNU coreutils 7.1: tests/test-suite.log
=============================================

1 of 366 tests failed.  (58 tests were not run).

.. contents:: :depth: 2


FAIL: chown/separator.log (exit: 1)
===================================

+ chown --version
chown (GNU coreutils) 7.1
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David MacKenzie and Jim Meyering.
+ . ./test-lib.sh
++ unset function_test
++ eval 'function_test() { return 11; }; function_test'
+++ function_test
+++ return 11
++ test 11 '!=' 11
+++ pwd
++ test_dir_=/build/buildd-coreutils_7.1-2-powerpc-CevYur/coreutils-7.1/tests
+++ this_test_
+++ echo ././chown/separator
+++ sed 's,.*/,,'
++ this_test=separator
+++ /build/buildd-coreutils_7.1-2-powerpc-CevYur/coreutils-7.1/src/mktemp -d 
--tmp=/build/buildd-coreutils_7.1-2-powerpc-CevYur/coreutils-7.1/tests 
cu-separator.XXXXXXXXXX
++ 
t_=/build/buildd-coreutils_7.1-2-powerpc-CevYur/coreutils-7.1/tests/cu-separator.q647PJ0cpz
++ trap remove_tmp_ 0
++ trap 'Exit $?' 1 2 13 15
++ cd 
/build/buildd-coreutils_7.1-2-powerpc-CevYur/coreutils-7.1/tests/cu-separator.q647PJ0cpz
++ diff --version
++ grep GNU
++ id -u
+ id_u=2952
+ test -n 2952
++ id -un
+ id_un=buildd
+ test -n buildd
++ id -g
+ id_g=1009
+ test -n 1009
++ id -gn
id: cannot find name for group ID 1009
+ id_gn=1009
+ framework_failure
+ error_ 'failure in testing framework'
+ echo './chown/separator: failure in testing framework'
./chown/separator: failure in testing framework
+ Exit 1
+ set +e
+ exit 1
+ exit 1
+ remove_tmp_
+ __st=1
+ cleanup_
+ :
+ cd /build/buildd-coreutils_7.1-2-powerpc-CevYur/coreutils-7.1/tests
+ chmod -R u+rwx 
/build/buildd-coreutils_7.1-2-powerpc-CevYur/coreutils-7.1/tests/cu-separator.q647PJ0cpz
+ rm -rf 
/build/buildd-coreutils_7.1-2-powerpc-CevYur/coreutils-7.1/tests/cu-separator.q647PJ0cpz
+ exit 1
make[5]: *** [test-suite.log] Error 1


Kurt




--- End Message ---
--- Begin Message ---
On Wed, Mar 18, 2009 at 11:34:08PM +0100, Kurt Roeckx wrote:
Your package is failing to build on powerpc with the following
error:

Well, as the error says,
id: cannot find name for group ID 1009

I'd guess that you're building in some sort of chroot which doesn't have /etc/group entries corresponding to the gid you're running under. There's a documented parameter to skip the tests when building, and you can do that as you wish. The tests do turn up glibc and other errors on occasion, though, especially on niche architectures, which is why they're enabled in the first place. YMMV.

Mike Stone


--- End Message ---

Reply via email to