Date: Sat, 5 Nov 2005 20:31:57 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Antoine Solomon <asolomon15@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: about building release 6.0 Message-ID: <20051105183157.GA3534@flame.pc> In-Reply-To: <ec79d7610511050939qe1ed4f3m925e5948d60abeb2@mail.gmail.com> References: <ec79d7610511050939qe1ed4f3m925e5948d60abeb2@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2005-11-05 17:39, Antoine Solomon <asolomon15@gmail.com> 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 <stdio.h> > 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 :)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051105183157.GA3534>