On Sat, Jul 13, 2002 at 05:05:55PM +0200, Timm Korte wrote:
> On Sat, 13 Jul 2002 16:09:52 +0200, you wrote:
> 
> >Hello all,
> 
> Hi :)
> 
> >we have cut a fresh release of qmail-ldap containing some bugfixes to
> >the previous version. The new one is qmail-ldap-1.03-20020701.patch.gz.
> 
> I was just trying to patch a fresh qmail-1.0.3 source tree with this
> patch - but keep getting this error:
> 
> #/usr/src/qmail-1.0.3/patch -p1 <../qmail-ldap-1.03-20020701.patch
> 
> [everything fine so far, but:]
> 
> patching file profile.patch
> patch: **** malformed patch at line 8831: diff -uN \
> qmail-1.03/qldap-debug.c qmail-ldap/qldap-debug.c
> 
> 
> any ideas?
> this line actually looks fine to me - but i don't really know that
> much about what patches should look like...
> 

Change on line 8768
@@ -0,0 +1,63 @@
to
@@ -0,0 +1,62 @@

The same as patch:
diff -u bad-20020701.patch qmail-ldap-1.03-20020701.patch
--- bad-20020701.patch  Sun Jul 14 09:51:37 2002
+++ qmail-ldap-1.03-20020701.patch      Sun Jul 14 09:46:22 2002
@@ -8765,7 +8765,7 @@
 diff -uN qmail-1.03/profile.patch qmail-ldap/profile.patch
 --- qmail-1.03/profile.patch   Thu Jan  1 01:00:00 1970
 +++ qmail-ldap/profile.patch   Sat Jul 22 09:25:17 2000
-@@ -0,0 +1,63 @@
+@@ -0,0 +1,62 @@
 +diff -BbuN qmail-ldap/Makefile qmail-test/Makefile
 +--- qmail-ldap/Makefile       Thu Jul 20 22:07:09 2000
 ++++ qmail-test/Makefile       Thu Jul 20 22:55:52 2000

Then the patch should work.
I guess Andre removed all "Common subdirectories:" lines and therefor
removed one line of the profile.patch without adjusting the @@ line.
Because of this patch freaked out.

I'm sure a new patch will follow soon.

-- 
:wq Claudio

Reply via email to