bug-coreutils
[Top][All Lists]
Advanced

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

Re: no feedback on snapshot? coreutils-7.5 coming soon


From: Eric Blake
Subject: Re: no feedback on snapshot? coreutils-7.5 coming soon
Date: Fri, 14 Aug 2009 17:13:11 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Eric Blake <ebb9 <at> byu.net> writes:

> The test is still running.

misc/stdbuf hangs (cygwin still has some fifo issues that might be at play, but 
more importantly, dd appears to be stuck trying to write to a fifo that never 
gets filled because stdbuf isn't working).  I had to kill two different dd 
processes to get the testsuite to resume.

Another suspicious failure:

tests/misc/test-pwd.log
/home/eblake/coreutils/src/pwd.exe: error while loading shared libraries: ?: 
cannot open shared object file: No such file or directory
pwd-long:  does not contain old CWD

It looks like the test removes PATH from the environment; but this has the 
unfortunate side effect of crippling cygwin, which requires both /bin and 
Windows directories to be in PATH at all times for .dlls to be found and usable 
in running an executable, even when you don't otherwise use the PATH for the 
programs that you are invoking.  In other words, you should be doing something 
similar to 'command −p getconf PATH' to determine the bare minimum PATH rather 
than nuking it altogether; unfortunately, command -p getconf PATH is probably 
not portable.

-- 
Eric Blake







reply via email to

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