GNU bug report logs - #24871
incorrect "cannot install XXX to a directory not ending in YYY"

Previous Next

Package: libtool;

Reported by: Luke Shumaker <lukeshu <at> sbcglobal.net>

Date: Fri, 4 Nov 2016 00:48:02 UTC

Severity: normal

Done: Ileana Dumitrescu <ileanadumitrescu95 <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Luke Shumaker <lukeshu <at> sbcglobal.net>
To: bug-libtool <at> gnu.org
Subject: Re: incorrect "cannot install XXX to a directory not ending in YYY"
Date: Tue, 29 Nov 2016 20:06:01 -0500
On Thu, 03 Nov 2016 20:47:25 -0400,
Luke Shumaker wrote:
> I have not tried using libtool build from git.

I have now verified that this issue is still present when built from
git.

However, I've also figured out that the issue goes away if the
trailing slash is removed from the `-rpath` in the link step.

	-libtool --tag=CC --mode=link cc -o libfail.la -rpath /tmp/lib/ fail.lo libpass.la
	+libtool --tag=CC --mode=link cc -o libfail.la -rpath /tmp/lib fail.lo libpass.la

-- 
Happy hacking,
~ Luke Shumaker




This bug report was last modified 264 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.