GNU bug report logs -
#24219
Fwd: Compiling guile-2.0.12
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 24219 in the body.
You can then email your comments to 24219 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guile <at> gnu.org
:
bug#24219
; Package
guile
.
(Sat, 13 Aug 2016 17:28:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Paul Emsley <pemsley <at> mrc-lmb.cam.ac.uk>
:
New bug report received and forwarded. Copy sent to
bug-guile <at> gnu.org
.
(Sat, 13 Aug 2016 17:28:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Fwd at the request of Mark Weaver.
Paul
-------- Forwarded Message --------
Subject: Compiling guile-2.0.12
Date: Thu, 11 Aug 2016 22:26:25 +0100
From: Paul Emsley <pemsley <at> mrc-lmb.cam.ac.uk>
To: guile-user <at> gnu.org
$ ./configure --prefix=$HOME/guile-2 --with-libltdl-prefix=$HOME/guile-2
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for libltdl... no
configure: error: GNU libltdl (Libtool) not found, see README.
config.log has this:
configure:46406: checking for libltdl
configure:46428: gcc -o conftest -g -O2 conftest.c -lltdl >&5
conftest.c:598:18: error: ltdl.h: No such file or directory
configure:46428: $? = 1
It seems to me that the argument to --with-libltdl-prefix is not being
checked. And that seems like a bug.
Do you agree?
Paul.
Reply sent
to
Andy Wingo <wingo <at> pobox.com>
:
You have taken responsibility.
(Wed, 01 Mar 2017 09:05:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Paul Emsley <pemsley <at> mrc-lmb.cam.ac.uk>
:
bug acknowledged by developer.
(Wed, 01 Mar 2017 09:05:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 24219-done <at> debbugs.gnu.org (full text, mbox):
On Sat 13 Aug 2016 16:10, Paul Emsley <pemsley <at> mrc-lmb.cam.ac.uk> writes:
> $ ./configure --prefix=$HOME/guile-2 --with-libltdl-prefix=$HOME/guile-2
>
> checking for dlopen... no
> checking for dlopen in -ldl... yes
> checking whether a program can dlopen itself... yes
> checking whether a statically linked program can dlopen itself... yes
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> checking for libltdl... no
> configure: error: GNU libltdl (Libtool) not found, see README.
>
>
> config.log has this:
>
> configure:46406: checking for libltdl
> configure:46428: gcc -o conftest -g -O2 conftest.c -lltdl >&5
> conftest.c:598:18: error: ltdl.h: No such file or directory
> configure:46428: $? = 1
>
> It seems to me that the argument to --with-libltdl-prefix is not being
> checked. And that seems like a bug.
I looked at the generated "configure" file and it would seem that (in
your case) $HOME/guile-2/include is only added to the command line (via
-I $HOME/guile-2/include) if it exists and is a directory. Similarly
for $HOME/guile-2/lib. I suspect that was the situation. Since this is
a standard autoconf thing and we do nothing special, I have to assume
that was the case. Closing optimisitically :)
Andy
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 29 Mar 2017 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 8 years and 141 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.