From owner-freebsd-questions@FreeBSD.ORG Sat Nov 5 17:39:55 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 B95C616A41F for ; Sat, 5 Nov 2005 17:39:55 +0000 (GMT) (envelope-from asolomon15@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 556FF43D55 for ; Sat, 5 Nov 2005 17:39:54 +0000 (GMT) (envelope-from asolomon15@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so110479wxc for ; Sat, 05 Nov 2005 09:39:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ets+OjqF927DiotacLVOeP2facUQ7Ae2eW3vgGe1sNHz1Di52LmkMvC1MleKC4t+WhiNjpd/g+Z+tcGypDpg6C9CoBCBd50P3Wk3+mOENGVew6pX3jJLSTSr+S/UQh3BFiKt3OlA5F8E/xoR1qHJLzAHyNSFwvL8JlGvPSak1po= Received: by 10.70.115.2 with SMTP id n2mr3200491wxc; Sat, 05 Nov 2005 09:39:53 -0800 (PST) Received: by 10.70.89.5 with HTTP; Sat, 5 Nov 2005 09:39:53 -0800 (PST) Message-ID: Date: Sat, 5 Nov 2005 17:39:53 +0000 From: Antoine Solomon To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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 17:39:55 -0000 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] Build Perl for multiplicity? [n] Use which C compiler? [cc] Checking for GNU cc in disguise and/or its version number... Now, how can we feed standard input to your C preprocessor... Directories to use for library searches? [/usr/lib] What is the file extension used for shared libraries? [so] Try to use long doubles if available? [n] Checking for optional libraries... What libraries to use? [-lm -lcrypt -lutil] What optimizer/debugger flag should be used? [-O2 -fno-strict-aliasing -pipe ] Any additional cc flags? [-DAPPLLIB_EXP=3D"/usr/local/lib/perl5/5.8.7/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H] Let me guess what the preprocessor flags are... Any additional ld flags (NOT including libraries)? [-pthread -Wl,-E] 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=3D"/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. =3D=3D=3D> 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 o= f 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 Stop in /usr/ports/lang/perl5.8. + umount /dev 1 error *** Error code 1 -- Antoine W. Solomon Jr.