unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#18519: incorrect path in guild when configure w/ --program-suffix used
@ 2014-09-21 16:01 Matt Wette
  2014-09-22  8:46 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Matt Wette @ 2014-09-21 16:01 UTC (permalink / raw)
  To: 18519

[-- Attachment #1: Type: text/plain, Size: 409 bytes --]

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" "$@"
!#


[-- Attachment #2: Type: text/html, Size: 939 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#18519: incorrect path in guild when configure w/ --program-suffix used
  2014-09-21 16:01 bug#18519: incorrect path in guild when configure w/ --program-suffix used Matt Wette
@ 2014-09-22  8:46 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2014-09-22  8:46 UTC (permalink / raw)
  To: Matt Wette; +Cc: 18519-done

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’.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-22  8:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-21 16:01 bug#18519: incorrect path in guild when configure w/ --program-suffix used Matt Wette
2014-09-22  8:46 ` Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).