From unknown Mon Jun 16 23:51:23 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#18519 <18519@debbugs.gnu.org> To: bug#18519 <18519@debbugs.gnu.org> Subject: Status: incorrect path in guild when configure w/ --program-suffix used Reply-To: bug#18519 <18519@debbugs.gnu.org> Date: Tue, 17 Jun 2025 06:51:23 +0000 retitle 18519 incorrect path in guild when configure w/ --program-suffix us= ed reassign 18519 guile submitter 18519 Matt Wette severity 18519 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 21 17:24:05 2014 Received: (at submit) by debbugs.gnu.org; 21 Sep 2014 21:24:05 +0000 Received: from localhost ([127.0.0.1]:47728 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XVobz-0001NI-PW for submit@debbugs.gnu.org; Sun, 21 Sep 2014 17:24:04 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35358) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XVjmo-0002YZ-6u for submit@debbugs.gnu.org; Sun, 21 Sep 2014 12:14:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XVjmJ-0007a8-DB for submit@debbugs.gnu.org; Sun, 21 Sep 2014 12:14:54 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,HTML_MESSAGE autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48666) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVjmJ-0007RL-8H for submit@debbugs.gnu.org; Sun, 21 Sep 2014 12:14:23 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVjaH-0006W4-Kk for bug-guile@gnu.org; Sun, 21 Sep 2014 12:02:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XVja9-0004th-SA for bug-guile@gnu.org; Sun, 21 Sep 2014 12:01:57 -0400 Received: from vms173023pub.verizon.net ([206.46.173.23]:44129) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVja9-0004t2-OF for bug-guile@gnu.org; Sun, 21 Sep 2014 12:01:49 -0400 Received: from [192.168.2.127] ([unknown] [71.108.232.6]) by vms173023.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0NC9005I5DUKMFB0@vms173023.mailsrvcs.net> for bug-guile@gnu.org; Sun, 21 Sep 2014 11:01:33 -0500 (CDT) From: Matt Wette Content-type: multipart/alternative; boundary="Apple-Mail=_0C25A24B-9FCB-4824-93AE-88D2E2BA89AB" Subject: incorrect path in guild when configure w/ --program-suffix used Message-id: <45127C2C-6F29-4092-A633-A17CF5DCA5A3@alumni.caltech.edu> Date: Sun, 21 Sep 2014 09:01:31 -0700 To: bug-guile@gnu.org MIME-version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sun, 21 Sep 2014 17:24:01 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) --Apple-Mail=_0C25A24B-9FCB-4824-93AE-88D2E2BA89AB Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii I built guile 2.0.11 with "configure --program-suffix=3D20". 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=3D"/opt/local" exec_prefix=3D"${prefix}" exec ${GUILE:-${exec_prefix}/bin/guile} $GUILE_FLAGS -e '(@@ (guild) = main)' -s "$0" "$@" !# --Apple-Mail=_0C25A24B-9FCB-4824-93AE-88D2E2BA89AB Content-Transfer-Encoding: 7bit Content-Type: text/html; charset=us-ascii 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" "$@"
!#

--Apple-Mail=_0C25A24B-9FCB-4824-93AE-88D2E2BA89AB-- From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 22 04:46:43 2014 Received: (at 18519-done) by debbugs.gnu.org; 22 Sep 2014 08:46:43 +0000 Received: from localhost ([127.0.0.1]:47967 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XVzGd-00066z-2C for submit@debbugs.gnu.org; Mon, 22 Sep 2014 04:46:43 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:55462) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XVzGb-00066r-0x for 18519-done@debbugs.gnu.org; Mon, 22 Sep 2014 04:46:41 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 7190039D6; Mon, 22 Sep 2014 10:46:40 +0200 (CEST) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CcFy6RzfZLjj; Mon, 22 Sep 2014 10:46:40 +0200 (CEST) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 1C68839CE; Mon, 22 Sep 2014 10:46:39 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Matt Wette Subject: Re: bug#18519: incorrect path in guild when configure w/ --program-suffix used References: <45127C2C-6F29-4092-A633-A17CF5DCA5A3@alumni.caltech.edu> Date: Mon, 22 Sep 2014 10:46:40 +0200 In-Reply-To: <45127C2C-6F29-4092-A633-A17CF5DCA5A3@alumni.caltech.edu> (Matt Wette's message of "Sun, 21 Sep 2014 09:01:31 -0700") Message-ID: <874mw0t53j.fsf@gnu.org> User-Agent: Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 18519-done Cc: 18519-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) This was fixed in commit 4a81f5b, which will be in Guile 2.0.12: http://git.savannah.gnu.org/cgit/guile.git/commit/?id=3D4a81f5b5d3800aafb= c25452e50459c1ba6e29fea In the meantime you=E2=80=99ll have to fix the installed =E2=80=98guild=E2= =80=99 script by hand. Thanks, Ludo=E2=80=99. From unknown Mon Jun 16 23:51:23 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 20 Oct 2014 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator