Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: Chris Polley To: cygwin AT cygwin DOT com Subject: Re: problems with current cvs release Date: Sat, 22 Jun 2002 14:02:27 -0500 Reply-To: cygwin AT cygwin DOT com Message-ID: References: <20020621140746 DOT I22705 AT cygbert DOT vinschen DOT de> <002101c21966$608b0f80$651c440a AT BRAMSCHE> <20020622151831 DOT R22705 AT cygbert DOT vinschen DOT de> In-Reply-To: <20020622151831.R22705@cygbert.vinschen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g5MJ39T18688 On Sat, 22 Jun 2002 15:18:31 +0200, Corinna wrote: >On Fri, Jun 21, 2002 at 10:58:21PM +0200, Ralf Habacker wrote: >> > >> > > I've got an error with the recent cvs release while packing a file >> > with bzip2. >> > > >> > > $ bzip2 cygwin1.dll >> > > bzip2: I/O or other error, bailing out. Possible reason follows. >> > > bzip2: No such file or directory >> > > Input file = cygwin1.dll, output file = cygwin1.dll.bz2 >> > > bzip2: Deleting output file cygwin1.dll.bz2, if it exists. >> > >> > You actually wonder about that result when trying to bzip the >> > cygwin dll itself? >> > >> Of course no, it was a copy, not the one in /bin. I have tried this with another >> files with the same results. > >This should only happen with files which are locked by another >process (e. g. dlls). I wonder if windows was looking in the current directory before memory for the cygwin1.dll to run when loading gzip, and the target of the compression got loaded. Does your path have a . in it, or perhaps this is in the default search path for dll's? What happens if you go to a subdirectory and try 'gzip ../cygwin1.dll' or go up a level and try 'gzip whatever/cygwin1.dll'? Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/