On Tuesday 12 April 2005 01:15 am, John A Meinel wrote: > Can you try: > export TESTS_VERBOSE=1 > make test > > Just so that I can see what is failing? All of the hackerlab stuff > worked for me. > My quick guess is to make sure $HOME is set, but it should actually be > set by the test script, since it uses a custom $HOME.
This is the bug where /bin/sh (ash) verse /bin/bash, on my cygwin ash does not expand the ~ bash: $ echo ~ /home/tanner $ echo ~/ /home/tanner/ ash (aka /bin/sh) $ echo ~ ~ $ echo ~/ ~/ ../configure --prefix=/usr --with-posix-shell=/bin/bash fixed the problem I've seen this error/problem on the mailing list and confirmed an issue with jblack on irc. -- Bob Tanner <[EMAIL PROTECTED]> | Phone : (952)943-8700 http://www.real-time.com, Minnesota, Linux | Fax : (952)943-8500 Key fingerprint = AB15 0BDF BCDE 4369 5B42 1973 7CF1 A709 2CC1 B288 _______________________________________________ Gnu-arch-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/
