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.

-- 
With gpg 1.0.4.  t/export_keys.t never finishes:

bin@schinder% make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib 
-I/usr/local/lib/perl5/5.6.1/ppc-linux -I/usr/local/lib/perl5/5.6.1 -e 'use 
Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/Fingerprint.......ok                                                       
t/Interface.........ok                                                       
t/UserId............ok                                                       
t/clearsign.........ok                                                       
t/decrypt...........ok                                                       
t/detach_sign.......ok                                                       
t/encrypt...........ok                                                       
t/encrypt_symmetrically.ok                                                   
t/export_keys.......

and there it sits.

The last few lines of an strace show it stuck waiting for something

open("./t/XSLoader.pm", O_RDONLY|0x10000) = -1 ENOENT (No such file or directory)
SYS_195(0x100f6fb0, 0x7fffd568, 0x7fffd568, 0x50, 0x9) = -1 ENOENT (No such file or 
directory)
open("/usr/local/src/.cpan/build/GnuPG-Interface-0.30/blib/arch/XSLoader.pm", 
O_RDONLY|0x10000) = -1 ENOENT (No such file or directory)
SYS_195(0x100f6fb0, 0x7fffd568, 0x7fffd568, 0x50, 0x3e) = -1 ENOENT (No such 
filmunmap(0x30017000, 4096)                = 0
close(10)                               = 0
munmap(0x3001a000, 4096)                = 0
close(13)                               = 0
munmap(0x3001d000, 4096)                = 0
close(15)                               = 0
munmap(0x3001f000, 4096)                = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
write(11, "test", 4)                    = 4
close(11)                               = 0
munmap(0x3001b000, 4096)                = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
close(9)                                = 0
munmap(0x30018000, 4096)                = 0
wait4(-1,  <unfinished ...>




--

Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:
  Platform:
    osname=linux, osvers=2.4.2, archname=ppc-linux
    uname='linux c22234-h.scllg1.pa.home.com 2.4.2 #1 tue feb 27 13:12:48 est 2001 ppc 
unknown '
    config_args='-Dcc=gcc -Dprefix=/usr/local -des'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
  Compiler:
    cc='gcc', ccflags ='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-fno-strict-aliasing -I/usr/local/include'
    ccversion='', gccversion='2.95.3 20010111 (prerelease/franzo/20010111)', 
gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=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 -ldl -lm -lc -lcrypt -lutil
    perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil
    libc=/lib/libc-2.2.1.so, 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'

Reply via email to