Front page | perl.perl5.porters |
Postings from February 2004
perl-blead is broken (or is it me?)
Thread Next
From:
Beau E. Cox
Date:
February 29, 2004 05:04
Subject:
perl-blead is broken (or is it me?)
Message ID:
200402290304.53195.beau@beaucox.com
Hello -
I am suddenly uable to make the current perl-blead
(downloaded a few minutes ago). The following tests
fail:
[...]
t/lib/1_compile......................# require failed with 'Socket version
1.300.0 required--this is only version 1.76_1 at ../lib/IO/Socket.pm line 12.
# BEGIN failed--compilation aborted at ../lib/IO/Socket.pm line 12.
# Compilation failed in require at ../lib/Net/POP3.pm line 10.
# BEGIN failed--compilation aborted at ../lib/Net/POP3.pm line 10.
# Compilation failed in require at (eval 1) line 1.
# BEGIN failed--compilation aborted at (eval 1) line 1.
# '
FAILED at test 9
[...]
ext/IO/t/io_multihomed...............Socket version 1.300.0 required--this is
only version 1.76_1 at ../lib/IO/Socket.pm line 12.
BEGIN failed--compilation aborted at ../lib/IO/Socket.pm line 12.
Compilation failed in require at ../ext/IO/t/io_multihomed.t line 85.
BEGIN failed--compilation aborted at ../ext/IO/t/io_multihomed.t line 85.
FAILED at test 0
ext/IO/t/io_pipe.....................ok
ext/IO/t/io_poll.....................ok
ext/IO/t/io_sel......................ok
ext/IO/t/io_sock.....................Socket version 1.300.0 required--this is
only version 1.76_1 at ../lib/IO/Socket.pm line 12.
BEGIN failed--compilation aborted at ../lib/IO/Socket.pm line 12.
Compilation failed in require at ../ext/IO/t/io_sock.t line 41.
BEGIN failed--compilation aborted at ../ext/IO/t/io_sock.t line 41.
FAILED at test 0
ext/IO/t/IO..........................Socket version 1.300.0 required--this is
only version 1.76_1 at ../lib/IO/Socket.pm line 12.
BEGIN failed--compilation aborted at ../lib/IO/Socket.pm line 12.
Compilation failed in require at (eval 4) line 5.
at ../ext/IO/t/IO.t line 38
Use of uninitialized value in unlink at ../ext/IO/t/IO.t line 120.
Use of uninitialized value in rmdir at ../ext/IO/t/IO.t line 121.
# Looks like you planned 18 tests but only ran 4.
# Looks like your test died just after 4.
FAILED at test 5
ext/IO/t/io_taint....................ok
ext/IO/t/io_tell.....................ok
ext/IO/t/io_udp......................Socket version 1.300.0 required--this is
only version 1.76_1 at ../lib/IO/Socket.pm line 12.
BEGIN failed--compilation aborted at ../lib/IO/Socket.pm line 12.
Compilation failed in require at ../ext/IO/t/io_udp.t line 58.
BEGIN failed--compilation aborted at ../ext/IO/t/io_udp.t line 58.
FAILED at test 0
ext/IO/t/io_unix.....................Socket version 1.300.0 required--this is
only version 1.76_1 at ../lib/IO/Socket.pm line 12.
BEGIN failed--compilation aborted at ../lib/IO/Socket.pm line 12.
Compilation failed in require at ../ext/IO/t/io_unix.t line 54.
BEGIN failed--compilation aborted at ../ext/IO/t/io_unix.t line 54.
FAILED at test 0
[...]
lib/Net/t/ftp........................Socket version 1.300.0 required--this is
only version 1.76_1 at ../lib/Net/FTP.pm line 17.
BEGIN failed--compilation aborted at ../lib/Net/FTP.pm line 17.
Compilation failed in require at ../lib/Net/t/ftp.t line 17.
BEGIN failed--compilation aborted at ../lib/Net/t/ftp.t line 17.
FAILED at test 0
lib/Net/t/hostname...................ok
lib/Net/t/netrc......................ok
lib/Net/t/nntp.......................Socket version 1.300.0 required--this is
only version 1.76_1 at ../lib/IO/Socket.pm line 12.
BEGIN failed--compilation aborted at ../lib/IO/Socket.pm line 12.
Compilation failed in require at ../lib/Net/NNTP.pm line 11.
BEGIN failed--compilation aborted at ../lib/Net/NNTP.pm line 11.
Compilation failed in require at ../lib/Net/t/nntp.t line 17.
BEGIN failed--compilation aborted at ../lib/Net/t/nntp.t line 17.
FAILED at test 0
lib/Net/t/require....................FAILED at test 5
lib/Net/t/smtp.......................Socket version 1.300.0 required--this is
only version 1.76_1 at ../lib/Net/SMTP.pm line 13.
BEGIN failed--compilation aborted at ../lib/Net/SMTP.pm line 13.
Compilation failed in require at ../lib/Net/t/smtp.t line 17.
BEGIN failed--compilation aborted at ../lib/Net/t/smtp.t line 17.
FAILED at test 0
This:
export LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH; cd t; ./perl harness
also did not work.
My platform and compiler:
Platform:
osname=linux, osvers=2.4.25, archname=i686-linux
uname='linux cathy.beaucox.com 2.4.25 #1 fri feb 20 11:05:53 hst 2004 i686
unknown unknown gnulinux '
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64',
optimize='-O3',
cppflags='-fno-strict-aliasing'
ccversion='', gccversion='3.3.3', 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='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -ldb -ldl -lm -lc -lcrypt -lutil
perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil
libc=/lib/libc-2.3.2.so, so=so, useshrplib=true, libperl=libperl.so
gnulibc_version='2.3.2'
Aloha => Beau;
Thread Next
-
perl-blead is broken (or is it me?)
by Beau E. Cox