This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: ssh 1.2.20 diff and patch problems


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@netzone.com)
       the return address for this message is anti spammed
       remove * from the above address to reply.
       Mikey
 ----
From: Hannu Koivisto <azure@a29c.otanner.ton.tut.fi>
To: gnu-win32@cygnus.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@cygnus.com" with one line of text: "help".
> 

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]