Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Data-UUID CPAN distribution.

Report information
The Basics
Id: 9392
Status: resolved
Priority: 0/
Queue: Data-UUID

People
Owner: Nobody in particular
Requestors: Jan.Fiete.Grosse-Oetringhaus [...] cern.ch
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.11
Fixed in: (no value)



Subject: Tests fail on Opteron with Fedora Core 3
The build succeeds but the tests fail with Data-UUID-0.11 and Data-UUID-0.10. Output attached below. Perl: This is perl, v5.8.5 built for x86_64-linux-thread-multi OS: Linux node48.cluster.local 2.6.9-1.667smp #1 SMP Tue Nov 2 15:09:11 EST 2004 x86_64 x86_64 x86_64 GNU/Linux [jfgrosse@node48 Data-UUID-0.11]$ perl Makefile.PL Checking if your kit is complete... Looks good UUID state storage (/var/tmp): default umask (0007): Note (probably harmless): No library found for -lsocket Writing Makefile for Data::UUID [jfgrosse@node48 Data-UUID-0.11]$ make cp UUID.pm blib/lib/Data/UUID.pm AutoSplitting blib/lib/Data/UUID.pm (blib/lib/auto/Data/UUID) /usr/bin/perl /usr/lib/perl5/5.8.5/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.8.5/ExtUtils/typemap -typemap typemap UUID.xs > UUID.xsc && mv UUID.xsc UUID.c gcc -c -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 -O2 -g -pipe -m64 -DVERSION=\"0.11\" -DXS_VERSION=\"0.11\" -fPIC "-I/usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi/CORE" -D_STDIR=\"/var/tmp\" -D__linux__ -D_DEFAULT_UMASK=0007 UUID.c gcc -c -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 -O2 -g -pipe -m64 -DVERSION=\"0.11\" -DXS_VERSION=\"0.11\" -fPIC "-I/usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi/CORE" -D_STDIR=\"/var/tmp\" -D__linux__ -D_DEFAULT_UMASK=0007 md5.c Running Mkbootstrap for Data::UUID () chmod 644 UUID.bs rm -f blib/arch/auto/Data/UUID/UUID.so gcc -shared UUID.o md5.o -o blib/arch/auto/Data/UUID/UUID.so chmod 755 blib/arch/auto/Data/UUID/UUID.so cp UUID.bs blib/arch/auto/Data/UUID/UUID.bs chmod 644 blib/arch/auto/Data/UUID/UUID.bs Manifying blib/man3/Data::UUID.3pm [jfgrosse@node48 Data-UUID-0.11]$ make test PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..11 # Running under perl version 5.008005 for linux # Current time local: Tue Jan 4 14:14:56 2005 # Current time GMT: Tue Jan 4 13:14:56 2005 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 ok 4 from_string(0xA0C6BBBA5E5211D98C73C544B6F96840) failed... make: *** [test_dynamic] Error 255
Please test this with 0.13
Subject: Tests succeed with 0.13
From: Jan Fiete Grosse-Oetringhaus
It now works. Cheers, Jan $ make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/basic....ok All tests successful. Files=1, Tests=11, 0 wallclock secs ( 0.03 cusr + 0.01 csys = 0.04 CPU)