|
|
Up |
|
|
  |
| UNKNOWN Tree-M-0.031 i686-linux 2.6.24.3 |
|
 |
|
 |
|
 |
|
 |
Group: perl.cpan.testers · Group Profile
Author: Rick MyersRick Myers Date: Sep 13, 2008 02:13
This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible. See
http://testers.cpan.org/
--
Dear Marc Lehmann,
This is a computer-generated report for Tree-M-0.031
on perl 5.8.8, created by CPAN-Reporter-1.17.
Thank you for uploading your work to CPAN. However, attempting to
test your distribution gave an inconclusive result.
This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed. You may wish to consult the CPAN Testers Wiki:
http://cpantest.grango.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make':
cp M.pm blib/lib/Tree/M.pm
cd GiST && make OPTIMIZE="-O6 -funroll-all-loops" CXX="g++" LD="g++" libGiST.a
make[1]: Entering directory `/ home/tester/perl-5.8.8/.cpan/src/Tree-M-0.031-m7jnaj/GiST'
g++ -fpic -c -O6 -funroll-all-loops -DUNIX GiSTnode.cpp
In file included from / usr/lib/gcc/i486-slackware-linux/3.4.6/../../../../include/c++/3.4.6/backward/iostream...,
from GiSTpredicate.h:11,
from GiSTentry.h:13,
from GiST.h:26,
from GiSTnode.cpp:9:
/ usr/lib/gcc/i486-slackware-linux/3.4.6/../../../../include/c++/3.4.6/backward/backward_warning...: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated.
g++ -fpic -c -O6 -funroll-all-loops -DUNIX GiST.cpp
In file included from /usr/lib/gcc/i486-slackware-linux/3.4.6/../../../../include/c++/3.4.6/backward/iostream...,
from GiSTpredicate.h:11,
from GiSTentry.h:13,
from GiST.h:26,
from GiST.cpp:11:
/usr/lib/gcc/i486-slackware-linux/3.4.6/../../../../include/c++/3.4.6/backward/backward_warning...: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated.
g++ -fpic -c -O6 -funroll-all-loops -DUNIX GiSTfile.cpp
g++ -fpic -c -O6 -funroll-all-loops -DUNIX GiSTpredicate.cpp
In file included from /usr/lib/gcc/i486-slackware-linux/3.4.6/../../../../include/c++/3.4.6/backward/iostream...,
from GiSTpredicate.h:11,
from GiSTentry.h:13,
from GiST.h:26,
from GiSTpredicate.cpp:10:
/usr/lib/gcc/i486-slackware-linux/3.4.6/../../../../include/c++/3.4.6/backward/backward_warning...: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated.
g++ -fpic -c -O6 -funroll-all-loops -DUNIX GiSTcursor.cpp
In file included from /usr/lib/gcc/i486-slackware-linux/3.4.6/../../../../include/c++/3.4.6/backward/iostream...,
from GiSTpredicate.h:11,
from GiSTentry.h:13,
from GiST.h:26,
from GiSTcursor.cpp:8:
/usr/lib/gcc/i486-slackware-linux/3.4.6/../../../../include/c++/3.4.6/backward/backward_warning...: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated.
rm -f libGiST.a
ar r libGiST.a GiSTnode.o GiST.o GiSTfile.o GiSTpredicate.o GiSTcursor.o
ar: creating libGiST.a
ranlib libGiST.a
make[1]: Leaving directory `/home/tester/perl-5.8.8/.cpan/src/Tree-M-0.031-m7jnaj/GiST'
cd MT && make OPTIMIZE="-O6 -funroll-all-loops" CXX="g++" LD="g++" libMT.a
make[1]: Entering directory `/home/tester/perl-5.8.8/.cpan/src/Tree-M-0.031-m7jnaj/MT'
g++ -fpic -c -DUNIX -O6 -funroll-all-loops -I../GiST MTfile.cpp
g++ -fpic -c -DUNIX -O6 -funroll-all-loops -I../GiST MTentry.cpp
In file included from /usr/lib/gcc/i486-slackware-linux/3.4.6/../../../../include/c++/3.4.6/backward/iostream...,
from ../GiST/GiSTpredicate.h:11,
from ../GiST/GiSTentry.h:13,
from ../GiST/GiST.h:26,
from MTentry.h:33,
from MTentry.cpp:24:
/usr/lib/gcc/i486-slackware-linux/3.4.6/../../../../include/c++/3.4.6/backward/backward_warning...: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated.
In file included from MTentry.cpp:25:
MTcursor.h:68: error: `void MTcursor::FetchNode()' is private
MT.h:99: error: within this context
make[1]: *** [MTentry.o] Error 1
make[1]: Leaving directory `/home/tester/perl-5.8.8/.cpan/src/Tree-M-0.031-m7jnaj/MT'
make: *** [MT/libMT.a] Error 2
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
No requirements found
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US
LC_COLLATE = C
PATH = /usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games:/opt/www/htdig/bin:/usr/lib/java/bin:/usr/lib/java/jre/bin:/opt/kde/bin:/usr/lib/qt/bin:/usr/share/texmf/bin
PERL5LIB =
PERL5OPT = -I/tmp/CPAN-Reporter-lib-2_b1 -MDevel::Autoflush
PERL5_CPANPLUS_IS_RUNNING = 494
PERL5_CPAN_IS_EXECUTING = /home/tester/perl-5.8.8/.cpan/src/Tree-M-0.031-m7jnaj/Makefile.PL
PERL5_CPAN_IS_RUNNING = 494
PERL_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = linux
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/tester/perl-5.8.8/bin/perl
$UID/$EUID = 1016 / 1016
$GID = 100 100 19 18 17 11
$EGID = 100 100 19 18 17 11
Perl module toolchain versions installed:
Module Have
------------------- ------
CPAN 1.9205
Cwd 3.2701
ExtUtils::CBuilder 0.24
ExtUtils::Command 1.14
ExtUtils::Install 1.50
ExtUtils::MakeMaker 6.44
ExtUtils::Manifest 1.54
ExtUtils::ParseXS 2.19
File::Spec 3.2701
Module::Build 0.2808
Module::Signature 0.55
Test::Harness 3.13
Test::More 0.60
YAML 0.66
YAML::Syck 1.05
version 0.76
--
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=linux, osvers=2.6.24.3, archname=i686-linux
uname='linux xbox 2.6.24.3 #1 mon mar 3 22:14:46 est 2008 i686 pentium4 i386 gnulinux '
config_args='-de -Uman1dir -Uman3dir -Dprefix=/home/tester/perl-5.8.8 -Uinstallusrbinperl'
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 ='-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include'
ccversion='', gccversion='3.4.6', 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 -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.3.6.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.3.6'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
|
|
|
|
  |
|
|
|