develooper Front page | perl.cpan.testers | Postings from January 2000

FAIL Imager-0.27 ppc-linux 2.2.10

From:
schinder
Date:
January 3, 2000 17:39
Subject:
FAIL Imager-0.27 ppc-linux 2.2.10
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 cpan-testers@perl.org to keep other
test volunteers informed and to prevent any duplicate effort.

-- 

Answered yes to png, ttf, and jpeg.  Although I have libttf, I have
only those fonts used by Enlightenment, so t35ttfont fails to find
arial.ttf.  So the first failure is understandable.  If
Affix::Infix2Postfix is required, though, it should be mentioned as
such in README and/or a PREREQ_PM for it should be in Makefile.PL.  It
should also be available on CPAN, which it does not seem to be
currently.

PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/pe
rl5/5.00503/ppc-linux -I/usr/local/lib/perl5/5.00503 -e 'use Test::Harness qw(&r
untests $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.........FAILED tests 2-3
         Failed 2/3 tests, 33.33% okay
t/t40scale..........ok
t/t50basicoo........ok
t/t55trans..........print transform: expr given and Affix::Infix2Postfix is not 
avaliable. at t/t55trans.t line 18.
dubious
         Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 2-3
         Failed 2/3 tests, 33.33% okay
t/t60dyntest........ok
t/t70newgif.........ok
Failed Test  Status Wstat Total Fail  Failed  List of failed
-------------------------------------------------------------------------------
t/t35ttfont.t                 3    2  66.67%  2-3
t/t55trans.t      2   512     3    2  66.67%  2-3
4 subtests skipped.
Failed 2/9 test scripts, 77.78% okay. 4/35 subtests failed, 88.57% okay.

bin@schinder% perl -Iblib/lib -Iblib/arch t/t35ttfont.t                         
1..3
ok 1
# has tt

bin@schinder% perl -Iblib/lib -Iblib/arch t/t55trans.t 
1..3
ok 1
Can't locate Affix/Infix2Postfix.pm in @INC (@INC contains: blib/lib blib/arch /
usr/local/lib/perl5/5.00503/ppc-linux /usr/local/lib/perl5/5.00503 /usr/local/li
b/perl5/site_perl/5.005/ppc-linux /usr/local/lib/perl5/site_perl/5.005 .) at (ev
al 1) line 1.
BEGIN failed--compilation aborted at (eval 1) line 1.
print transform: expr given and Affix::Infix2Postfix is not avaliable. at t/t55t
rans.t line 18.

testout/t35ttfont.log:

[2000/01/03 20:25:02] Imager - log started
[2000/01/03 20:25:02] Initializing fonts
[2000/01/03 20:25:02] init_tt()
[2000/01/03 20:25:02] i_set_i_color(r 0,g 255,b 0,a 0)
[2000/01/03 20:25:02] (0x19c4490) <- i_set_color
[2000/01/03 20:25:02] i_img_empty_ch(*im 0x0,x 200,y 70,ch 3)
[2000/01/03 20:25:02] (0x19c44c8) <- i_img_empty_ch
[2000/01/03 20:25:02] i_tt_box(fontname 'arial.ttf',points 50.000000,str 'XMCLH', len 5)
[2000/01/03 20:25:02] i_tt_init_face( filename, 'arial.ttf' )
[2000/01/03 20:25:02] Could not find/open arial.ttf.

testout/t55trans.log:

[2000/01/03 20:25:55] Imager - log started
[2000/01/03 20:25:55] i_readppm: Type is P6
[2000/01/03 20:25:55] i_readppm: x=118 y=85
[2000/01/03 20:25:55] i_img_empty(*im 0x0,x 118,y 85)
[2000/01/03 20:25:55] (0x19b1f40) <- i_img_empty
[2000/01/03 20:25:55] i_img_destroy(im* 0x19b1f40)
[2000/01/03 20:25:55] i_img_exorcise(im* 0x19b1f40)

--

Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration:
  Platform:
    osname=linux, osvers=2.2.10, archname=ppc-linux
    uname='linux schinder.clark.net 2.2.10 #7 fri jun 18 10:13:46 est 1999 ppc unknown '
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef useperlio=undef d_sfio=undef
  Compiler:
    cc='gcc', optimize='-O2', gccversion=egcs-2.91.66 19990314 (egcs-1.1.2 release)
    cppflags='-Dbool=char -DHAS_BOOL'
    ccflags ='-Dbool=char -DHAS_BOOL'
    stdchar='char', d_stdstdio=undef, usevfork=false
    intsize=4, longsize=4, ptrsize=4, doublesize=8
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=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=, 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'




Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About