[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #5274] path to guile in Greg configure script
From: |
nobody |
Subject: |
[bug #5274] path to guile in Greg configure script |
Date: |
Fri, 19 Sep 2003 22:51:26 -0400 |
User-agent: |
Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.2.1) Gecko/20030228 |
=================== BUG #5274: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5274&group_id=99
Changes by: Adam Fedor <fedor@gnu.org>
Date: Fri 09/19/2003 at 20:51 (US/Mountain)
What | Removed | Added
---------------------------------------------------------------------------
Bug Group | None | Bug
Resolution | None | Fixed
Assigned to | None | fedor
Status | Open | Closed
------------------ Additional Follow-up Comments ----------------------------
2003-09-19 Adam Fedor <fedor@gnu.org>
* configure.in: Fix comment about with-guile-path
* configure: Regenerate using 2.57 to fix path error.
=================== BUG #5274: FULL BUG SNAPSHOT ===================
Submitted by: ratmice Project: GNUstep
Submitted on: Sun 09/14/2003 at 02:34
Category: Libraries Severity: 5 - Major
Bug Group: Bug Resolution: Fixed
Assigned to: fedor Status: Closed
Summary: path to guile in Greg configure script
Original Submission: the configure script in dev-libs/guile/Greg has a bug in
it,
where it calls
AC_PROG_PATH(GUILEPATH,guile,NONE,$PATH:$with_guile_path)
this generated some code in the configure script to do
for as_dir in $PATH:$with_guile_path
do
....
what happens there is :$with_guile_path gets appended to the last part of the
path in $PATH and it'll look for a directory like /last/path: without
--with-guile-path passed or /last/path:/guile/path with
either way if guile path is passed onto the command line or only exists in the
last directory in the path it returns NONE...
additionally the error says configure with --with-guile-path set to the correct
path (e.g. configure --with-guile-path=/usr/bin/guile)
this should probably change to --with-guile-path=/usr/bin
regenerating the configure script here fixed the issue using autoconf 2.57
generating some correct code like..
as_dummy="$PATH:$with_guile_path"
for as_dir in $as_dummy
do
...
Follow-up Comments
*******************
-------------------------------------------------------
Date: Fri 09/19/2003 at 20:51 By: fedor
2003-09-19 Adam Fedor <fedor@gnu.org>
* configure.in: Fix comment about with-guile-path
* configure: Regenerate using 2.57 to fix path error.
CC list is empty
No files currently attached
For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5274&group_id=99
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/