This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap/10626: install-sh seems to fail intermittantly under cygwin.
- From: Øyvind Harboe <oyvind dot harboe at broadpark dot no>
- To: <gcc-gnats at gcc dot gnu dot org>, <gcc-bugs at gcc dot gnu dot org>, <nobody at gcc dot gnu dot org>, <gcc-prs at gcc dot gnu dot org>, <oyvind dot harboe at zylin dot com>
- Date: Tue, 6 May 2003 09:39:13 +0200
- Subject: Re: bootstrap/10626: install-sh seems to fail intermittantly under cygwin.
Here is a bit more information that probably illustrates the problems
that
install-sh is running into under CygWin:
Session from CygWin shell. "cp" understands the ".exe" extensions,
but "mv" gets confused.
oharboe@lair ~
$ ls
arm armscripts ecos gcc-install.log gcc33 mingw
src
armgdb32 armsize foobar.exe gcc-make.log gdbtk.ini scripts
oharboe@lair ~
$ mv foobar barfoo
mv: preserving times for `barfoo': No such file or directory
mv: preserving ownership for `barfoo': No such file or directory
mv: cannot unlink `foobar': No such file or directory
mv: cannot remove `foobar': No such file or directory
oharboe@lair ~
$ cp foobar barfoo
oharboe@lair ~
$
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=g
cc&pr=10626
Øyvind