Front page | perl.perl5.porters |
Postings from March 2000
[ID 20000309.009] 5.6.0 RC1 failure in Solaris 7 gcc with threads
Thread Next
From:
Jarkko Hietaniemi
Date:
March 9, 2000 12:57
Subject:
[ID 20000309.009] 5.6.0 RC1 failure in Solaris 7 gcc with threads
Message ID:
200003092057.WAA25722@ugli.hut.fi
This is a bug report for perl from jhi@ugli.hut.fi,
generated with the help of perlbug 1.27 running under perl v5.6.0.
-----------------------------------------------------------------
[Please enter your report here]
This report has been sent using Linux' 5.6.0 RC1 perlbug, I replaced
the config info (the one below "[Please do not change anything below
his line]" :-) with the "./myconfig" output from the failing Solaris
build.
What happens:
mimosa:/tmp/jhi/perl-5.6.0-RC1 ; make
`sh cflags libperl.a miniperlmain.o` miniperlmain.c
CCCMD = gcc -DPERL_CORE -c -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O
miniperlmain.c: In function `main':
miniperlmain.c:40: `thr' undeclared (first use in this function)
miniperlmain.c:40: (Each undeclared identifier is reported only once
miniperlmain.c:40: for each function it appears in.)
make: *** [miniperlmain.o] Error 1
mimosa:/tmp/jhi/perl-5.6.0-RC1 ;
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Site configuration information for perl v5.6.0:
Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
Platform:
osname=solaris, osvers=2.7, archname=sun4-solaris-thread-64int
uname='sunos mimosa.hut.fi 5.7 generic_106541-05 sun4u sparc '
config_args='-ders -Dcc=gcc -Duse64bitint -Dusethreads -Duse5005threads'
hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=define useithreads=undef usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=define
use64bitint=define use64bitall=undef uselongdouble=undef usesocks=undef
Compiler:
cc='gcc', optimize='-O', gccversion=2.8.1
cppflags='-D_REENTRANT'
ccflags ='-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
stdchar='char', d_stdstdio=define, usevfork=false
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, usemymalloc=y, prototype=define
Linker and Libraries:
ld='gcc', ldflags =' '
libpth=/lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -ldl -lm -lposix4 -lpthread -lc -lcrypt -lsec
libc=, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-fPIC', lddlflags='-G'
Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
Platform:
osname=linux, osvers=2.2.13, archname=i686-linux-thread-64int
uname='linux ugli.hut.fi 2.2.13 #14 smp mon oct 25 14:06:55 eet dst 1999 i686 unknown '
config_args='-ders -Duse64bitint -Dusethreads -Duse5005threads'
hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=define useithreads=undef usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=define
use64bitint=define use64bitall=undef uselongdouble=undef usesocks=undef
Compiler:
cc='cc', optimize='-O2', gccversion=2.7.2.3
cppflags='-D_REENTRANT -I/usr/local/include'
ccflags ='-D_REENTRANT -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
stdchar='char', d_stdstdio=define, usevfork=false
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=4
alignbytes=4, usemymalloc=n, prototype=define
Linker and Libraries:
ld='cc', ldflags =''
libpth=/lib /usr/lib
libs=-lnsl -lndbm -lgdbm -ldbm -ldb -ldl -lm -lpthread -lc -lposix -lcrypt
libc=/lib/libc-2.0.7.so, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
cccdlflags='-fpic', lddlflags='-shared'
Locally applied patches:
v5.6.0-RC1
Thread Next
-
[ID 20000309.009] 5.6.0 RC1 failure in Solaris 7 gcc with threads
by Jarkko Hietaniemi