about building release 6.0

From: Antoine Solomon (asolomon15_at_gmail.com)
Date: 11/05/05

  • Next message: rick: "GAMING"
    Date: Sat, 5 Nov 2005 17:39:53 +0000
    To: freebsd-questions@freebsd.org
    
    

    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="/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 <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

    Stop in /usr/ports/lang/perl5.8.
    + umount /dev
    1 error
    *** Error code 1

    --
    Antoine W. Solomon Jr.
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    

  • Next message: rick: "GAMING"

    Relevant Pages

    • Re: port seahorse wont upgrade properly
      ... checking if libtool supports shared libraries... ... checking whether we are using the GNU C compiler... ... checking what language compliance flags to pass to the C compiler... ... checking manual gecko home set... ...
      (freebsd-questions)
    • Re: port seahorse wont upgrade properly
      ... checking whether the c++ linker supports shared libraries... ... checking whether we are using the GNU C compiler... ... checking what language compliance flags to pass to the C compiler... ... checking manual gecko home set... ...
      (freebsd-questions)
    • Re: SUCCESS: DBD::Oracle 1.15 on HP-UX 11.11
      ... > * Two environment variables control where libraries are ... > * The format of compiled objects is specified by compiler options. ... Attempts to get gcc to use the hp ld instead ... > compilers/switches against the perl source distribution would have ...
      (perl.dbi.users)
    • Re: Has anyone successfully compiled dbd::mysql on solaris?
      ... I'd skip trying to use the OS Perl and install one specific ... Perl 5.12.3 builds easily with gcc or Solaris Studio: ... That's a real problem -- having to discover which compiler compiled something ... different version of one or more libraries? ...
      (comp.unix.solaris)
    • Re: C Compiler question
      ... Linker and Libraries: ... OK Thanks - So how do I update them if needed after a compiler update? ... recompile the perl binary. ...
      (comp.lang.perl.misc)