Front page | perl.perl5.porters |
Postings from June 2002
[ID 20020623.023] make test for 5.8.0-RC1 has 3 failures on FreeBSD
From:
Alexandros M Manoussakis
Date:
June 23, 2002 11:42
Subject:
[ID 20020623.023] make test for 5.8.0-RC1 has 3 failures on FreeBSD
Message ID:
Pine.GSO.4.43L-024.0206192022550.16372-100000@unix12.andrew.cmu.edu
This is a bug report for perl from amm2@andrew.cmu.edu,
generated with the help of perlbug 1.33 running under perl v5.8.0.
-----------------------------------------------------------------
[Please enter your report here]
Compiling perl-5.8.0-RC1 on a FreeBSD 4.6-PRERELEASE gives me
3 tests failures during "make test".
b/ExtUtils/t/Command...............# Failed test (../lib/ExtUtils/t/Command.t at line 104)
# '456'
# <=
# '1'
# mtime == 1024531111, should be 1024530655
FAILED at test 10
lib/ExtUtils/t/Mkbootstrap...........# Failed test (../lib/ExtUtils/t/Mkbootstrap.t at line 87)
# ''
# doesn't match '(?-xism:Unable to open dasboot\.bs)'
FAILED at test 8
lib/ExtUtils/t/Packlist..............# Failed test (../lib/ExtUtils/t/Packlist.t at line 98)
# ''
# doesn't match '(?-xism:Can't open file)'
FAILED at test 17
I have no trouble compiling/testing 5.6.1 on the same machine
I also tried 5.8.0-RC1 on FreeBSD 4.5-RELEASE, and it didn't have the
first failure but had the other 2 (MkBootstrap and Packlist)
What could be the problem?
Alex
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=library
severity=high
---
Site configuration information for perl v5.8.0:
Configured by amm2 at Wed Jun 19 16:38:14 PDT 2002.
Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
Platform:
osname=freebsd, osvers=4.6-prerelease, archname=i386-freebsd
uname='freebsd quicksand 4.6-prerelease freebsd 4.6-prerelease #0: tue may 7 01:45:03 pdt 2002 root@quicksand:usrsrcsyscompile4.5-stable i386 '
config_args='-de'
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='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include',
optimize='-O',
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='2.95.3 20010315 (release) [FreeBSD]', 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 ='-Wl,-E -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib
libs=-lgdbm -ldb -lm -lc -lcrypt -lutil
perllibs=-lm -lc -lcrypt -lutil
libc=, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-DPIC -fpic', lddlflags='-shared -L/usr/local/lib'
Locally applied patches:
---
@INC for perl v5.8.0:
lib
/usr/local/lib/perl5/5.8.0/i386-freebsd
/usr/local/lib/perl5/5.8.0
/usr/local/lib/perl5/site_perl/5.8.0/i386-freebsd
/usr/local/lib/perl5/site_perl/5.8.0
/usr/local/lib/perl5/site_perl/5.6.0
/usr/local/lib/perl5/site_perl/5.005
/usr/local/lib/perl5/site_perl
.
---
Environment for perl v5.8.0:
HOME=/home/amm2
LANG (unset)
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin
PERL5LIB=lib
PERL_BADLANG (unset)
SHELL=/bin/bash
-
[ID 20020623.023] make test for 5.8.0-RC1 has 3 failures on FreeBSD
by Alexandros M Manoussakis