I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2011-05-17 13:58:28.122001-07 by danq
entities2.t test fails for my compilation of perl 5.12.3 on Snow Leopard
I went ahead and installed HTML::Parser anyway, edited entities2.t to show the results it's comparing to decide it's failed, which gives me this:
% perl entities2.t 1..9 ok 1 ok 2 ok 3 ok 4 ok 5 a='&a;' b='xxxxxxxxxxxxxxxxxxxx' # Something went wrong with ':' a='&a;a' b='xxxxxxxxxxxxxxxxxxxxa' # Something went wrong with ':a' a='a&a;' b='axxxxxxxxxxxxxxxxxxxx' # Something went wrong with 'a:' a='a&a;a' b='axxxxxxxxxxxxxxxxxxxxa' # Something went wrong with 'a:a' a='a&a;a&a;a' b='axxxxxxxxxxxxxxxxxxxxaxxxxxxxxxxxxxxxxxxxxa' # Something went wrong with 'a:a:a' a='a&a;&a;&a;a' b='axxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxa' # Something went wrong with 'a:::a' not ok 6 # Failed test at entities2.t line 47. ok 7 ok 8 ok 9 # Looks like you failed 1 test of 9.
Here's the results from perl -V:
% perl -V Summary of my perl5 (revision 5 version 12 subversion 3) configuration: Platform: osname=darwin, osvers=10.7.0, archname=darwin-thread-multi-2level uname='darwin windom.brtt.com 10.7.0 darwin kernel version 10.7.0: sat jan 29 15:17:16 pst 2011 +; root:xnu-1504.9.37~1release_i386 i386 ' config_args='-Dprefix=/opt/antelope/perl5.12.3-64 -Duse64bitall -Dusesshrplib' hint=recommended, useposix=true, d_sigaction=define useithreads=define, usemultiplicity=define useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef use64bitint=define, use64bitall=define, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='clang', ccflags ='-fno-common -DPERL_DARWIN -arch x86_64 -fno-strict-aliasing -pipe -fstack +-protector', optimize='-O3', cppflags='-arch x86_64 -fno-common -DPERL_DARWIN -arch x86_64 -fno-strict-aliasing -pipe -fstac +k-protector' ccversion='', gccversion='4.2.1 Compatible Clang Compiler', gccosandvers='' intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='clang', ldflags =' -arch x86_64 -fstack-protector' libpth=/usr/lib libs=-ldbm -ldl -lm -lutil -lc perllibs=-ldl -lm -lutil -lc libc=/usr/lib/libc.dylib, so=dylib, useshrplib=true, libperl=libperl.dylib gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup -fstack-protector' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF Built under darwin Compiled at May 12 2011 17:00:28 @INC: /opt/antelope/perl5.12.3-64/site/lib/site_perl/5.12.3/darwin-thread-multi-2level /opt/antelope/perl5.12.3-64/site/lib/site_perl/5.12.3 /opt/antelope/perl5.12.3-64/brtt/lib/vendor_perl/5.12.3/darwin-thread-multi-2level /opt/antelope/perl5.12.3-64/brtt/lib/vendor_perl/5.12.3 /opt/antelope/perl5.12.3-64/lib/5.12.3/darwin-thread-multi-2level /opt/antelope/perl5.12.3-64/lib/5.12.3 .
I'm not sure what to do next, however. Any advice is appreciated. Thanks, -- danq
Direct Responses: Write a response