From: *jeffdb AT netzone DOT nospam DOT com ("Mikey") Subject: Re: ssh 1.2.20 diff and patch problems 24 May 1997 20:12:54 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <199705231840.LAA13730.cygnus.gnu-win32@nz1.netzone.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook Express 4.71.0544.0 Original-To: "Hannu Koivisto" Original-Cc: "cygnus gnu-win32 mailing list" X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE Engine V4.71.0544.0 Original-Sender: owner-gnu-win32 AT cygnus DOT com You have your filesystems mounted in text mode. if you absoulutly can't stand working with LF only files, do patch -p0 --ignore-whitespace < patchfile then use utod from djgpp to get back all the "\r"'s otherwise remount your filesystems -b reinstall cdk&user untar the stuff again, and everything will work much better. (*jeffdb AT netzone DOT com) the return address for this message is anti spammed remove * from the above address to reply. Mikey ---- From: Hannu Koivisto To: gnu-win32 AT cygnus DOT com Date: Friday, May 23, 1997 9:36 AM Subject: ssh 1.2.20 diff and patch problems >Greetings, > >I tried to apply the announced patch for ssh 1.2.20 to compile it with >gnuwin32. However, patching (patch < ssh-1.2.20.diff) didn't succeed: > >Hmm... The next patch looks like a new-style context diff to me... >The text leading up to this was: >-------------------------- >|E_GETRUSAGE) && defined(XXXJR) >| { >| struct rusage ru, cru; >| getrusage(RUSAGE_SELF, &ru); >|diff -cr ssh-1.2.20/servconf.c ssh-1.2.20.new/servconf.c >|*** ssh-1.2.20/servconf.c Tue Apr 22 17:40:07 1997 >-------------------------- >Patching file ssh-1.2.20/servconf.c using Plan A... >assertion "hunk" failed: file "/home/noer/src/beta18/cdk/patch/patch.c", line 33 >9 > >I decided to try patching it in Linux. I moved the ssh archive and the diff >file to our Linux server and ran patch < ssh-1.2.20.diff. The result was even >more errors and failed hunks. Actually, almost all hunks failed with >different error messages. Here's just one example: > >Patching file ssh-1.2.20/socketpair.c using Plan A... >(Fascinating--this is really a new-style context diff but without >the telltale extra asterisks on the *** line that usually indicate >the new style...) >Hunk #1 failed at 9. >Hunk #2 succeeded at 67 with fuzz 2. > >What am I doing wrong? Thanks in advance. > >--- >Hannu Koivisto | What you see is all you get. >Prime jee | - Brian Kernighan >------------------------------------------------------------- > >- >For help on using this list (especially unsubscribing), send a message to >"gnu-win32-request AT cygnus DOT com" with one line of text: "help". > - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".