From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21362 invoked by alias); 6 May 2003 07:46:00 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 21347 invoked by uid 71); 6 May 2003 07:46:00 -0000 Date: Tue, 06 May 2003 07:46:00 -0000 Message-ID: <20030506074600.21346.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: =?iso-8859-1?Q?=D8yvind_Harboe?= Subject: Re: bootstrap/10626: install-sh seems to fail intermittantly under cygwin. Reply-To: =?iso-8859-1?Q?=D8yvind_Harboe?= X-SW-Source: 2003-05/txt/msg00351.txt.bz2 List-Id: The following reply was made to PR bootstrap/10626; it has been noted by GNATS. From: =?iso-8859-1?Q?=D8yvind_Harboe?= To: , , , , Cc: Subject: Re: bootstrap/10626: install-sh seems to fail intermittantly under cygwin. Date: Tue, 6 May 2003 09:39:13 +0200 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=3Dview%20audit-trail&database=3D= g cc&pr=3D10626=20 =D8yvind