Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] "xyz.la seems to be moved" message Meino Christian Cramer <Meino.Cramer@×××.de>