Re: root check failed for install-C-root

2009-03-24 Thread hggdh
On Fri, 20 Mar 2009 11:08:55 +0100
Kamil Dudka kdu...@redhat.com wrote:

 On Wednesday 18 March 2009 18:31:29 Kamil Dudka wrote:
  Any idea how to reproduce the test failure?
 
 Note I've tested it with the fresh Ubuntu installation and the
 updated one.

No, I still have no idea. It fails when running check-root, it does not
fail if I manually run it. For the record, I am using the same glibc
you used on your try.

Right now I am tending to consider it some sort of environment thingy,
and leave it be. As time permits I will keep on trying to zero in this.

I am trying to free up some few Gigas, and install a fresh Ubuntu 9.04
under VirtualBox. Given I can do it, I will try on a virgin 9.04 (as
opposed to my laptop). The other servers I have either do not have
space, or cannot be used for tests.

Thanks, Kamil.


signature.asc
Description: PGP signature
___
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils


Re: root check failed for install-C-root

2009-03-20 Thread Kamil Dudka
On Wednesday 18 March 2009 18:31:29 Kamil Dudka wrote:
 Any idea how to reproduce the test failure?

Note I've tested it with the fresh Ubuntu installation and the updated one.

Kamil


___
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils


Re: root check failed for install-C-root

2009-03-13 Thread hggdh
On Thu, 12 Mar 2009 14:30:18 +0100
Kamil Dudka kdu...@redhat.com wrote:

 Now just tested on the Gentoo Linux with similar configuration,
 running the test install/install-C-root in the loop, still not able
 to reproduce. Can I download a snapshot of Debian with your
 configuration somewhere? Or is it reproducible on the released one?

Ran with the 2.6.28-9 kernel, same error. I then ran the failing test
by hand, and it does *not* fail:

hg...@xango2:/tmp $ echo 1  sudo install -Cv -g2 a b  echo 2   sudo 
install -Cv a b  echo 3  sudo install -Cv a b
1
removed `b'
`a' - `b'
2
removed `b'
`a' - `b'
3
hg...@xango2:/tmp $

Still, when I run sudo make check-root, it fails. Will look at
it more.



signature.asc
Description: PGP signature
___
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils


Re: root check failed for install-C-root

2009-03-12 Thread hggdh
On Tue, 10 Mar 2009 11:17:24 +0100
Kamil Dudka kdu...@redhat.com wrote:

 Thank you for the report. Unfortunately I am not able to reproduce
 it. Can you give me more details?
 - architecture
 - kernel
 - glibc version (if any)

Sorry for the delay.

hg...@xango2:/usr/src/buildd/coreutils-git/tests/install $ 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-dbgsym   2.9-4ubuntu2 
debug symbols for package libc6
ii  libc6-dev  2.9-4ubuntu2 
GNU C Library: Development Libraries and Hea
ii  libc6-dev-i386 2.9-4ubuntu2 
GNU C Library: 32bit development libraries f
ii  libc6-i386 2.9-4ubuntu2 
GNU C Library: 32bit shared libraries for AM
ii  libc6-prof 2.9-4ubuntu2 
GNU C Library: Profiling Libraries
hg...@xango2:/usr/src/buildd/coreutils-git/tests/install $ uname -a
Linux xango2 2.6.29-020629rc7-generic #020629rc7 SMP Wed Mar 4 11:33:40 UTC 
2009 x86_64 GNU/Linux
hg...@xango2:/usr/src/buildd/coreutils-git/tests/install $ 


signature.asc
Description: PGP signature
___
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils


Re: root check failed for install-C-root

2009-03-12 Thread Kamil Dudka
Thanks!

Now just tested on the Gentoo Linux with similar configuration, running the 
test install/install-C-root in the loop, still not able to reproduce. Can I 
download a snapshot of Debian with your configuration somewhere? Or is it 
reproducible on the released one?

On Thursday 12 March 2009 13:05:09 hggdh wrote:
 hg...@xango2:/usr/src/buildd/coreutils-git/tests/install $ dpkg -l libc6\*
 | egrep -v ^un Desired=Unknown/Install/Remove/Purge/Hold
sys-libs/glibc-2.9_p20081201-r1

 hg...@xango2:/usr/src/buildd/coreutils-git/tests/install $ uname -a Linux
 xango2 2.6.29-020629rc7-generic #020629rc7 SMP Wed Mar 4 11:33:40 UTC 2009
 x86_64 GNU/Linux hg...@xango2:/usr/src/buildd/coreutils-git/tests/install $
# uname -a
Linux sorento 2.6.29-rc7 #3 SMP Thu Mar 12 14:06:54 CET 2009 x86_64 Intel(R) 
Core(TM)2 Quad CPU Q8200 @ 2.33GHz GenuineIntel GNU/Linux


Kamil


___
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils


Re: root check failed for install-C-root

2009-03-12 Thread hggdh
On Thu, 12 Mar 2009 14:30:18 +0100
Kamil Dudka kdu...@redhat.com wrote:

 Thanks!
 
 Now just tested on the Gentoo Linux with similar configuration,
 running the test install/install-C-root in the loop, still not able
 to reproduce. Can I download a snapshot of Debian with your
 configuration somewhere? Or is it reproducible on the released one?
 

I am running Ubuntu 9.04 Alpha 6 (sort of, it is Alpha 5 with updates).

The kernel is an optional test kernel; 9.04 will ship with 2.6.28; I
will reboot and run with the current official 2.6.28, and test.

..hggdh..


signature.asc
Description: PGP signature
___
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils


Re: root check failed for install-C-root

2009-03-10 Thread Kamil Dudka
On Monday 09 March 2009 15:18:25 hggdh wrote:
 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.

Thank you for the report. Unfortunately I am not able to reproduce it. Can you 
give me more details?
- architecture
- kernel
- glibc version (if any)

 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.

(g)install is an utility similar to cp which is commonly used to install files
to system. The new option -C tells (g)install to not copy the file if not 
necessary (to preserve its original timestamps).

In the test failure install -C is called twice to install file with effective 
UID/GID. So on the second call the file should not be copied. From the log is 
not obvious if the first call fails to set UID/GID or the second call fails 
to detect it.

Thanks in advance for additional info!

Kamil


___
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils