bug-coreutils
[Top][All Lists]
Advanced

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

RE: failed test on Gentoo


From: Gurganus, Brant L
Subject: RE: failed test on Gentoo
Date: Thu, 7 Sep 2006 11:52:23 -0400

Could you clarify, are you wanting the output of the 6.1 version or the
installed version (5.97 I think)? It also might be a while since I
reinstalled Windows, so it'll be a while until I get around to
reinstalling Gentoo.

-----Original Message-----
From: Paul Eggert [mailto:address@hidden 
Sent: Thursday, September 07, 2006 11:42 AM
To: Gurganus, Brant L
Cc: address@hidden
Subject: Re: failed test on Gentoo

"Gurganus, Brant L" <address@hidden> writes:

> ginstall: cannot create directory `d2/..': File exists

Thanks for the bug report.  What is the output of the following
commands?

rm -fr d2
strace src/ginstall -d d2/..

On my Debian stable version running coreutils 6.1, the last few lines
look like this:

umask(0)                                = 022
mkdir("d2/..", 0755)                    = -1 ENOENT (No such file or
directory)
mkdir("d2", 0755)                       = 0
mkdir("d2/..", 0755)                    = -1 EEXIST (File exists)
stat64("d2/..", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
open("d2/..",
O_RDONLY|O_NONBLOCK|O_NOCTTY|O_LARGEFILE|O_DIRECTORY|O_NOFOLLOW) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
close(3)                                = 0
close(1)                                = 0
exit_group(0)                           = ?




reply via email to

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