GNU bug report logs - #36170
configure fails on FreeBSD

Previous Next

Package: guile;

Reported by: Roger Mason <rmason <at> mun.ca>

Date: Tue, 11 Jun 2019 14:14:04 UTC

Severity: normal

Tags: notabug

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Roger Mason <rmason <at> mun.ca>
To: 36170 <at> debbugs.gnu.org
Subject: bug#36170: configure fails on FreeBSD
Date: Tue, 11 Jun 2019 09:13:31 -0230
Hello,

I cloned the git repo yesterday (2019-06-10, most recent commit
8d469660525d74734f3184cb9ed01b6f2dcd0445).  I ran autogen.sh in the
source directory.  I had to comment out the call to m4 --version, which
failed (I have m4-1.4.18).  I created a build directory.  When I
configure like this:

../guile/configure --with-bdw-gc=bdw-gc-threaded

it works:

---snip---
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands

When I configure like this:

../guile/configure --prefix="/home/rmason/32-bit-install" --with-bdw-gc=bdw-gc-threaded

it fails to find various libraries & headers unless I list them
explicitly in the invocation of configure like this:

../guile/configure --prefix=/home/rmason/32-bit-install \
		   --with-bdw-gc=bdw-gc-threaded \
		   --with-libltdl-prefix=/usr/local \
		   --with-libgmp-prefix=/usr/local \
		   --with-libunistring-prefix=/usr/local \
		   --with-libiconv-prefix=/usr/local

Is that how it is supposed to work, or is there a bug in the build
system?

I note also that configure claims my readline library is too old (<
2.1), but I have:

pkg info -x readline
readline-7.0.5

Cheers,
Roger

FreeBSD 11.2-RELEASE-p10 (i386)




This bug report was last modified 5 years and 332 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.