Le 19 juin 06 à 16:24, Martin Costabel a écrit :

> Alexander K. Hansen wrote:
>> On 6/19/06, massimodisasha <[EMAIL PROTECTED]> wrote:
> []
>>> Making check in chmod
>>> make  check-TESTS
>>> PASS: octal
>>> ./no-x: /sw/src/fink.build/coreutils-5.96-2/coreutils-5.96/tests/
>>> chmod: not writable by user `nobody'
>>> ./no-x: skipping this test
>>> SKIP: no-x
>>> PASS: equals
>>> PASS: equal-x
>>> FAIL: c-option
> []
>> There is another thread on this list about this issue:
>>
>> http://article.gmane.org/gmane.os.apple.fink.general/21569
>
> There is something fishy about these tests, not only with respect  
> to the
> LANG problem. I had one test fail, too, and when I repeated the
> installation, it didn't fail any more. I would vote to remove these  
> test
> completely from the package.
>
> -- 
> Martin
>
>
>
>
> _______________________________________________
> Fink-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/fink-users

There is something strange: the fink installer use root privileges,  
but it failed; and the following test with root privilege didn't fail  
here :

[frangi - 19 juin 2006]coreutils-5.96 % sudo env VERBOSE=yes make -C  
tests/chgrp check TESTS=basic
Password:
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=0 262 1 2 3 4 29 5 80 20
+ LC_ALL=C
+ export LC_ALL
++ pwd
+ pwd=/sw/src/fink.build/coreutils-5.96-1/coreutils-5.96/tests/chgrp
+ tmp=basic.6622
+ trap 'status=$?; cd $pwd; rm -rf $tmp && exit $status' 0
+ trap '(exit $?); exit' 1 2 13 15
+ framework_failure=0
+ mkdir basic.6622
+ cd basic.6622
+ test 0 = 1
+ fail=0
+ set _ 0 262 1 2 3 4 29 5 80 20
+ shift
+ g1=0
+ g2=262
+ mkdir d
+ touch f f2 d/f3
+ chgrp 0 f
+ chgrp 262 f
+ chgrp 262 f2
+ chgrp -R 0 d
+ test yes = yes
+ set +x
PASS: basic
==================
All 1 tests passed
==================

_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to