GNU bug report logs - #18519
incorrect path in guild when configure w/ --program-suffix used

Previous Next

Package: guile;

Reported by: Matt Wette <mwette <at> alumni.caltech.edu>

Date: Sun, 21 Sep 2014 21:24:05 UTC

Severity: normal

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Matt Wette <mwette <at> alumni.caltech.edu>
Subject: bug#18519: closed (Re: bug#18519: incorrect path in guild when
 configure w/ --program-suffix used)
Date: Mon, 22 Sep 2014 08:47:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#18519: incorrect path in guild when configure w/ --program-suffix used

which was filed against the guile package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 18519 <at> debbugs.gnu.org.

-- 
18519: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18519
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: Matt Wette <mwette <at> alumni.caltech.edu>
Cc: 18519-done <at> debbugs.gnu.org
Subject: Re: bug#18519: incorrect path in guild when configure w/
 --program-suffix used
Date: Mon, 22 Sep 2014 10:46:40 +0200
This was fixed in commit 4a81f5b, which will be in Guile 2.0.12:

  http://git.savannah.gnu.org/cgit/guile.git/commit/?id=4a81f5b5d3800aafbc25452e50459c1ba6e29fea

In the meantime you’ll have to fix the installed ‘guild’ script by hand.

Thanks,
Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Matt Wette <mwette <at> alumni.caltech.edu>
To: bug-guile <at> gnu.org
Subject: incorrect path in guild when configure w/ --program-suffix used
Date: Sun, 21 Sep 2014 09:01:31 -0700
[Message part 4 (text/plain, inline)]
I built guile 2.0.11 with "configure --program-suffix=20".
guile was installed as .../bin/guile20
guild was installed as .../bin/guild20

The guild20 script references .../bin/guile when I was expecting .../bin/guile20 to be used:

#!/bin/sh
# -*- scheme -*-
prefix="/opt/local"
exec_prefix="${prefix}"
exec ${GUILE:-${exec_prefix}/bin/guile} $GUILE_FLAGS -e '(@@ (guild) main)' -s "$0" "$@"
!#

[Message part 5 (text/html, inline)]

This bug report was last modified 10 years and 241 days ago.

Previous Next


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