GNU bug report logs - #25299
'@' character in installation prefix breaks automake-1.15

Previous Next

Package: automake;

Reported by: "Brantley, Michael" <Michael.Brantley <at> deshaw.com>

Date: Fri, 30 Dec 2016 17:14:02 UTC

Severity: normal

Tags: fixed

Merged with 20903, 30577

Done: Mathieu Lirzin <mthl <at> gnu.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 25299 in the body.
You can then email your comments to 25299 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-automake <at> gnu.org:
bug#25299; Package automake. (Fri, 30 Dec 2016 17:14:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Brantley, Michael" <Michael.Brantley <at> deshaw.com>:
New bug report received and forwarded. Copy sent to bug-automake <at> gnu.org. (Fri, 30 Dec 2016 17:14:02 GMT) Full text and rfc822 format available.

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

From: "Brantley, Michael" <Michael.Brantley <at> deshaw.com>
To: "bug-automake <at> gnu.org" <bug-automake <at> gnu.org>
Subject: '@' character in installation prefix breaks automake-1.15
Date: Fri, 30 Dec 2016 16:06:57 +0000
[Message part 1 (text/plain, inline)]
Configuring automake to install to a path containing a '@' character breaks the compilation as shown in the attached typescripts. We found that we were able to work around the bug with the following patch:

diff --git a/bin/aclocal.in b/bin/aclocal.in
index 349f24a2..c8ab8b3e 100644
--- a/bin/aclocal.in
+++ b/bin/aclocal.in
@@ -69,7 +69,7 @@ $perl_threads = 0;
# ACLOCAL_PATH environment variable, and reset with the '--system-acdir'
# option.
my @user_includes = ();
-my @automake_includes = ("@datadir@/aclocal-$APIVERSION");
+my @automake_includes = ('@datadir@/aclocal-' . $APIVERSION);
my @system_includes = ('@datadir@/aclocal');

# Whether we should copy M4 file in $user_includes[0].

In considering alternative fixes we found that we could equally address the problem by replacing the double-quoted string with '@datadir@/aclocal-@APIVERSION@', similar to the use of @APIVERSION@ on line 30, but elected to continue the use of $APIVERSION in the event that there was a specific reason for using the Perl variable in this instance.

Regards,

Michael Brantley
[Message part 2 (text/html, inline)]
[typescript.good.txt (text/plain, attachment)]
[typescript.bad.txt (text/plain, attachment)]

Information forwarded to bug-automake <at> gnu.org:
bug#25299; Package automake. (Thu, 06 Apr 2017 15:33:02 GMT) Full text and rfc822 format available.

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

From: Heiko Thiery <heiko.thiery <at> gmail.com>
To: 25299 <at> debbugs.gnu.org
Subject: '@' character in installation prefix breaks automake-1.15
Date: Thu, 6 Apr 2017 12:16:35 +0200
[Message part 1 (text/plain, inline)]
I can reproduce this issue. This will be triggered by the pipeline plugin
of jenkins when building in parallel. The additional workspaces are
postfixed by '@1', '@2' ...
[Message part 2 (text/html, inline)]

Added tag(s) fixed. Request was from Mathieu Lirzin <mthl <at> gnu.org> to control <at> debbugs.gnu.org. (Sat, 15 Jul 2017 16:55:01 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 25299 <at> debbugs.gnu.org and "Brantley, Michael" <Michael.Brantley <at> deshaw.com> Request was from Mathieu Lirzin <mthl <at> gnu.org> to control <at> debbugs.gnu.org. (Sat, 15 Jul 2017 16:55:01 GMT) Full text and rfc822 format available.

Merged 20903 25299. Request was from Mathieu Lirzin <mthl <at> gnu.org> to control <at> debbugs.gnu.org. (Sat, 15 Jul 2017 16:57:01 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. (Sun, 13 Aug 2017 11:24:03 GMT) Full text and rfc822 format available.

bug unarchived. Request was from Mathieu Lirzin <mthl <at> gnu.org> to control <at> debbugs.gnu.org. (Sat, 24 Feb 2018 15:33:01 GMT) Full text and rfc822 format available.

Forcibly Merged 20903 25299 30577. Request was from Mathieu Lirzin <mthl <at> gnu.org> to control <at> debbugs.gnu.org. (Sat, 24 Feb 2018 15:34:01 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. (Sun, 25 Mar 2018 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 86 days ago.

Previous Next


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