From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stanislas Pinte Newsgroups: gmane.lisp.guile.user Subject: Re: gettext bindings Date: Mon, 30 Sep 2002 18:29:02 +0200 Sender: guile-user-admin@gnu.org Message-ID: <3D987BCE.6040002@wanadoo.be> References: <3D96DAF7.60702@wanadoo.be> <1033305357.2083.9.camel@li.mine.nu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1033406654 24958 127.0.0.1 (30 Sep 2002 17:24:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 30 Sep 2002 17:24:14 +0000 (UTC) Cc: guile-user@gnu.org, David Pirotte Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17w4HE-0006UG-00 for ; Mon, 30 Sep 2002 19:24:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17w4HO-00013J-00; Mon, 30 Sep 2002 13:24:22 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17w4Gq-0000uW-00 for guile-user@gnu.org; Mon, 30 Sep 2002 13:23:48 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17w4Gm-0000uE-00 for guile-user@gnu.org; Mon, 30 Sep 2002 13:23:47 -0400 Original-Received: from ev6.be.wanadoo.com ([195.74.212.41]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17w4Gm-0000u4-00 for guile-user@gnu.org; Mon, 30 Sep 2002 13:23:44 -0400 Original-Received: from wanadoo.be (dial-59-19.wanadoo.be [212.65.59.19]) by ev6.be.wanadoo.com (8.11.1/8.11.1) with ESMTP id g8UHNd813052; Mon, 30 Sep 2002 19:23:40 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3 X-Accept-Language: en-us Original-To: Bo Forslund X-DCC-wanadoo-be-Metrics: ev6 1023; Body=3 Fuz1=3 Fuz2=3 Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:1095 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1095 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 an > unpacked patch > > > patch -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 stan@pablo:/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 >>Guile-user@gnu.org >>http://mail.gnu.org/mailman/listinfo/guile-user >> > > > > _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user