GNU bug report logs - #31900
typo in libtool.m4 file (wrong -L/-R detection)

Previous Next

Package: libtool;

Reported by: Igor Rondarev <igor.rondarev <at> gmail.com>

Date: Tue, 19 Jun 2018 13:39:02 UTC

Severity: normal

Done: Mike Frysinger <vapier <at> gentoo.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 31900 in the body.
You can then email your comments to 31900 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-libtool <at> gnu.org:
bug#31900; Package libtool. (Tue, 19 Jun 2018 13:39:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Igor Rondarev <igor.rondarev <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-libtool <at> gnu.org. (Tue, 19 Jun 2018 13:39:02 GMT) Full text and rfc822 format available.

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

From: Igor Rondarev <igor.rondarev <at> gmail.com>
To: bug-libtool <at> gnu.org
Subject: typo in libtool.m4 file (wrong -L/-R detection)
Date: Tue, 19 Jun 2018 15:23:31 +0300
[Message part 1 (text/plain, inline)]
Dear libtool maintenance team!

Please note that m4/libtool.m4 file (starting from 2.4.2.418) has incorrect
string comparition that leads to wrong behaviour related to default library
paths.

See m4/libtool.m4 at string 7559 (
http://git.savannah.gnu.org/cgit/libtool.git/tree/m4/libtool.m4#n7559)

# Some compilers place space between "-{L,R}" and the path.
       # Remove the space.
       if test x-L = "$p" ||
          test x-R = "$p"; then
	 prev=$p
	 continue


Both tests are being performed without 'x' in right parts (i.e. "$p"
instead of "x$p"), what makes them always false.

Hope this information is helpful.

Best regards,
Igor.
[Message part 2 (text/html, inline)]

bug closed, send any further explanations to 31900 <at> debbugs.gnu.org and Igor Rondarev <igor.rondarev <at> gmail.com> Request was from Mike Frysinger <vapier <at> gentoo.org> to control <at> debbugs.gnu.org. (Wed, 17 Jan 2024 07:53:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 14 Feb 2024 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 44 days ago.

Previous Next


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