From owner-freebsd-questions@FreeBSD.ORG Sat Nov 5 18:32:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E399C16A41F for ; Sat, 5 Nov 2005 18:32:15 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAB8943D45 for ; Sat, 5 Nov 2005 18:32:14 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 24153 invoked by uid 207); 5 Nov 2005 18:32:13 -0000 Received: from keramida@ceid.upatras.gr by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.30/3.97. Clear:RC:1(81.186.70.114):. Processed in 0.62444 secs); 05 Nov 2005 18:32:13 -0000 Received: from dialup114.ach.sch.gr (HELO flame.pc) ([81.186.70.114]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 5 Nov 2005 18:32:11 -0000 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id jA5IVx0R003554; Sat, 5 Nov 2005 20:31:59 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id jA5IVvrX003553; Sat, 5 Nov 2005 20:31:57 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 5 Nov 2005 20:31:57 +0200 From: Giorgos Keramidas To: Antoine Solomon Message-ID: <20051105183157.GA3534@flame.pc> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-questions@freebsd.org Subject: Re: about building release 6.0 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: Sat, 05 Nov 2005 18:32:16 -0000 On 2005-11-05 17:39, Antoine Solomon wrote: > I keep getting this particular error when attempting to building > FreeBSD-6-0.. > Here is the log file > > Operating system name? [freebsd] > Operating system version? [5.4-release-p8] > Build Perl for SOCKS? [n] > Use the PerlIO abstraction layer? [y] > Build a threading Perl? [n] This is not a build of FreeBSD, but a build log of Perl! > Checking your choice of C compiler and flags for coherency... > I've tried to compile and run the following simple program: > > #include > int main() { printf("Ok\n"); return(0); } > > I used the command: > > cc -o try -O2 -fno-strict-aliasing -pipe > -DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.7/BSDPAN" -DHAS_FPSETMASK > -DHAS_FLOATINGPOINT_H -pthread -Wl,-E try.c -lm -lcrypt -lutil > ./try > > and I got the following output: > > Segmentation fault (core dumped) > The program compiled OK, but exited with status 139. > You have a problem. Shall I abort Configure [y] > Ok. Stopping Configure. > ===> Script "Configure" failed unexpectedly. > Please report the problem to tobez@FreeBSD.org [maintainer] and attach the > "/usr/ports/lang/perl5.8/work/perl-5.8.7/config.log" including the output of > the failure of your make command. Also, it might be a good idea to provide > an overview of all packages installed on your system (e.g. an `ls > /var/db/pkg`). > *** Error code 1 Do as the message above says, please :)