From: "ken restivo" <[email protected]> that's bizarre. i updated to latest cvs. i will try one more thing (just in case) since i have been having mailer issues. attached is the patch in .gz format. if you want to have another go at it, please do. otherwise i'll send a tarball. sorry for all the inconvenience. -ken
Hi Ken, Sadly it's proving very inconvenient. I unzipped your patch with gunzip. Then, I moved my own source tree to a backup dir, and checked out a whole new tree from cvs. Then, tried the patch again - same problem. This strongly suggests that BSD-produced patch files are in a different format to what Mandrake understands. My mandrake 8.0 server sure doesn't like your patch file. By the way, my tree is laid out as: /main - big ext2 disk /main/cvs - all my stuff that checks in/out of remote cvs servers /main/cvs/Contrib - the 'Contrib' module from freenet /main/cvs/Contrib/fcptools - obvious I assume the patch should be applied with cwd set to (in my case) /main/cvs/Contrib/fcptools. Seems you'll have to send the changed files in a tarball sorry. David PS - output from my attempt to run patch appears below [heretic108 at freenet fcptools]$ patch --dry-run < ../netbsd.patch patching file .cvsignore patching file Makefile.am patching file Makefile.in patching file configure patching file configure.in patching file .cvsignore Hunk #1 succeeded at 2 with fuzz 2. patching file Makefile.am Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file Makefile.am.rej patching file Makefile.in Hunk #1 FAILED at 61. Hunk #2 FAILED at 93. Hunk #3 FAILED at 120. 3 out of 3 hunks FAILED -- saving rejects to file Makefile.in.rej can't find file to patch at input line 1164 Perhaps you should have used the -p or --strip option? The text leading up to this was: -------------------------- |Index: ezFCPlib/_fcpRecvResponse.c |=================================================================== |RCS file: /cvsroot/freenet/Contrib/fcptools/ezFCPlib/_fcpRecvResponse.c,v |retrieving revision 1.3 |diff -u -r1.3 _fcpRecvResponse.c |--- ezFCPlib/_fcpRecvResponse.c 2001/10/14 01:14:43 1.3 |+++ ezFCPlib/_fcpRecvResponse.c 2001/10/23 07:16:40 -------------------------- File to patch: _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
