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/

Please cc any replies to [EMAIL PROTECTED] to keep other
test volunteers informed and to prevent any duplicate effort.

-- 
This is tripping over the renaming of symbols that occured in 5.005_03 and
has advanced in 5.6.0.  They're now PL_na, PL_dowarn.

gcc -c  -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -O2     -DVERSION=\"0.02\" -DXS_VERSION=\"0.02\" -fpic 
-I/usr/local/lib/perl5/5.6.0/ppc-linux/CORE  Ternary_XS.c
Ternary_XS.xs: In function `XS_Tree__Ternary_XS_DESTROY':
Ternary_XS.xs:36: `na' undeclared (first use in this function)
Ternary_XS.xs:36: (Each undeclared identifier is reported only once
Ternary_XS.xs:36: for each function it appears in.)
Ternary_XS.xs: In function `XS_Tree__Ternary_XS_insert':
Ternary_XS.xs:54: `dowarn' undeclared (first use in this function)
Ternary_XS.xs:54: `warn_uninit' undeclared (first use in this function)
Ternary_XS.xs:57: `na' undeclared (first use in this function)
Ternary_XS.xs: In function `XS_Tree__Ternary_XS_search':
Ternary_XS.xs:76: `dowarn' undeclared (first use in this function)
Ternary_XS.xs:76: `warn_uninit' undeclared (first use in this function)
Ternary_XS.xs:80: `na' undeclared (first use in this function)
Ternary_XS.c:111: warning: assignment from incompatible pointer type
Ternary_XS.c:111: warning: assignment makes integer from pointer without a cast
Ternary_XS.xs: In function `XS_Tree__Ternary_XS_nodes':
Ternary_XS.xs:98: `na' undeclared (first use in this function)
Ternary_XS.xs: In function `XS_Tree__Ternary_XS_terminals':
Ternary_XS.xs:117: `na' undeclared (first use in this function)
Ternary_XS.xs: In function `XS_Tree__Ternary_XS_pmsearch':
Ternary_XS.xs:146: `dowarn' undeclared (first use in this function)
Ternary_XS.xs:146: `warn_uninit' undeclared (first use in this function)
Ternary_XS.xs:155: `na' undeclared (first use in this function)
Ternary_XS.xs: In function `XS_Tree__Ternary_XS_traverse':
Ternary_XS.xs:189: `na' undeclared (first use in this function)
Ternary_XS.xs: In function `XS_Tree__Ternary_XS_nearsearch':
Ternary_XS.xs:220: `dowarn' undeclared (first use in this function)
Ternary_XS.xs:220: `warn_uninit' undeclared (first use in this function)
Ternary_XS.xs:229: `na' undeclared (first use in this function)
make: *** [Ternary_XS.o] Error 1
  /usr/bin/make  -- NOT OK
Running make test
  Oops, make had returned bad status

But the "perl Makefile.PL POLLUTE=1" backwards compatibility switch
doesn't work in this case:

bin@schinder% perl Makefile.PL POLLUTE=1
Writing Makefile for Tree::Ternary_XS
bin@schinder% make
gcc -c  -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DPERL_POLLUTE  -O2     -DVERSION=\"0.02\" 
-DXS_VERSION=\"0.02\" -fpic -I/usr/local/lib/perl5/5.6.0/ppc-linux/CORE  Ternary_XS.c
Ternary_XS.xs: In function `XS_Tree__Ternary_XS_insert':
Ternary_XS.xs:54: `warn_uninit' undeclared (first use in this function)
Ternary_XS.xs:54: (Each undeclared identifier is reported only once
Ternary_XS.xs:54: for each function it appears in.)
Ternary_XS.xs: In function `XS_Tree__Ternary_XS_search':
Ternary_XS.xs:76: `warn_uninit' undeclared (first use in this function)
Ternary_XS.c:111: warning: assignment from incompatible pointer type
Ternary_XS.c:111: warning: assignment makes integer from pointer without a cast
Ternary_XS.xs: In function `XS_Tree__Ternary_XS_pmsearch':
Ternary_XS.xs:146: `warn_uninit' undeclared (first use in this function)
Ternary_XS.xs: In function `XS_Tree__Ternary_XS_nearsearch':
Ternary_XS.xs:220: `warn_uninit' undeclared (first use in this function)
make: *** [Ternary_XS.o] Error 1



--

Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
  Platform:
    osname=linux, osvers=2.2.14, archname=ppc-linux
    uname='linux c22234-c.scllg1.pa.home.com 2.2.14 #2 sun jan 9 20:34:00 est 2000 ppc 
unknown '
    config_args='-Dcc=gcc -Dprefix=/usr/local -des'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=undef d_sfio=undef uselargefiles=define 
    use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef
  Compiler:
    cc='gcc', optimize='-O2', gccversion=2.95.2 19991024 (release/franzo)
    cppflags='-fno-strict-aliasing -I/usr/local/include'
    ccflags ='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64'
    stdchar='char', d_stdstdio=define, usevfork=false
    intsize=4, longsize=4, ptrsize=4, doublesize=8
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='gcc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -lndbm -lgdbm -ldb -ldl -lm -lc -lposix -lcrypt
    libc=/lib/libc-2.1.3.so, 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'

Reply via email to