Message-ID: <000701c07574$20d48a70$03eb79c3@internet> From: "Robert van der Boon" To: References: Subject: Re: patch.exe (fwd) Date: Wed, 3 Jan 2001 11:57:59 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Reply-To: djgpp-workers AT delorie DOT com Using W2K Professional SP1 I fail to patch files with LFN=y, but can patch files with LFN=n. The error message I'm getting (patch 2.5.3, LFN=y, patch < news.diff ) is: patch: **** Can't rename file "C:\WINNT\TEMP/poaaaaaa" to "news.txt" : Not enough memory (ENOMEM) Bye now, Robert ----- Original Message ----- From: "Eli Zaretskii" To: Sent: Monday, January 01, 2001 7:13 AM Subject: patch.exe (fwd) > Wrt the below: can someone who has access to W2K please see if Patch > works there? If you see similar failures, please set LFN=n and try > again. (It works for me on NT, so maybe the problem is specific to the > LFN API functions used on W2K.) > > TIA > > ---------- Forwarded message ---------- > Date: Thu, 28 Dec 2000 10:14:06 -0500 > From: Robert McCrea > To: bug-gnu-utils AT prep DOT ai DOT mit DOT edu > Subject: patch.exe > > I can't seem to patch on Win2000. It does work normally if I export the > results to a single file, but that is very cumbersome to split into the > individual files. Any help? > > Here is version and errors: > > C:\c\angband\mod\src>patch -v > patch 2.5 > Copyright 1988 Larry Wall > Copyright 1997 Free Software Foundation, Inc. > > C:\c\angband\mod\src>patch -i squelch.diff > patching file `cave.c' > patch: **** can't rename `C:\WINNT\TEMP/poaaaaaa' to `cave.c' : Invalid > argument > (EINVAL) > > C:\c\angband\mod\src>patch < squelch.diff > patching file `cave.c' > patch: **** can't rename `C:\WINNT\TEMP/poaaaaaa' to `cave.c' : Invalid > argument > (EINVAL) > > C:\c\angband\mod\src>patch < showmon.pat > patching file `defines.h' > patch: **** can't rename `C:\WINNT\TEMP/poaaaaaa' to `defines.h' : Invalid > argum > ent (EINVAL) > > Thanks, > Rob > > > > > _______________________________________________ > Bug-gnu-utils mailing list > Bug-gnu-utils AT gnu DOT org > http://mail.gnu.org/mailman/listinfo/bug-gnu-utils >