You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Geoffrey Young <ge...@modperlcookbook.org> on 2004/08/19 16:18:28 UTC

pnotes.t failures with 5.8.0

hi

I'm getting a single test difference in pnotes.t between 5.8.0 and 5.8.5:

# testing : unset entry contents
# expected: undef
# received: undef
ok 6
not ok 7

since 5.8.5 seems to remove the entry entirely but 5.8.0 doesn't I'm not
exactly sure where the problem is.  perl -V for both below.

anyway just reporting for now.  outside of this all my iterations pass for
5.8.5 and this is the only failure for 5.8.0.

--Geoff

fails:

Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
  Platform:
    osname=linux, osvers=2.4.22-1.2115.nptl, archname=i686-linux-thread-multi
    uname='linux jib.modperlcookbook.net 2.4.22-1.2115.nptl #1 wed oct 29
15:42:51 est 2003 i686 i686 i386 gnulinux '
    config_args='-des -Dusethreads -Dprefix=/perl/perl-5.8.0 -Doptimize=-g
-Dusedevel -Uinstallusrbinperl -Uversiononly -DDEBUGGING'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define
usemultiplicity=define
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DDEBUGGING
-fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/include/gdbm',
    optimize='-g',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno-strict-aliasing
-I/usr/include/gdbm'
    ccversion='', gccversion='3.3.2 20031022 (Red Hat Linux 3.3.2-1)',
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 -lpthread -lc -lcrypt -lutil
    perllibs=-lnsl -ldl -lm -lpthread -lc -lcrypt -lutil
    libc=/lib/libc-2.3.2.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.3.2'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'


Characteristics of this binary (from libperl):
  Compile-time options: DEBUGGING MULTIPLICITY USE_ITHREADS USE_LARGE_FILES
PERL_IMPLICIT_CONTEXT
  Built under linux
  Compiled at Apr  2 2004 15:10:35
  @INC:
    /perl/perl-5.8.0/lib/5.8.0/i686-linux-thread-multi
    /perl/perl-5.8.0/lib/5.8.0
    /perl/perl-5.8.0/lib/site_perl/5.8.0/i686-linux-thread-multi
    /perl/perl-5.8.0/lib/site_perl/5.8.0
    /perl/perl-5.8.0/lib/site_perl
    .


passes:

Summary of my perl5 (revision 5 version 8 subversion 5) configuration:
  Platform:
    osname=linux, osvers=2.4.22-1.2115.nptl, archname=i686-linux-thread-multi
    uname='linux jib.modperlcookbook.net 2.4.22-1.2115.nptl #1 wed oct 29
15:42:51 est 2003 i686 i686 i386 gnulinux '
    config_args='-des -Dusethreads -Dprefix=/perl/perl-5.8.5 -Doptimize=-g
-Dusedevel -Uinstallusrbinperl -Uversiononly -DDEBUGGING'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define
usemultiplicity=define
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS
-DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm',
    optimize='-g',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING
-fno-strict-aliasing -pipe -I/usr/local/include -I/usr/include/gdbm'
    ccversion='', gccversion='3.3.2 20031022 (Red Hat Linux 3.3.2-1)',
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 -lpthread -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=/lib/libc-2.3.2.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.3.2'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'


Characteristics of this binary (from libperl):
  Compile-time options: DEBUGGING MULTIPLICITY USE_ITHREADS USE_LARGE_FILES
PERL_IMPLICIT_CONTEXT
  Built under linux
  Compiled at Aug  3 2004 07:44:47
  @INC:
    /perl/perl-5.8.5/lib/5.8.5/i686-linux-thread-multi
    /perl/perl-5.8.5/lib/5.8.5
    /perl/perl-5.8.5/lib/site_perl/5.8.5/i686-linux-thread-multi
    /perl/perl-5.8.5/lib/site_perl/5.8.5
    /perl/perl-5.8.5/lib/site_perl
    .

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: pnotes.t failures with 5.8.0

Posted by Randy Kobes <ra...@theoryx5.uwinnipeg.ca>.
On Thu, 19 Aug 2004, Geoffrey Young wrote:

> hi
>
> I'm getting a single test difference in pnotes.t between 5.8.0 and 5.8.5:
>
> # testing : unset entry contents
> # expected: undef
> # received: undef
> ok 6
> not ok 7
>
> since 5.8.5 seems to remove the entry entirely but 5.8.0 doesn't I'm not
> exactly sure where the problem is.  perl -V for both below.
>
> anyway just reporting for now.  outside of this all my iterations pass for
> 5.8.5 and this is the only failure for 5.8.0.
>
> --Geoff
>
> fails:
>
> Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
[ .. ]
> passes:
>
> Summary of my perl5 (revision 5 version 8 subversion 5) configuration:

FWIW, I got a similar failure with perl-5.8.4 built with the
Win32 ActivePerl 810 sources - it removes the entry, so that
the 'exists' test fails.

-- 
best regards,
randy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org