libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bootstrapping CVS HEAD fails without a Fortran compiler.


From: Benoit Sigoure
Subject: Bootstrapping CVS HEAD fails without a Fortran compiler.
Date: Wed, 04 Apr 2007 00:42:52 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.2)

Hello
I have just made a fresh checkout of CVS head and I failed to bootstrap it:

$ cvs -z3 -d:pserver:address@hidden:/sources/libtool co .
[...]
$ cd libtool && ./bootstrap && ./configure && make distcheck

[...]
WARNING: You might want to regenerate `commit' and `libltdl/config/mailnotify'
WARNING: after you have run `configure' to discover the real whereabouts
WARNING: of `sed', `grep' etc. like this:
WARNING:
WARNING:      rm -f commit libltdl/config/mailnotify
WARNING:      make -f Makefile.maint ./commit ./libltdl/config/mailnotify
## ------------------------------------------------------------ ##
## Configuring libtool (Build: 1.2443 2007/04/03 19:09:39) 2.1a ##
## ------------------------------------------------------------ ##
[...]
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
test -f doc/.dirstamp || make  doc/.dirstamp
make[1]: Entering directory `/private/tmp/libtoolcvs/libtool'
make[1]: Leaving directory `/private/tmp/libtoolcvs/libtool'
[...]
dir=`echo tests/cdemo/Makefile | sed 's,^[^/]*$,.,;s,/[^/]*$,,'`; \
        test -d $dir || mkdir $dir || exit 1; \
        abs_srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd . && pwd`; \
        (cd $dir && $abs_srcdir/$dir/configure) || exit 1
checking for a BSD-compatible install... /opt/local/bin/ginstall -c
checking whether build environment is sane... yes
[...]
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
dir=`echo tests/demo/Makefile | sed 's,^[^/]*$,.,;s,/[^/]*$,,'`; \
        test -d $dir || mkdir $dir || exit 1; \
        abs_srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd . && pwd`; \
        (cd $dir && $abs_srcdir/$dir/configure) || exit 1
checking for a BSD-compatible install... /opt/local/bin/ginstall -c
checking whether build environment is sane... yes
[...]
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
dir=`echo tests/depdemo/Makefile | sed 's,^[^/]*$,.,;s,/[^/]*$,,'`; \
        test -d $dir || mkdir $dir || exit 1; \
        abs_srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd . && pwd`; \
        (cd $dir && $abs_srcdir/$dir/configure) || exit 1
checking for a BSD-compatible install... /opt/local/bin/ginstall -c
checking whether build environment is sane... yes
[...]
configure: creating ./config.status
config.status: creating Makefile
config.status: creating l1/Makefile
config.status: creating l2/Makefile
config.status: creating l3/Makefile
config.status: creating l4/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
dir=`echo tests/f77demo/Makefile | sed 's,^[^/]*$,.,;s,/[^/]*$,,'`; \
        test -d $dir || mkdir $dir || exit 1; \
        abs_srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd . && pwd`; \
        (cd $dir && $abs_srcdir/$dir/configure) || exit 1
checking for a BSD-compatible install... /opt/local/bin/ginstall -c
checking whether build environment is sane... yes
[...]
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking how to get verbose linking output from ... configure: WARNING:
compilation failed
checking for Fortran 77 libraries of ...
checking for dummy main to link with Fortran 77 libraries... none
checking for Fortran 77 name-mangling scheme... configure: error: cannot compile
a simple Fortran program
See `config.log' for more details.
make: *** [tests/f77demo/Makefile] Error 1

I've never seen this failure before and I never had a Fortran compiler installed
although I already bootstrapped and used CVS libtool.  Is it me or... is this
intended somehow?

The various config.logs are available at:
http://www.tsunanet.net/~tsuna/libtool_cvs070404_bootstrap/

BTW, I can simply run ./configure && make check but distcheck still fails in the
same way.  It also fails if I do a VPATH build.

Cheers,

-- 
Benoit Sigoure aka Tsuna
EPITA Research and Development Laboratory





reply via email to

[Prev in Thread] Current Thread [Next in Thread]