| Summary: | bytes.pm did not return a true value at [...]/Data/Dumper.pm | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | a user <kennyt> |
| Component: | [OLD] Core system | Assignee: | Gentoo Perl team <perl> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | CC: | yuval |
| Priority: | High | ||
| Version: | 2006.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | it's something broken in /usr/lib/perl5... | ||
| Package list: | Runtime testing required: | --- | |
|
Description
a user
2006-03-27 15:42:19 UTC
perl = 5.8.7, current ebuild after wiping /usr/lib/perl5 and binary-remerging perl, everything seems fine. i didn't keep the offending tree because i suck. (In reply to comment #2) > after wiping /usr/lib/perl5 and binary-remerging perl, everything seems fine. i > didn't keep the offending tree because i suck. > then there's nothing we can do to debug what went wrong. if you emerged from binary, make sure /usr/lib/perl5/<perl-version>/<arch>-linux/Config.pm has values that match what you have in make.conf as far as cflags, etc. i realized i had another copy of the image. when i remerge perl, Config.pm is updated, but there are no CFLAGS. Please paste perl -V output. Summary of my perl5 (revision 5 version 8 subversion 7) configuration:
Platform:
osname=linux, osvers=2.6.16-rc6-skas3-v9-pre8-g60a6dc55-dirty, archname=i686-linux
uname='linux minerva 2.6.16-rc6-skas3-v9-pre8-g60a6dc55-dirty #2 sun mar 19 19:59:31 est 2006 i686 gnulinux '
config_args='-des -Darchname=i686-linux -Dcccdlflags=-fPIC -Dccdlflags=-rdynamic -Dcc=i686-pc-linux-gnu-gcc -Dprefix=/usr -Dvendorprefix=/usr -Dsiteprefix=/usr -Dlocincpth= -Doptimize=-march=pentium3 -O3 -pipe -Duselargefiles -Dd_semctl_semun -Dscriptdir=/usr/bin -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dinstallman1dir=/usr/share/man/man1 -Dinstallman3dir=/usr/share/man/man3 -Dman1ext=1 -Dman3ext=3pm -Dinc_version_list=5.8.0 5.8.0/i686-linux 5.8.2 5.8.2/i686-linux 5.8.4 5.8.4/i686-linux 5.8.5 5.8.5/i686-linux 5.8.6 5.8.6/i686-linux -Dcf_by=Gentoo -Ud_csh -Ui_ndbm -Ui_gdbm -Ui_db'
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=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='i686-pc-linux-gnu-gcc', ccflags ='-fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-march=pentium3 -O3 -pipe',
cppflags='-fno-strict-aliasing -pipe'
ccversion='', gccversion='4.1.0 (Gentoo 4.1.0)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='i686-pc-linux-gnu-gcc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lpthread -lnsl -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.4.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.4'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: USE_LARGE_FILES
Built under linux
Compiled at Mar 29 2006 09:22:31
@INC:
/etc/perl
/usr/lib/perl5/site_perl/5.8.7/i686-linux
/usr/lib/perl5/site_perl/5.8.7
/usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.7/i686-linux
/usr/lib/perl5/vendor_perl/5.8.7
/usr/lib/perl5/vendor_perl
/usr/lib/perl5/5.8.7/i686-linux
/usr/lib/perl5/5.8.7
/usr/local/lib/site_perl
.
Could you please attach bytes.pm (`perldoc -l bytes` to figure out where it is) ? I'm just wondering if bytes.pm is actually b0rked... Well, get back to us; see comment #7. |