I've fixed the bugs on the suns - it was a broken cpp directive
that worked only on gnu systems - it didn't appear on hpux
since the bug was that a non gnu compiler will always use hpux
setup. But I was unable to reproduce the hp bug on the system that I
have access to at first, after recompiling perl with gcc on the hp the
I was able to reproduce the bug - It turned out to be twofold - an
error in the C code at one point and HPUX creates .sl and not .so files.
Both of those should be fixed in 0.29 which I'm about to upload.
Thanks for your patience with this - next time I'll try to take more
care in testing this myself before shipping it to cpan.
Arnar.
On 4 Jan 2000 [EMAIL PROTECTED] wrote:
> 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.
>
> --
> Built with png and jpeg.
>
> Running make test
> make[1]: Entering directory `/c/tmp/.cpan/build/Imager-0.28/dynfilt'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/c/tmp/.cpan/build/Imager-0.28/dynfilt'
> PERL_DL_NONLAZY=1 /usr/local/bin/perl -I./blib/arch -I./blib/lib
>-I/usr/local/lib/perl5/PA-RISC1.1/5.00405 -I/usr/local/lib/perl5 -e 'use
>Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
> t/t00basic..........ok
> t/t10formats........ok, 2/11 subtests skipped
> t/t30t1font.........ok, 2/3 subtests skipped
> t/t35ttfont.........ok, 2/3 subtests skipped
> t/t40scale..........ok
> t/t50basicoo........ok
> t/t55trans..........ok, 2/3 subtests skipped
> t/t60dyntest........dubious
> Test returned status 0 (wstat 11, 0xb)
> DIED. FAILED tests 1-2
> Failed 2/2 tests, 0.00% okay
> t/t70newgif.........ok
> Failed Test Status Wstat Total Fail Failed List of failed
> -------------------------------------------------------------------------------
> t/t60dyntest.t 0 11 2 2 100.00% 1-2
> 8 subtests skipped.
> Failed 1/9 test scripts, 88.89% okay. 2/35 subtests failed, 94.29% okay.
>
> bin@cirsrss% perl -Iblib/arch -Iblib/lib t/t60dyntest.t
> 1..2
> Segmentation fault
>
>
>
> --
>
> Summary of my perl5 (5.0 patchlevel 4 subversion 5) configuration:
> Platform:
> osname=hpux, osvers=10.20, archname=PA-RISC1.1
> uname='hp-ux cirsrss b.10.20 a 9000735 unknown '
> hint=recommended, useposix=true, d_sigaction=define
> bincompat3=y useperlio=undef d_sfio=undef
> Compiler:
> cc='gcc', optimize='-O', gccversion=egcs-2.91.66 19990314 (egcs-1.1.2 release)
> cppflags='-D_HPUX_SOURCE -I/usr/local/include -I/opt/local/include'
> ccflags ='-D_HPUX_SOURCE -I/usr/local/include -I/opt/local/include'
> stdchar='unsigned char', d_stdstdio=define, usevfork=false
> intsize=4, longsize=4, ptrsize=undef, doublesize=undef
> alignbytes=8, usemymalloc=y, prototype=define
> Linker and Libraries:
> ld='ld', ldflags =' -L/usr/local/lib -L/opt/local/lib'
> libpth=/usr/local/lib /opt/local/lib /usr/lib/pa1.1 /lib /usr/lib /usr/ccs/lib
> libs=-lnet -lnsl_s -lndbm -ldld -lm -lc -lndir -lcrypt -lbind
> libc=/lib/libc.sl, so=sl
> useshrplib=false, libperl=libperl.a
> Dynamic Linking:
> dlsrc=dl_hpux.xs, dlext=sl, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-B,deferred '
> cccdlflags='-fpic', lddlflags='-b -L/usr/local/lib -L/opt/local/lib'
>