Hi there!

For some reason the crypt-ssley-pm-0.45-1 package fails to compile
on my machine. Is it just me, or is this a general bug? I've included
the compile log for someone brighter than me to look at.

Perhaps the problem simply is a missing package/dependency?

/Ronny

mkdir -p /sw/src/crypt-ssleay-pm-0.45-1
/sw/bin/tar -xvzf /sw/src/Crypt-SSLeay-0.45.tar.gz 
Crypt-SSLeay-0.45/
Crypt-SSLeay-0.45/README
Crypt-SSLeay-0.45/certs/
Crypt-SSLeay-0.45/certs/notacakeynopass.pem
Crypt-SSLeay-0.45/certs/ca-bundle.crt
Crypt-SSLeay-0.45/certs/notacacert.pem
Crypt-SSLeay-0.45/MANIFEST
Crypt-SSLeay-0.45/CHANGES
Crypt-SSLeay-0.45/SSLeay.xs
Crypt-SSLeay-0.45/lwp-ssl-test
Crypt-SSLeay-0.45/Makefile.PL
Crypt-SSLeay-0.45/lib/
Crypt-SSLeay-0.45/lib/Crypt/
Crypt-SSLeay-0.45/lib/Crypt/SSLeay/
Crypt-SSLeay-0.45/lib/Crypt/SSLeay/CTX.pm
Crypt-SSLeay-0.45/lib/Crypt/SSLeay/Conn.pm
Crypt-SSLeay-0.45/lib/Crypt/SSLeay/Err.pm
Crypt-SSLeay-0.45/lib/Crypt/SSLeay/X509.pm
Crypt-SSLeay-0.45/lib/Crypt/SSLeay/MainContext.pm
Crypt-SSLeay-0.45/lib/Net/
Crypt-SSLeay-0.45/lib/Net/SSL.pm
Crypt-SSLeay-0.45/SSLeay.pm
Crypt-SSLeay-0.45/t/
Crypt-SSLeay-0.45/t/ssl_context.t
Crypt-SSLeay-0.45/t/net_ssl.t
Crypt-SSLeay-0.45/MANIFEST.SKIP
Crypt-SSLeay-0.45/typemap
Crypt-SSLeay-0.45/net_ssl_test
sed 's|@PREFIX@|/sw|g' < 
/sw/fink/dists/unstable/crypto/finkinfo/crypt-ssleay-pm-0.45-1.patch | patch -p1
patching file Makefile.PL
perl Makefile.PL PREFIX=/sw INSTALLPRIVLIB=/sw/lib/perl5 
INSTALLARCHLIB=/sw/lib/perl5/darwin INSTALLSITELIB=/sw/lib/perl5 
INSTALLSITEARCH=/sw/lib/perl5/darwin INSTALLMAN1DIR=/sw/share/man/man1 
INSTALLMAN3DIR=/sw/share/man/man3
Found OpenSSL (version OpenSSL 0.9.6) installed at /sw
Using --default OpenSSL candidate found at /sw

================================================
BUILD INFORMATION
================================================

ssl dir:        /sw
libraries:      -lssl -lcrypto -lgcc -lRSAglue -lrsaref
include dir:    /sw/include
ssl header:     openssl/ssl.h
ssl candidate:  /sw; /sw/include/openssl; OpenSSL 0.9.6

================================================

Checking if your kit is complete...
Looks good
Note (probably harmless): No library found for -lRSAglue
Note (probably harmless): No library found for -lrsaref
Writing Makefile for Crypt::SSLeay
make
mkdir blib
mkdir blib/lib
mkdir blib/lib/Crypt
mkdir blib/arch
mkdir blib/arch/auto
mkdir blib/arch/auto/Crypt
mkdir blib/arch/auto/Crypt/SSLeay
mkdir blib/lib/auto
mkdir blib/lib/auto/Crypt
mkdir blib/lib/auto/Crypt/SSLeay
mkdir blib/man3
cp lib/Net/SSL.pm blib/lib/Net/SSL.pm
cp lib/Crypt/SSLeay/MainContext.pm blib/lib/Crypt/SSLeay/MainContext.pm
cp lib/Crypt/SSLeay/CTX.pm blib/lib/Crypt/SSLeay/CTX.pm
cp SSLeay.pm blib/lib/Crypt/SSLeay.pm
cp lib/Crypt/SSLeay/Conn.pm blib/lib/Crypt/SSLeay/Conn.pm
cp lib/Crypt/SSLeay/Err.pm blib/lib/Crypt/SSLeay/Err.pm
cp lib/Crypt/SSLeay/X509.pm blib/lib/Crypt/SSLeay/X509.pm
/usr/bin/perl -I/System/Library/Perl/darwin -I/System/Library/Perl 
/System/Library/Perl/ExtUtils/xsubpp  -typemap /System/Library/Perl/ExtUtils/typemap 
-typemap typemap SSLeay.xs > SSLeay.xsc && mv SSLeay.xsc SSLeay.c
cc -c -I/sw/include -g -pipe -pipe -fno-common -no-cpp-precomp -flat_namespace 
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -Os     -DVERSION=\"0.45\" 
-DXS_VERSION=\"0.45\"  -I/System/Library/Perl/darwin/CORE  SSLeay.c
Running Mkbootstrap for Crypt::SSLeay ()
chmod 644 SSLeay.bs
LD_RUN_PATH="/sw/lib:/usr/lib" cc -o blib/arch/auto/Crypt/SSLeay/SSLeay.bundle  
-bundle  -flat_namespace -undefined suppress SSLeay.o    -L/sw/lib -lssl -lcrypto 
-lgcc 
chmod 755 blib/arch/auto/Crypt/SSLeay/SSLeay.bundle
cp SSLeay.bs blib/arch/auto/Crypt/SSLeay/SSLeay.bs
chmod 644 blib/arch/auto/Crypt/SSLeay/SSLeay.bs
Manifying blib/man3/Crypt::SSLeay.3
make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin 
-I/System/Library/Perl -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; 
runtests @ARGV;' t/*.t
t/net_ssl...........Can't locate MIME/Base64.pm in @INC (@INC contains: ../lib ./lib 
blib/arch blib/lib /System/Library/Perl/darwin /System/Library/Perl 
/sw/lib/perl5/darwin /sw/lib/perl5 /Library/Perl/darwin /Library/Perl 
/Network/Library/Perl/darwin /Network/Library/Perl .) at lib/Net/SSL.pm line 6.
BEGIN failed--compilation aborted at lib/Net/SSL.pm line 6.
Compilation failed in require at t/net_ssl.t line 5.
BEGIN failed--compilation aborted at t/net_ssl.t line 5.
dubious
        Test returned status 2 (wstat 512, 0x200)
t/ssl_context.......ok
Failed Test  Status Wstat Total Fail  Failed  List of failed
-------------------------------------------------------------------------------
t/net_ssl.t       2   512    ??   ??       %  ??
Failed 1/2 test scripts, 50.00% okay. 0/1 subtests failed, 100.00% okay.
make: *** [test_dynamic] Error 25
### execution of make failed, exit code 2
Failed: compiling crypt-ssleay-pm-0.45-1 failed

Reply via email to