|
From: Mark B. <md...@ji...> - 2003-01-31 00:40:00
|
>> On Thu, 30 Jan 2003 13:35:05 -0800,
>> Mike Schilli(M) wrote:
M> msc...@ao... wrote:
M> Hmm ... all kinds of weird stuff happening on Solaris:
Which version?
On,
$ uname -a
SunOS xxxxxx 5.6 Generic_105181-11 sun4u sparc
It looks mostly OK to me:
PERL_DL_NONLAZY=1 /tmp/.zzzzzzzzzzDummyLongPathToRelocatezzzzzzzPerl/bin/perl -Iblib/arch -Iblib/lib -I/tmp/.zzzzzzzzzzDummyLongPathToRelocatezzzzzzzPerl/lib/perl5/5.6.1/sun4-solaris -I/tmp/.zzzzzzzzzzDummyLongPathToRelocatezzzzzzzPerl/lib/perl5/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/001Level..........ok
t/002Logger.........ok
t/003Layout.........ok
t/004Config.........ok
t/005Config-Perl....ok
t/006Config-Java....ok
t/007LogPrio........ok
t/008ConfCat........ok
t/009Deuce..........ok
t/010JConsole.......Possible attempt to separate words with commas at t/010JConsole.t line 9.
ok
t/011JFile..........Possible attempt to separate words with commas at t/011JFile.t line 6.
ok
t/012Deeper.........ok
t/013Bench..........ok
t/014ConfErrs.......ok
t/015fltmsg........."my" variable $app masks earlier declaration in same scope at t/015fltmsg.t line 46.
"my" variable $app masks earlier declaration in same scope at t/015fltmsg.t line 65.
"my" variable $app masks earlier declaration in same scope at t/015fltmsg.t line 83.
"my" variable $app masks earlier declaration in same scope at t/015fltmsg.t line 108.
ok
t/016Export.........ok
t/017Watch..........ok
t/018Init...........ok
t/019Warn...........ok
t/020Easy...........ok
t/021AppThres.......ok
t/022Wrap...........ok
t/023Date...........ok
t/024WarnDieCarp....ok
t/025CustLevels.....ok
t/026FileApp........ok
t/027Watch2.........ok
t/028Additivity.....ok
t/029SysWide........ok
t/030LDLevel........ok
t/031NDC............ok
t/032JRollFile......Log::Dispatch::FileRotate not installed, skipping...
ok
t/033UsrCspec.......ok
t/034DBI............DBD::CSV not installed, skipping tests
ok
t/035JDBCAppender...DBD::CSV not installed, skipping tests
ok
t/036JSyslog........ok
t/037JWin32Event....Log::Dispatch::Win32EventLog not installed, skipping..
ok
t/038XML-DOM1.......XML::DOM not installed, skipping tests
ok
All tests successful.
Files=38, Tests=343, 34 wallclock secs (18.59 cusr + 2.46 csys = 21.05 CPU)
Using,
$ perl -V
Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:
Platform:
osname=solaris, osvers=2.6, archname=sun4-solaris
uname='sunos xxxxxx 5.6 generic_105181-11 sun4u sparc '
config_args='-d'
hint=previous, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=undef usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
Compiler:
cc='gcc', ccflags ='-fno-strict-aliasing -I/usr/local/include -I/opt/local/include -I/opt/gnu/include',
optimize='-O',
cppflags='-fno-strict-aliasing -I/usr/local/include -I/opt/local/include -I/opt/gnu/include'
ccversion='', gccversion='2.95.3 20010315 (release)', gccosandvers='solaris2.6'
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=4
alignbytes=8, usemymalloc=y, prototype=define
Linker and Libraries:
ld='gcc', ldflags =' -L/usr/local/lib -L/opt/local/lib -L/opt/gnu/lib'
libpth=/usr/local/lib /opt/local/lib /opt/gnu/lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -ldl -lm -lc
perllibs=-lsocket -lnsl -ldl -lm -lc
libc=/usr/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib -L/opt/local/lib -L/opt/gnu/lib'
Characteristics of this binary (from libperl):
Compile-time options:
Built under solaris
Compiled at Oct 16 2002 17:58:15
@INC:
/tmp/.zzzzzzzzzzDummyLongPathToRelocatezzzzzzzPerl/lib/perl5/5.6.1/sun4-solaris
/tmp/.zzzzzzzzzzDummyLongPathToRelocatezzzzzzzPerl/lib/perl5/5.6.1
/tmp/.zzzzzzzzzzDummyLongPathToRelocatezzzzzzzPerl/lib/perl5/site_perl/5.6.1/sun4-solaris
/tmp/.zzzzzzzzzzDummyLongPathToRelocatezzzzzzzPerl/lib/perl5/site_perl/5.6.1
/tmp/.zzzzzzzzzzDummyLongPathToRelocatezzzzzzzPerl/lib/perl5/site_perl
/tmp/.zzzzzzzzzzDummyLongPathToRelocatezzzzzzzPerl/lib/site_perl/5.6.0/sun4-solaris
/tmp/.zzzzzzzzzzDummyLongPathToRelocatezzzzzzzPerl/lib/site_perl/5.6.0
.
|