From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ian Hulin Newsgroups: gmane.lisp.guile.bugs Subject: guile-config: inconsistent behaviour when run using lilypond configure under meta/uninstalled-env bash or fully installed Guile V1.9.14 Date: Thu, 23 Dec 2010 20:42:12 +0000 Message-ID: <4D13B424.3040301__29957.9981285662$1293136971$gmane$org@hulin.org.uk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1293136971 765 80.91.229.12 (23 Dec 2010 20:42:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 23 Dec 2010 20:42:51 +0000 (UTC) Cc: "lilypond-devel@gnu.org" , Han-Wen Nienhuys To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Dec 23 21:42:44 2010 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PVrzo-0008DA-8J for guile-bugs@m.gmane.org; Thu, 23 Dec 2010 21:42:44 +0100 Original-Received: from localhost ([127.0.0.1]:41500 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVrzn-0003Xk-Lh for guile-bugs@m.gmane.org; Thu, 23 Dec 2010 15:42:43 -0500 Original-Received: from [140.186.70.92] (port=51386 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVrzf-0003WN-Hp for bug-guile@gnu.org; Thu, 23 Dec 2010 15:42:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PVrzd-0007xt-NI for bug-guile@gnu.org; Thu, 23 Dec 2010 15:42:35 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:57439) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PVrzd-0007wN-9G for bug-guile@gnu.org; Thu, 23 Dec 2010 15:42:33 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PVrza-00085T-DY for bug-guile@gnu.org; Thu, 23 Dec 2010 21:42:30 +0100 Original-Received: from cpc3-rdng6-0-0-cust547.15-3.cable.virginmedia.com ([82.10.50.36]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Dec 2010 21:42:30 +0100 Original-Received: from ian by cpc3-rdng6-0-0-cust547.15-3.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Dec 2010 21:42:30 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 208 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-rdng6-0-0-cust547.15-3.cable.virginmedia.com User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b3pre Thunderbird/3.1.7 X-Enigmail-Version: 1.1.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4937 Archived-At: Hi all, If we run lilypond ./configure under meta/uninstalled-env bash it hangs as follows: ian@nanny-ogg:~/lily-build-g2$ /home/ian/lilypond/configure --srcdir=/home/ian/lilypond --disable-optimising --prefix=/usr/local checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking Package... LILYPOND checking builddir... /home/ian/lily-build-g2 checking for stepmake... /home/ian/lilypond/stepmake (${datarootdir}/stepmake not found) checking for gmake... no checking for make... make checking for find... find checking for tar... tar checking for bash... /bin/bash checking for python... python checking python version... 2.6.6 checking for flex... flex checking how to run the C++ preprocessor... g++ -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking FlexLexer.h usability... yes checking FlexLexer.h presence... yes checking for FlexLexer.h... yes checking for yyFlexLexer.yy_current_buffer... no checking FlexLexer.h location... /usr/include/FlexLexer.h checking language... English checking for gettext in -lintl... no checking for gettext... yes checking for msgfmt... msgfmt checking for mf-nowin... mf-nowin checking for mpost... mpost checking for working metafont mode... ljfour checking for kpsewhich... kpsewhich checking for guile-config... guile-config If I run exactly the same configuration in a Virtual Machine with guile configured, compiled and installed the configuration runs to completion. ian@greebo:~/lily-build-g2$ /home/ian/lilypond/configure --srcdir=/home/ian/lilypond --disable-optimising --prefix=/usr/local checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking Package... LILYPOND checking builddir... /home/ian/lily-build-g2 checking for stepmake... /home/ian/lilypond/stepmake (${datarootdir}/stepmake not found) checking for gmake... no checking for make... make checking for find... find checking for tar... tar checking for bash... /bin/bash checking for python... python checking python version... 2.6.6 checking for python... /usr/bin/python checking FlexLexer.h presence... yes checking for FlexLexer.h... yes checking for yyFlexLexer.yy_current_buffer... no checking FlexLexer.h location... /usr/include/FlexLexer.h checking language... English checking for gettext in -lintl... no checking for gettext... yes checking for msgfmt... msgfmt checking for mf-nowin... mf-nowin checking for mpost... mpost checking for working metafont mode... ljfour checking for kpsewhich... kpsewhich checking for guile-config... guile-config checking guile-config version... 1.9.14 checking guile compile flags... -pthread -I/usr/local/include/guile/2.0 -I/usr/local/include checking guile link flags... -L/usr/local/lib -lguile-2.0 checking libguile.h usability... yes checking libguile.h presence... yes checking for libguile.h... yes checking for scm_boot_guile in -lguile... no checking for scm_boot_guile... yes checking for scm_t_hash_fold_fn... yes checking for scm_t_hash_handle_fn... yes checking GUILE rational bugfix... ok checking for python-config... python-config checking Python.h usability... yes checking Python.h presence... yes checking for Python.h... yes checking for gs... gs checking for gs... /usr/bin/gs checking /usr/bin/gs version... 8.71 checking for fontforge... fontforge checking for fontforge... /usr/local/bin/fontforge checking /usr/local/bin/fontforge version... 20100501 checking for fontforge... (cached) fontforge checking for fontforge... (cached) /usr/local/bin/fontforge checking /usr/local/bin/fontforge version... 20100501 checking for t1asm... t1asm checking for t1asm... /usr/bin/t1asm checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking libio.h usability... yes checking libio.h presence... yes checking for libio.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking for sys/stat.h... (cached) yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking fpu_control.h usability... yes checking fpu_control.h presence... yes checking for fpu_control.h... yes checking sstream usability... yes checking sstream presence... yes checking for sstream... yes checking whether stat file-mode macros are broken... no checking for working memcmp... yes checking for vprintf... yes checking for _doprnt... no checking for chroot... yes checking for fopencookie... yes checking for gettext... (cached) yes checking for isinf... yes checking for memmem... yes checking for snprintf... yes checking for vsnprintf... yes checking for pkg-config... pkg-config checking pkg-config version... 0.25 checking whether to enable dynamic relocation... no checking for rpath linkage... no checking for pangoft2 >= 1.6.0... yes checking PANGO_FT2_CFLAGS... -pthread -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include checking PANGO_FT2_LIBS... -pthread -lpangoft2-1.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 checking pango/pangoft2.h usability... yes checking pango/pangoft2.h presence... yes checking for pango/pangoft2.h... yes checking for pango_ft2_font_map_create_context... yes checking for fontconfig >= 2.4.0... yes checking FONTCONFIG_CFLAGS... checking FONTCONFIG_LIBS... -lfontconfig checking for freetype2 >= 2.1.10... yes checking FREETYPE2_CFLAGS... -I/usr/include/freetype2 checking FREETYPE2_LIBS... -lfreetype checking for some flavor of Windows... no checking for -windres... no checking for windres... no checking for guile... guile checking for guile... /usr/local/bin/guile checking for perl... perl checking for perl... /usr/bin/perl checking for makeinfo... makeinfo checking makeinfo version... 4.13 checking for texi2html... texi2html checking texi2html version... 1.82 checking for dblatex... dblatex checking for pdflatex... pdflatex checking for pngtopnm... pngtopnm checking for convert... convert checking for zip... zip checking for rsync... rsync configure: creating ./config.status config.status: creating config.make config.status: creating config.hh Type: make all to build LilyPond make install to install LilyPond make help to see all possible targets Edit local.make for local Makefile overrides. ian@greebo:~/lily-build-g2$ It's really tedious having to keep a full VM or laptop installation set up to work around this inconsistency, is there any chance of fixing this in the guile kit, please? If not, how can we work around this in our configure? I think this has been the behaviour since Guile V1.9.11. Cheers, Ian Hulin