|
From: | Stanislas Pinte |
Subject: | Re: gettext bindings |
Date: | Mon, 30 Sep 2002 18:29:02 +0200 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3 |
Bo Forslund wrote:
Try gzip -cd patchname.patch.gz | patch -p0 if the patch is a .gz that is (bzip2 -cd ... if it a .bz2), if it is anunpacked patchpatch -p0 < patchname.patch
well, I tried this, but some fixes are problematic....and explains with the new files (from the guile-gettext binding) do not get compiled
address@hidden:/usr/local/src/guile/guile-1.6.0 7 $ patch -p0 < ../guile-gettext/guile.patch patching file ChangeLog
Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file ChangeLog.rej patching file Makefile.am Hunk #1 FAILED at 20. 1 out of 1 hunk FAILED -- saving rejects to file Makefile.am.rej patching file THANKS Reversed (or previously applied) patch detected! Assume -R? [n] y Hunk #1 succeeded at 66 with fuzz 2 (offset 16 lines). patching file configure.in Hunk #1 succeeded at 188 with fuzz 2 (offset 22 lines). Hunk #2 succeeded at 705 (offset 81 lines). Hunk #3 FAILED at 728. 1 out of 3 hunks FAILED -- saving rejects to file configure.in.rej patching file ice-9/ChangeLog Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file ice-9/ChangeLog.rej patching file ice-9/Makefile.am Hunk #1 FAILED at 32. 1 out of 1 hunk FAILED -- saving rejects to file ice-9/Makefile.am.rej patching file libguile/ChangeLog Hunk #1 FAILED at 1. Hunk #2 FAILED at 49. Hunk #3 FAILED at 908. 3 out of 3 hunks FAILED -- saving rejects to file libguile/ChangeLog.rej patching file libguile/Makefile.am Hunk #1 succeeded at 180 (offset 9 lines). patching file libguile/read.c Hunk #4 succeeded at 849 with fuzz 1 (offset 1 line). patching file scripts/ChangeLog Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file scripts/ChangeLog.rej patching file scripts/Makefile.am Hunk #1 FAILED at 30. 1 out of 1 hunk FAILED -- saving rejects to file scripts/Makefile.am.rej thanks a lot for your help...
Bo On Sun, 2002-09-29 at 12:50, Stanislas Pinte wrote:hello, I have problems applying the patch http://www.glug.org/patches/2001-07-29.gettext-support/ to the guile-1.6.0.tar.gz sources...I tried to issue a "patch -i ../guile-gettext" in the fresh guile-1.6.0 source tree, but the directories in ../guile-gettext are not being copied, and I am seeing patching errors...--> If I copy the directories manually in the 1.6.0 source tree, they are not being compiled.Any idea on how to apply the patch? thanks a lot, Stan. _______________________________________________ Guile-user mailing list address@hidden http://mail.gnu.org/mailman/listinfo/guile-user
[Prev in Thread] | Current Thread | [Next in Thread] |