[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: root check failed for install-C-root
From: |
Kamil Dudka |
Subject: |
Re: root check failed for install-C-root |
Date: |
Wed, 18 Mar 2009 18:31:29 +0100 |
User-agent: |
KMail/1.9.6 (enterprise 0.20071012.724442) |
I've installed Ubuntu Studio into Xen using following image:
http://cdimage.ubuntu.com/ubuntustudio/releases/jaunty/alpha-6/jaunty-alternate-amd64.iso
address@hidden:~/coreutils$ dpkg -l libc6\*| egrep -v "^un"
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ Name Version
Description
+++-=========================================-=================================-============================================
ii libc6 2.9-4ubuntu2
GNU C Library: Shared libraries
ii libc6-dev 2.9-4ubuntu2
GNU C Library: Development Libraries and Hea
address@hidden:~/coreutils$ uname -a
Linux xen92 2.6.28-9-generic #31-Ubuntu SMP Wed Mar 11 15:43:49 UTC 2009
x86_64 GNU/Linux
But the test still passes:
address@hidden:~/coreutils$ sudo make -C tests check
TESTS=install/install-C-root
make: Entering directory `/home/kdudka/coreutils/tests'
make check-TESTS
make[1]: Entering directory `/home/kdudka/coreutils/tests'
make[2]: Entering directory `/home/kdudka/coreutils/tests'
PASS: install/install-C-root.log
====================
All 1 tests passed
====================
make[2]: Leaving directory `/home/kdudka/coreutils/tests'
make[1]: Leaving directory `/home/kdudka/coreutils/tests'
make: Leaving directory `/home/kdudka/coreutils/tests'
Any idea how to reproduce the test failure?
Kamil