bug-coreutils
[Top][All Lists]
Advanced

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

root check failed for install-C-root


From: hggdh
Subject: root check failed for install-C-root
Date: Mon, 9 Mar 2009 09:18:25 -0500

Every so often I run a make check, and (more eventually) a root make
check. After a git pull & remake this morning, I ran a root check, and
got a failure on install-C-root.

I am unsure on what was intended, or if even this failure is real (I am
not familiar, yet, with ginstall), but decided to post the output, just
in case.

Sorry in advance if I messed up.

FAIL: install/install-C-root.log (exit: 1)
==========================================

+ ginstall --version
install (GNU coreutils) 7.1.43-93f67
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.
+ . ./test-lib.sh
++ unset function_test
++ eval 'function_test() { return 11; }; function_test'
+++ function_test
+++ return 11
++ test 11 '!=' 11
+++ pwd
++ test_dir_=/usr/src/buildd/coreutils-git/tests
+++ this_test_
+++ echo ././install/install-C-root
+++ sed 's,.*/,,'
++ this_test=install-C-root
+++ /usr/src/buildd/coreutils-git/src/mktemp -d 
--tmp=/usr/src/buildd/coreutils-git/tests cu-install-C-root.XXXXXXXXXX
++ t_=/usr/src/buildd/coreutils-git/tests/cu-install-C-root.gNerOlvZaK
++ trap remove_tmp_ 0
++ trap 'Exit $?' 1 2 13 15
++ cd /usr/src/buildd/coreutils-git/tests/cu-install-C-root.gNerOlvZaK
++ diff --version
++ grep GNU
+ require_root_
+ uid_is_privileged_
++ id -u
+ my_uid=0
+ case $my_uid in
+ NON_ROOT_USERNAME=nobody
+ u1=1
+ u2=2
+ g1=1
+ g2=2
+ fail=0
+ echo test
+ echo '`a'\'' -> `b'\'''
+ echo 'removed `b'\''
`a'\'' -> `b'\'''
+ ginstall -Cv -o1 -g1 a b
+ compare out out_installed_first
+ diff -u out out_installed_first
+ ginstall -Cv -o1 -g1 a b
+ compare out out_empty
+ diff -u out out_empty
+ ginstall -v -o1 -g1 a b
+ compare out out_installed_second
+ diff -u out out_installed_second
+ ginstall -Cv -o2 -g1 a b
+ compare out out_installed_second
+ diff -u out out_installed_second
+ ginstall -Cv -o2 -g1 a b
+ compare out out_empty
+ diff -u out out_empty
+ ginstall -Cv -o2 -g2 a b
+ compare out out_installed_second
+ diff -u out out_installed_second
+ ginstall -Cv -o2 -g2 a b
+ compare out out_empty
+ diff -u out out_empty
+ ginstall -Cv -o2 a b
+ compare out out_installed_second
+ diff -u out out_installed_second
+ ginstall -Cv a b
+ compare out out_installed_second
+ diff -u out out_installed_second
+ ginstall -Cv a b
+ compare out out_empty
+ diff -u out out_empty
--- out 2009-03-09 08:41:19.000000000 -0500
+++ out_empty   2009-03-09 08:41:19.000000000 -0500
@@ -1,2 +0,0 @@
-removed `b'
-`a' -> `b'
+ fail=1
+ ginstall -Cv -g2 a b
+ compare out out_installed_second
+ diff -u out out_installed_second
+ ginstall -Cv a b
+ compare out out_installed_second
+ diff -u out out_installed_second
+ ginstall -Cv a b
+ compare out out_empty
+ diff -u out out_empty
--- out 2009-03-09 08:41:19.000000000 -0500
+++ out_empty   2009-03-09 08:41:19.000000000 -0500
@@ -1,2 +0,0 @@
-removed `b'
-`a' -> `b'
+ fail=1
+ Exit 1
+ set +e
+ exit 1
+ exit 1
+ remove_tmp_
+ __st=1
+ cleanup_
+ :
+ cd /usr/src/buildd/coreutils-git/tests
+ chmod -R u+rwx 
/usr/src/buildd/coreutils-git/tests/cu-install-C-root.gNerOlvZaK
+ rm -rf /usr/src/buildd/coreutils-git/tests/cu-install-C-root.gNerOlvZaK
+ exit 1

Attachment: signature.asc
Description: PGP signature


reply via email to

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