bug-bash
[Top][All Lists]
Advanced

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

Re: Bash-2.05b-release available for FTP


From: Paul Jarc
Subject: Re: Bash-2.05b-release available for FTP
Date: Thu, 18 Jul 2002 12:33:10 -0400
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i686-pc-linux-gnu)

"make tests" failure:
run-test
33,34d32
< chgrp: failed to get attributes of `500': No such file or directory
< chgrp: failed to get attributes of `300': No such file or directory
227,228d224
< chgrp: failed to get attributes of `500': No such file or directory
< chgrp: failed to get attributes of `300': No such file or directory
231,232d226
< chgrp: failed to get attributes of `500': No such file or directory
< chgrp: failed to get attributes of `300': No such file or directory

$GROUPS was already set to " 65534 500 300" in my environment before
bash was started, so that's how ${GROUPS[0]} was expanded.  Either the
test script should unset $GROUPS before invoking bash (preferable), or
bash itself should clobber the inherited $GROUPS.

Also, please don't use /tmp for files created while
building/testing/installing.  Put everything in the build directory
with a unique name, and don't delete anything; this makes it easier to
investigate problems when they arise.


paul



reply via email to

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