bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Failed: phase compiling: coreutils-5.96-1 failed


From: François Giron
Subject: Re: Failed: phase compiling: coreutils-5.96-1 failed
Date: Sun, 18 Jun 2006 23:10:05 +0200


Le 18 juin 06 à 22:13, Jim Meyering a écrit :

François Giron <address@hidden> wrote:

Le 18 juin 06 à 19:33, Bob Proulx a écrit :

François Giron wrote:
I transmit to you the results of tests:

% make -C tests/chgrp TESTS=basic
make: Nothing to be done for `all'.

Unfortunately the instructions given to you were missing a "check"
target there. That command build the default target instead. Please add the check taret to the command line and try this again. Actually, lets get all of the details and set VERBOSE to yes. Then we will have all of the details. Please run this command and send us the output to
the mailing list.

  env VERBOSE=yes make -C tests/chgrp check TESTS=basic

Thanks
Bob

Here is the result:

% env VERBOSE=yes make -C tests/chgrp check TESTS=basic
make: *** tests/chgrp: No such file or directory.  Stop.

Please run that command from the top level directory.
The `-C tests/chgrp' tells make to do the equivalent
of "cd tests/chgrp" before anything else.

OK, excuse me :

% env VERBOSE=yes make -C tests/chgrp check TESTS=basic
make  check-TESTS
+ chgrp --version
chgrp (GNU coreutils) 5.96
Copyright (c) 2006 Free Software Foundation, Inc.
Ce programme est un logiciel libre. Vous pouvez en redistribuer des copies
selon les termes de la License Publique G'en'erale de GNU,
<http://www.gnu.org/licenses/gpl.html>.
AUCUNE GARANTIE n'est fournie tel que permis selon la loi.

'Ecrit par David MacKenzie et Jim Meyering.
+ . ./../envvar-check
++ as_unset=unset
++ envvar_check_failed=0
++ vars=
  BLOCKSIZE
  BLOCK_SIZE
  DF_BLOCK_SIZE
  DU_BLOCK_SIZE
  LS_BLOCK_SIZE
  SIMPLE_BACKUP_SUFFIX
  VERSION_CONTROL

++ unset BLOCKSIZE
++ eval test '"${BLOCKSIZE+set}"' = set
+++ test '' = set
++ unset BLOCK_SIZE
++ eval test '"${BLOCK_SIZE+set}"' = set
+++ test '' = set
++ unset DF_BLOCK_SIZE
++ eval test '"${DF_BLOCK_SIZE+set}"' = set
+++ test '' = set
++ unset DU_BLOCK_SIZE
++ eval test '"${DU_BLOCK_SIZE+set}"' = set
+++ test '' = set
++ unset LS_BLOCK_SIZE
++ eval test '"${LS_BLOCK_SIZE+set}"' = set
+++ test '' = set
++ unset SIMPLE_BACKUP_SUFFIX
++ eval test '"${SIMPLE_BACKUP_SUFFIX+set}"' = set
+++ test '' = set
++ unset VERSION_CONTROL
++ eval test '"${VERSION_CONTROL+set}"' = set
+++ test '' = set
++ test '' = 1
+ . ./../lang-default
++ eval 'LANG=; export LANG'
+++ LANG=
+++ export LANG
++ eval 'LANGUAGE=; export LANGUAGE'
+++ LANGUAGE=
+++ export LANGUAGE
++ eval 'LC_ALL=; export LC_ALL'
+++ LC_ALL=
+++ export LC_ALL
++ eval 'LC_COLLATE=; export LC_COLLATE'
+++ LC_COLLATE=
+++ export LC_COLLATE
++ eval 'LC_CTYPE=; export LC_CTYPE'
+++ LC_CTYPE=
+++ export LC_CTYPE
++ eval 'LC_MESSAGES=; export LC_MESSAGES'
+++ LC_MESSAGES=
+++ export LC_MESSAGES
++ eval 'LC_NUMERIC=; export LC_NUMERIC'
+++ LC_NUMERIC=
+++ export LC_NUMERIC
++ eval 'LC_TIME=; export LC_TIME'
+++ LC_TIME=
+++ export LC_TIME
+ . ./../group-names
++ groups=501 81 79 80
+ LC_ALL=C
+ export LC_ALL
++ pwd
+ pwd=/sw/src/fink.build/coreutils-5.96-1/coreutils-5.96/tests/chgrp
+ tmp=basic.13520
+ trap 'status=$?; cd $pwd; rm -rf $tmp && exit $status' 0
+ trap '(exit $?); exit' 1 2 13 15
+ framework_failure=0
+ mkdir basic.13520
mkdir: cannot create directory `basic.13520': Permission denied
+ framework_failure=1
+ cd basic.13520
./basic: line 22: cd: basic.13520: No such file or directory
+ framework_failure=1
+ test 1 = 1
+ echo 'failure in testing framework'
failure in testing framework
+ exit 1
+ exit 1
+ status=1
+ cd /sw/src/fink.build/coreutils-5.96-1/coreutils-5.96/tests/chgrp
+ rm -rf basic.13520
+ exit 1
FAIL: basic
======================================
1 of 1 tests failed
Please report to address@hidden
======================================
make[1]: *** [check-TESTS] Error 1
make: *** [check-am] Error 2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]