public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Vladimir G. Ivanovic" <vgivanovic@comcast.net>
To: gentoo-user <gentoo-user@lists.gentoo.org>
Subject: Re: [gentoo-user] "xyz.la seems to be moved" message
Date: Tue, 24 Oct 2006 13:21:37 -0700	[thread overview]
Message-ID: <1161721297.11922.38.camel@scarlatti.leonora.org> (raw)
In-Reply-To: <1161707071.12185.64.camel@camille.gateway.2wire.net>

On Tue, 2006-10-24 at 11:24 -0500, Michael Sullivan wrote:
> 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.  

Here's what I did:

     1. cd /usr/portage/sys-devel/libtool/files/
     2. mkdir 1.5.22
     3. cd 1.5.22
     4. Create "libtool-1.5.22-ltmain.sh-seems-to-be-moved.patch"
with contents: 

--- libtool-1.5.22/ltmain.in.~1~     2006-10-24 12:54:00.000000000 -0700
+++ libtool-1.5.22/ltmain.in    2006-10-24 12:55:16.000000000 -0700
@@ -2920,7 +2920,11 @@
                    exit $EXIT_FAILURE
                  fi
                  if test "$absdir" != "$libdir"; then
-                   $echo "$modename: warning: \`$deplib' seems to be
moved" 1>&2
+                     absdir2=`cd "$absdir" && pwd || echo "$absdir"`
+                     libdir2=`cd "$libdir" && pwd || echo "$libdir"`
+                     if test "$absdir2" != "$libdir2"; then
+                         $echo "$modename: warning: \`$deplib' seems to
be moved from \`$libdir' to \`$absdir'" 1>&2
+                     fi
                  fi
                  path="$absdir"
                fi

  5. cd ..
  6. Apply the following patch:

--- libtool-1.5.22.ebuild.~1~   2006-10-17 03:06:30.000000000 -0700
+++ libtool-1.5.22.ebuild       2006-10-24 11:57:18.000000000 -0700
@@ -83,6 +83,10 @@
        # <azarah@gentoo.org> - (11 Feb 2004)
        epatch
"${FILESDIR}"/1.5.20/${PN}-1.5.20-ltmain_sh-max_cmd_len.patch
 
+       # Get rid of false positive "seems to be moved" messages.
+       # http://www.mail-archive.com/bug-libtool@gnu.org/msg00838.html
+       epatch
"${FILESDIR}"/1.5.22/libtool-1.5.22-ltmain.sh-seems-to-be-moved.patch
+
        # Libtool's autoguessing at tag's sucks ... it get's confused 
        # if the tag's CC says '<CHOST>-gcc' and the env CC says 'gcc'
        # or vice versa ... newer automakes specify the tag so no

  7. ebuild libtool-1.5.22.ebuild digest
  8. emerge -av --with-bdeps y =libtool-1.5.22

--- Vladimir

-- 
Vladimir G. Ivanovic <vgivanovic@comcast.net>

-- 
gentoo-user@gentoo.org mailing list



      parent reply	other threads:[~2006-10-24 20:26 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-24  5:51 [gentoo-user] "xyz.la seems to be moved" message Meino Christian Cramer
2006-10-24  6:36 ` Hemmann, Volker Armin
2006-10-24  8:40   ` Meino Christian Cramer
2006-10-24  8:58     ` Andrew Gaydenko
2006-10-24 14:07     ` Bo Ørsted Andresen
2006-10-24 14:33       ` Meino Christian Cramer
2006-10-24 15:31         ` Fabrice Delliaux
2006-10-24 16:24           ` Michael Sullivan
2006-10-24 16:34             ` Meino Christian Cramer
2006-10-24 19:43               ` Michael Sullivan
2006-10-25  1:16                 ` Meino Christian Cramer
2006-10-24 20:21             ` Vladimir G. Ivanovic [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1161721297.11922.38.camel@scarlatti.leonora.org \
    --to=vgivanovic@comcast.net \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox