Front page | perl.perl5.porters |
Postings from March 2001
[ID 20010330.006] incorrect WARNING from installperl "You'venever run 'make test' or some tests failed!"
Thread Next
From:
David Dyck
Date:
March 30, 2001 14:44
Subject:
[ID 20010330.006] incorrect WARNING from installperl "You'venever run 'make test' or some tests failed!"
Message ID:
200103302244.OAA12204@dd.tc.fluke.com
This is a bug report for perl from dcd@tc.fluke.com,
generated with the help of perlbug 1.33 running under perl v5.7.0.
-----------------------------------------------------------------
[Please enter your report here]
After doing a make test in the the latest perl 5.7.0
it reported "All tests successful." so I was
surprised that make install starts off by
issuing the WARNING that I had
"never run 'make test' or some tests failed!"
dd:perl-current$ sudo make install
./perl installperl
WARNING: You've never run 'make test' or some tests failed! (Installing anyway.)
After inspecting installperl I checked that
indeed t/rantests doesn't exist.
Looking back at diffs 9217.gz
==== //depot/perl/Makefile.SH#160 (text) ====
Index: perl/Makefile.SH
--- perl/Makefile.SH.~1~ Sun Mar 18 15:26:21 2001
+++ perl/Makefile.SH Sun Mar 18 15:26:21 2001
I can see that the echo command that used to create this
flag file has been removed.
- @echo "Ran tests" > t/rantests
The design should be made consistent
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=install
severity=low
---
This perlbug was built using Perl v5.7.0 - Fri Jan 12 16:03:35 PST 2001
It is being executed now by Perl v5.7.0 - Fri Mar 30 08:37:43 PST 2001.
Site configuration information for perl v5.7.0:
Configured by dcd at Fri Mar 30 08:37:43 PST 2001.
Summary of my perl5 (revision 5.0 version 7 subversion 0) configuration:
Platform:
osname=linux, osvers=2.4.3, archname=i686-linux
uname='linux dd 2.4.3 #1 fri mar 30 08:20:03 pst 2001 i686 '
config_args='-Dinstallusrbinperl -Dusedevel -Doptimize=-O3 -g -de -Dcf_email=dcd@tc.fluke.com'
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
Compiler:
cc='cc', ccflags ='-DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O3 -g',
cppflags='-DDEBUGGING -fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='egcs-2.91.66.1 19990314/Linux (egcs-1.1.2 release)', 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=4
alignbytes=4, usemymalloc=n, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lgdbm -ldbm -ldb -ldl -lm -lc
perllibs=-ldl -lm -lc
libc=/lib/libc.so.5.4.44, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
Locally applied patches:
DEVEL8403
---
@INC for perl v5.7.0:
/usr/local/lib/perl5/5.7.0/i686-linux
/usr/local/lib/perl5/5.7.0
/usr/local/lib/perl5/site_perl/5.7.0/i686-linux
/usr/local/lib/perl5/site_perl/5.7.0
/usr/local/lib/perl5/site_perl
.
---
Environment for perl v5.7.0:
HOME=/home/dcd
LANG (unset)
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/home/dcd/bin:/sbin:/usr/local/bin:/bin:/usr/bin:/usr/X11/bin:/usr/games:/usr/local/samba:/home/hobbes/tools/scripts:/home/hobbes/tools/linux:/usr0/hobbes/tools/scripts:/usr0/dcd/bin:/apps/general/bin:/usr/public
PERL_BADLANG (unset)
SHELL=/bin/bash
Thread Next
-
[ID 20010330.006] incorrect WARNING from installperl "You'venever run 'make test' or some tests failed!"
by David Dyck