bug-coreutils
[Top][All Lists]
Advanced

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

Re: failed test on Gentoo


From: Paul Eggert
Subject: Re: failed test on Gentoo
Date: Thu, 07 Sep 2006 08:42:16 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

"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]