From owner-freebsd-questions@FreeBSD.ORG Tue Mar 31 06:14:24 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F372F106564A for ; Tue, 31 Mar 2009 06:14:23 +0000 (UTC) (envelope-from invalid.pointer@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.170]) by mx1.freebsd.org (Postfix) with ESMTP id C5F8B8FC1A for ; Tue, 31 Mar 2009 06:14:23 +0000 (UTC) (envelope-from invalid.pointer@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so2608301wfg.7 for ; Mon, 30 Mar 2009 23:14:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=nU3bLQxQC1HTXoY5PLKd9Lhxh8z8rUmKCrOnA+PpW98=; b=dedQTn5i1CjKFflN+1TBP0IC+K02iOO+C+0CaaPPrayOhlboAWtOGiSRsvT54EdsTC lnJNqmju3P1B8BAcpIBMyxvBIPBYwnu+MR1xKrG2odn6tuylI2QDZitQ22prmmIj0SU2 Vzf47WqjjjSsNH1XzbSfNtEcHPu34JCoH6uZc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=Gx6V/3QpEPU9uSeTPenllE+Y12ZKyekmEuLDY5D1sxCijw2aQuLqmi+l48UgnkfOvF GgBv5/r2+XtGbcF8X6hxuc9PldEt8d8PWqVxs48kNnnu5LqhvziZJkvvB2TxJtLbgy3v xOYV2Amv+iWTp4c8324Z00TTxD8D67h7Q1A9s= Received: by 10.142.230.11 with SMTP id c11mr2468006wfh.219.1238480063553; Mon, 30 Mar 2009 23:14:23 -0700 (PDT) Received: from ?192.168.1.3? ([117.196.224.221]) by mx.google.com with ESMTPS id 28sm10075934wfg.11.2009.03.30.23.14.19 (version=SSLv3 cipher=RC4-MD5); Mon, 30 Mar 2009 23:14:23 -0700 (PDT) Message-ID: <49D1B51C.6090404@gmail.com> Date: Tue, 31 Mar 2009 11:45:56 +0530 From: manish jain User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: guile-1.8.6 build core dumps (autoconf issue ?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2009 06:14:24 -0000 Hi, I portsnapped the lastest tarball a couple of days back. Doing a build in lang/guile (1.8.6) core dumps with the following message : > Making all in libguile > gmake[2]: Entering directory `/usr/ports/lang/guile/work/guile-1.8.6/libguile' > cd .. && /bin/sh ./config.status libguile/Makefile depfiles > config.status: creating libguile/Makefile > config.status: executing depfiles commands > gmake[2]: Leaving directory `/usr/ports/lang/guile/work/guile-1.8.6/libguile' > gmake[2]: Entering directory `/usr/ports/lang/guile/work/guile-1.8.6/libguile' > Generating libpath.h... > sed < ./version.h.in > version.h.tmp \ > -e s:@-GUILE_MAJOR_VERSION-@:1: \ > -e s:@-GUILE_MINOR_VERSION-@:8: \ > -e s:@-GUILE_MICRO_VERSION-@:6: > mv version.h.tmp version.h > if [ "no" = "yes" ]; then \ > cc -DHAVE_CONFIG_H -I.. -I.. -I.. -c -o gen-scmconfig.o gen-scmconfig.c; \ > else \ > cc -DHAVE_CONFIG_H -I.. -I.. -I.. -I/usr/local/include -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -Werror -c -o gen-scmconfig.o gen-scmconfig.c; \ > fi > if [ "no" = "yes" ]; then \ > cc -o gen-scmconfig gen-scmconfig.o; \ > else \ > /bin/sh ../libtool --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -Werror -L/usr/local/lib -o gen-scmconfig gen-scmconfig.o -llthread -lgmp -lcrypt -lm -lltdl ; \ > fi > libtool: link: cc -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -Werror -o gen-scmconfig gen-scmconfig.o -L/usr/local/lib -llthread /usr/local/lib/libgmp.so -lcrypt -lm /usr/local/lib/libltdl.so -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib > rm -f scmconfig.h.tmp > cat ./scmconfig.h.top > scmconfig.h.tmp > ./gen-scmconfig >> scmconfig.h.tmp > Segmentation fault (core dumped) > gmake[2]: *** [scmconfig.h] Error 139 > gmake[2]: Leaving directory `/usr/ports/lang/guile/work/guile-1.8.6/libguile' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/lang/guile/work/guile-1.8.6' > gmake: *** [all] Error 2 > *** Error code 1 > > Stop in /usr/ports/lang/guile. The complete logfile is more than 27 kb, which anybody can get from me by sending me a separate mail. One point of interest in the previous sections of the build states that guile-1.8.6 is to be configured with autoconf-2.63 whereas the latest autoconf port available is 2.62. -- Thank you and Regards Manish Jain invalid.pointer@gmail.com +91-99830-62246 NB : Laast year I kudn't spell Software Engineer. Now I are won.