Stefanie Teufel <s.teufel(a)ndh.net> writes:
Did anyone encounter the same error message? I tried to patch up
from
beta38 and got the following error:
[...]
Patching file xemacs-20.0/version.sh using Plan A...
Hunk #1 succeeded at 1.
Hmm... The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: xemacs-20.0/etc/altrasoft-logo.xpm
|diff -u xemacs-20.0/etc/altrasoft-logo.xpm:1.1
This file was removed, or was supposed to be removed from beta39.
Uh oh, there was binary garbage at the end of that file and it got put
into the patch anyway. Sorry about that.
[Binary garbage]\ No newline at end of file
Index: xemacs-20.0/info/dir
xemacs-20.0/etc/altrasoft-logo.xpm:removed
|--- xemacs-20.0/etc/altrasoft-logo.xpm:1.1 Mon Jul 14 18:39:09
1997
|+++ xemacs-20.0/etc/altrasoft-logo.xpm Sat May 9 17:50:31 1998
--------------------------
Patching file xemacs-20.0/etc/altrasoft-logo.xpm using Plan A...
Hunk #1 succeeded at 0 with fuzz 1.
patch: **** misordered hunks! output would be garbled
Hmmpf. What should I do?
Hack the patch. :-)
Uncompress the patch.
Edit the patch file and remove everything above the line
`Index: xemacs-20.0/info/dir'
Save the edited patch
Feed the remainder to the patch program.
Remove etc/altrasoft-logo.xpm manually and you should be O.K.