From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GcSEx-0001Ov-QS for garchives@archives.gentoo.org; Tue, 24 Oct 2006 19:47:12 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k9OJj4fg017940; Tue, 24 Oct 2006 19:45:04 GMT Received: from bullet.espersunited.com (adsl-70-234-122-249.dsl.tul2ok.sbcglobal.net [70.234.122.249]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k9OJgqMV026640 for ; Tue, 24 Oct 2006 19:42:52 GMT Received: from camille.espersunited.com (camille.espersunited.com [70.234.122.250]) by bullet.espersunited.com (8.13.7/8.13.7) with ESMTP id k9OJgpnJ014718 for ; Tue, 24 Oct 2006 14:42:51 -0500 Subject: Re: [gentoo-user] "xyz.la seems to be moved" message From: Michael Sullivan To: gentoo-user@lists.gentoo.org In-Reply-To: <20061024.183408.85407311.Meino.Cramer@gmx.de> References: <20061024.163330.112618076.Meino.Cramer@gmx.de> <20061024173155.1fe18417@monordi> <1161707071.12185.64.camel@camille.gateway.2wire.net> <20061024.183408.85407311.Meino.Cramer@gmx.de> Content-Type: text/plain Date: Tue, 24 Oct 2006 14:43:37 -0500 Message-Id: <1161719017.12162.69.camel@camille.gateway.2wire.net> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 Content-Transfer-Encoding: 7bit X-Archives-Salt: 1b6e7e38-4ae8-4591-8ac8-0c491111f946 X-Archives-Hash: 3ca9131cbe825dc9f890c70a3116944b On Tue, 2006-10-24 at 18:34 +0200, Meino Christian Cramer wrote: > From: Michael Sullivan > Subject: Re: [gentoo-user] "xyz.la seems to be moved" message > Date: Tue, 24 Oct 2006 11:24:31 -0500 > > > On Tue, 2006-10-24 at 17:31 +0200, Fabrice Delliaux wrote: > > > Hi, > > > > > > Explanation && patch here : > > > > > > http://www.mail-archive.com/bug-libtool@gnu.org/msg00838.html > > > > I saved the patch at the above link to /root/libtool.patch, but I can't > > figure out how to use it. I assume that I would need to navigate to a > > directory and say "patch < /root/libtool.patch", but what directory do I > > do it from? If I do it from /usr/share/libtool, I get this: > > > > camille libtool # patch > patching file ltmain.sh > > Hunk #1 FAILED at 2795. > > 1 out of 1 hunk FAILED -- saving rejects to file ltmain.sh.rej > > > > If I do it from /, I get this: > > > > camille / # patch > can't find file to patch at input line 3 > > Perhaps you should have used the -p or --strip option? > > The text leading up to this was: > > -------------------------- > > |--- /usr/share/libtool/ltmain.sh 2005-11-22 08:18:02.000000000 -0500 > > |+++ ltmain.sh 2006-05-13 18:15:15.000000000 -0400 > > -------------------------- > > File to patch: > > > > > > -- > > gentoo-user@gentoo.org mailing list > > > > Hi Michael, > > I applied the patch by hand, my be it will work with the > patch-command too. > > If you want to try it: > cd /usr/share/libtool/. and apply the patch there with > > patch -p0 -i > > If it does not work for you, please email me, I will send you the > laready patched ltmain.sh attached to a private mail. > > Keep hacking! > mcc > I think I'm doing it wrong: camille libtool # patch -p0 -i /root/libtool.patch patching file ltmain.sh Hunk #1 FAILED at 2795. 1 out of 1 hunk FAILED -- saving rejects to file ltmain.sh.rej -- gentoo-user@gentoo.org mailing list