Gentoo Archives: gentoo-user

From: Meino Christian Cramer <Meino.Cramer@×××.de>
To: gentoo-user@l.g.o, michael@××××××××××××.com
Subject: Re: [gentoo-user] "xyz.la seems to be moved" message
Date: Tue, 24 Oct 2006 16:43:37
Message-Id: 20061024.183408.85407311.Meino.Cramer@gmx.de
In Reply to: Re: [gentoo-user] "xyz.la seems to be moved" message by Michael Sullivan
1 From: Michael Sullivan <michael@××××××××××××.com>
2 Subject: Re: [gentoo-user] "xyz.la seems to be moved" message
3 Date: Tue, 24 Oct 2006 11:24:31 -0500
4
5 > On Tue, 2006-10-24 at 17:31 +0200, Fabrice Delliaux wrote:
6 > > Hi,
7 > >
8 > > Explanation && patch here :
9 > >
10 > > http://www.mail-archive.com/bug-libtool@×××.org/msg00838.html
11 >
12 > I saved the patch at the above link to /root/libtool.patch, but I can't
13 > figure out how to use it. I assume that I would need to navigate to a
14 > directory and say "patch < /root/libtool.patch", but what directory do I
15 > do it from? If I do it from /usr/share/libtool, I get this:
16 >
17 > camille libtool # patch </root/libtool.patch
18 > patching file ltmain.sh
19 > Hunk #1 FAILED at 2795.
20 > 1 out of 1 hunk FAILED -- saving rejects to file ltmain.sh.rej
21 >
22 > If I do it from /, I get this:
23 >
24 > camille / # patch </root/libtool.patch
25 > can't find file to patch at input line 3
26 > Perhaps you should have used the -p or --strip option?
27 > The text leading up to this was:
28 > --------------------------
29 > |--- /usr/share/libtool/ltmain.sh 2005-11-22 08:18:02.000000000 -0500
30 > |+++ ltmain.sh 2006-05-13 18:15:15.000000000 -0400
31 > --------------------------
32 > File to patch:
33 >
34 >
35 > --
36 > gentoo-user@g.o mailing list
37 >
38
39 Hi Michael,
40
41 I applied the patch by hand, my be it will work with the
42 patch-command too.
43
44 If you want to try it:
45 cd /usr/share/libtool/. and apply the patch there with
46
47 patch -p0 -i <your file of the patch here>
48
49 If it does not work for you, please email me, I will send you the
50 laready patched ltmain.sh attached to a private mail.
51
52 Keep hacking!
53 mcc
54
55 --
56 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] "xyz.la seems to be moved" message Michael Sullivan <michael@××××××××××××.com>