You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by "Brzezinski, Paul J" <pa...@eds.com> on 2006/12/14 21:17:23 UTC

[mp2] Solaris 8 SPARC make test failure

-------------8<---------- Start Bug Report ------------8<----------
1. Problem Description:

  During 'make test' I see errors and I don't know what to do to solve
it.  There's no error_log created.  

  /em/opt/wserve/bin/httpd  -d /em/tmp/downloads/mod_perl-2.0.3/t -f
/em/tmp/downloads/mod_perl-2.0.3/t/conf/httpd.conf -D APACHE2
using Apache/2.2.3 (prefork MPM)

waiting 120 seconds for server to start: ...httpd: Syntax error on line
253 of /em/tmp/downloads/mod_perl-2.0.3/t/conf/httpd.conf: Cannot load
/em/tmp/downloads/mod_perl-2.0.3/src/modules/perl/mod_perl.so into
server: ld.so.1: httpd: fatal:
 relocation error: R_SPARC_WDISP30: file
/em/tmp/downloads/mod_perl-2.0.3/src/modules/perl/mod_perl.so: symbol
atexit: value 0xe000000063f5372b does not fit
........................................................................
........
.......................................
waiting 120 seconds for server to start: not ok
[  error] giving up after 121 secs. If you think that your system
is slow or overloaded try again with a longer timeout value.
by setting the environment variable APACHE_TEST_STARTUP_TIMEOUT
to a high value (e.g. 420) and repeat the last command.

[  error] server failed to start! (t/logs/error_log wasn't created,
start the server in the debug mode)
+--------------------------------------------------------+
| Please file a bug report: http://perl.apache.org/bugs/ |
+--------------------------------------------------------+
make: *** [run_tests] Error 1

2. Used Components and their Configuration:

*** mod_perl version 2.000003

*** using /em/tmp/downloads/mod_perl-2.0.3/lib/Apache2/BuildConfig.pm

*** Makefile.PL options:
  MP_APR_LIB     => aprext
  MP_APXS        => /em/opt/wserve/bin/apxs
  MP_COMPAT_1X   => 1
  MP_GENERATE_XS => 1
  MP_LIBNAME     => mod_perl
  MP_USE_DSO     => 1


*** /em/opt/wserve/bin/httpd -V
Server version: Apache/2.2.3
Server built:   Dec 14 2006 13:48:15
Server's Module Magic Number: 20051115:3
Server loaded:  APR 1.2.7, APR-Util 1.2.7
Compiled using: APR 1.2.7, APR-Util 1.2.7
Architecture:   64-bit
Server MPM:     Prefork
  threaded:     no
    forked:     yes (variable process count)
Server compiled with....
 -D APACHE_MPM_DIR="server/mpm/prefork"
 -D APR_HAS_SENDFILE
 -D APR_HAS_MMAP
 -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
 -D APR_USE_FCNTL_SERIALIZE
 -D APR_USE_PTHREAD_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D DYNAMIC_MODULE_LIMIT=128
 -D HTTPD_ROOT="/em/opt/wserve"
 -D SUEXEC_BIN="/em/opt/wserve/bin/suexec"
 -D DEFAULT_PIDLOG="logs/httpd.pid"
 -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
 -D DEFAULT_LOCKFILE="logs/accept.lock"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="conf/mime.types"
 -D SERVER_CONFIG_FILE="conf/httpd.conf"

*** /usr/bin/ldd /em/opt/wserve/bin/httpd
        libm.so.1 =>     /usr/lib/64/libm.so.1
        libaprutil-1.so.0 =>     /em/opt/wserve/lib/libaprutil-1.so.0
        libldap-2.3.so.0 =>      /em/opt/local/lib/libldap-2.3.so.0
        libgen.so.1 =>   /usr/lib/64/libgen.so.1
        libsasl2.so.2 =>         /em/opt/local/lib/libsasl2.so.2
        libdl.so.1 =>    /usr/lib/64/libdl.so.1
        libresolv.so.2 =>        /usr/lib/64/libresolv.so.2
        libssl.so.0.9.8 =>       /em/opt/local/lib/libssl.so.0.9.8
        libcrypto.so.0.9.8 =>    /em/opt/local/lib/libcrypto.so.0.9.8
        liblber-2.3.so.0 =>      /em/opt/local/lib/liblber-2.3.so.0
        libexpat.so.0 =>         /em/opt/wserve/lib/libexpat.so.0
        libapr-1.so.0 =>         /em/opt/wserve/lib/libapr-1.so.0
        libuuid.so.1 =>  /usr/lib/64/libuuid.so.1
        libsendfile.so.1 =>      /usr/lib/64/libsendfile.so.1
        librt.so.1 =>    /usr/lib/64/librt.so.1
        libsocket.so.1 =>        /usr/lib/64/libsocket.so.1
        libnsl.so.1 =>   /usr/lib/64/libnsl.so.1
        libpthread.so.1 =>       /usr/lib/64/libpthread.so.1
        libc.so.1 =>     /usr/lib/64/libc.so.1
        libgcc_s.so.1 =>         /em/opt/lib/sparcv9/libgcc_s.so.1
        libexpat.so.1 =>         /em/opt/local/lib/libexpat.so.1
        libaio.so.1 =>   /usr/lib/64/libaio.so.1
        libmp.so.2 =>    /usr/lib/64/libmp.so.2
        libthread.so.1 =>        /usr/lib/64/libthread.so.1
        /usr/platform/SUNW,Sun-Fire-V240/lib/sparcv9/libc_psr.so.1


*** (apr|apu)-config linking info

 -L/em/opt/wserve/lib -laprutil-1 -lldap -llber -lexpat
-L/em/opt/local/lib -L/em/opt/wserve/lib
 -L/em/opt/wserve/lib -lapr-1 -luuid -lsendfile -lrt -lsocket -lnsl
-lpthread



*** /em/opt/perl5/bin/perl -V
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=solaris, osvers=2.8, archname=sun4-solaris-64
    uname='sunos usitf0040151 5.8 generic_117350-25 sun4u sparc
sunw,ultra-4 '
    config_args='-Dcc=gcc'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=define uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags ='-fno-strict-aliasing -pipe
-Wdeclaration-after-statement
 -mcpu=v9 -m64 -Wa,-xarch=v9  -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64',
    optimize='-O',
    cppflags='-fno-strict-aliasing -pipe -Wdeclaration-after-statement'
    ccversion='', gccversion='4.1.1', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=87654321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='gcc', ldflags ='-L/em/opt/lib/sparcv9 -R/em/opt/lib/sparcv9
-L/em/opt/lib -R/em/opt/lib -L/em/opt/local/lib -R/em/opt/local/lib -m64
'
    libpth=/usr/lib /usr/ccs/lib
    libs=-lsocket -lnsl -ldl -lm -lc
    perllibs=-lsocket -lnsl -ldl -lm -lc
    libc=/usr/lib/sparcv9/libc.so, so=so, useshrplib=true,
libperl=libperl.so
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='  -R
/em/opt/perl5/lib/5.8.8/sun4-solaris-64/CORE'
    cccdlflags='-fPIC', lddlflags=' -G -m64 -L/em/opt/lib/sparcv9
-R/em/opt/lib/sparcv9 -L/em/opt/lib -R/em/opt/lib -L/em/opt/local/lib
-R/em/opt/local/lib'


Characteristics of this binary (from libperl):
  Compile-time options: PERL_MALLOC_WRAP USE_64_BIT_ALL USE_64_BIT_INT
                        USE_LARGE_FILES USE_PERLIO
  Built under solaris
  Compiled at Aug 18 2006 15:28:04
  %ENV:
    PERL_LWP_USE_HTTP_10="1"
  @INC:
    /em/opt/perl5/lib/5.8.8/sun4-solaris-64
    /em/opt/perl5/lib/5.8.8
    /em/opt/perl5/lib/site_perl/5.8.8/sun4-solaris-64
    /em/opt/perl5/lib/site_perl/5.8.8
    /em/opt/perl5/lib/site_perl
    .

*** Packages of interest status:

Apache2            : -
Apache2::Request   : -
CGI                : 3.15
ExtUtils::MakeMaker: 6.30
LWP                : -
mod_perl           : -
mod_perl2          : 2.000003


3. This is the core dump trace: (if you get a core dump):

  [CORE TRACE COMES HERE]

This report was generated by t/REPORT on Thu Dec 14 19:33:19 2006 GMT.

-------------8<---------- End Bug Report --------------8<----------

--
Paul.Brzezinski@EDS.com
Global Client Engineering - GM
EDS Corporation
248-365-9615