bugGNUstep - Bugs: bug #5274, path to guile in Greg configure...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #5274: path to guile in Greg configure script

Submitted by:  matt rice <ratmice>
Submitted on:  Sun 14 Sep 2003 08:34:01 AM UTC  
 
Category: LibrariesSeverity: 3 - Normal
Item Group: BugStatus: Fixed
Privacy: PublicAssigned to: Adam Fedor <fedor>
Open/Closed: Closed

Sat 20 Sep 2003 02:51:24 AM UTC, comment #1:

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.
Adam Fedor <fedor>
Project AdministratorIn charge of this item.
Sun 14 Sep 2003 08:34:01 AM UTC, 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
...

matt rice <ratmice>
Project Member

 

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 4 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Sat 20 Sep 2003 02:51:24 AM UTCfedorItem GroupNone=>(Error - Not Found)
  StatusNone=>(Error - Not Found)
  Assigned toNone=>NA
  Open/ClosedOpen=>(Error - Not Found)

Back to the top


Powered by Savane 3.1-cleanup1