Skip Menu |

This queue is for tickets about the Crypt-SSLeay CPAN distribution.

Report information
The Basics
Id: 68084
Status: resolved
Priority: 0/
Queue: Crypt-SSLeay

People
Owner: nanis [...] runu.moc.invalid
Requestors: ilial [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.58
Fixed in: (no value)



Subject: lipo error on OS X 10.6.7
bash-3.2# perl Makefile.PL ======================================================= Only one OpenSSL installation found at /usr Consider running 'perl Makefile.PL --default' the next time Crypt::SSLeay is upgraded to select this directory automatically thereby avoiding the following prompt. ======================================================= Which SSL install path do you want to use? [/usr] BUILD INFORMATION ================================================ ssl library: OpenSSL 0.9.8l in /usr ssl header: openssl/ssl.h libraries: -L/usr/lib -lssl -lcrypto -lgcc include dir: -I/usr/include ================================================ Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lgcc Writing Makefile for Crypt::SSLeay The test suite can attempt to connect to public servers to ensure that the code is working properly. If you are behind a strict firewall or have no network connectivity, these tests may fail (through no fault of the code). Do you want to run the live tests (y/N)? [N] bash-3.2# make cp lib/Crypt/SSLeay/X509.pm blib/lib/Crypt/SSLeay/X509.pm cp lib/Net/SSL.pm blib/lib/Net/SSL.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/CTX.pm blib/lib/Crypt/SSLeay/CTX.pm cp lib/Crypt/SSLeay/MainContext.pm blib/lib/Crypt/SSLeay/MainContext.pm cp lib/Crypt/SSLeay/Err.pm blib/lib/Crypt/SSLeay/Err.pm /usr/bin/perl /Library/Perl/Updates/5.10.0/ExtUtils/xsubpp -typemap /System/Library/Perl/5.10.0/ExtUtils/typemap -typemap typemap SSLeay.xs > SSLeay.xsc && mv SSLeay.xsc SSLeay.c gcc-4.2 -c -I/usr/include -arch x86_64 -arch i386 -arch ppc -g -pipe -fno-common - DPERL_DARWIN -fno-strict-aliasing -I/usr/local/include -Os -DVERSION=\"0.58\" - DXS_VERSION=\"0.58\" "-I/System/Library/Perl/5.10.0/darwin-thread-multi-2level/CORE" SSLeay.c /usr/libexec/gcc/powerpc-apple-darwin10/4.2.1/as: assembler (/usr/bin/../libexec/gcc/darwin/ppc/as or /usr/bin/../local/libexec/gcc/darwin/ppc/as) for architecture ppc not installed Installed assemblers are: /usr/bin/../libexec/gcc/darwin/x86_64/as for architecture x86_64 /usr/bin/../libexec/gcc/darwin/i386/as for architecture i386 lipo: can't open input file: /var/tmp//ccISsuDd.out (No such file or directory) make: *** [SSLeay.o] Error 2
Hello: I recently removed a significant amount of code from Makefile.PL which was trying to guess the right locations for everything, and got things wrong frequently. Crypt-SSLeay 0.64 is on CPAN. Could you please give that a whirl? Thank you for your feedback, -- Sinan On Tue May 10 10:58:23 2011, ILIAL wrote: Show quoted text
> bash-3.2# perl Makefile.PL > ======================================================= > Only one OpenSSL installation found at /usr > Consider running 'perl Makefile.PL --default' the next > time Crypt::SSLeay is upgraded to select this directory > automatically thereby avoiding the following prompt. > ======================================================= > Which SSL install path do you want to use? [/usr] > > BUILD INFORMATION > ================================================ > ssl library: OpenSSL 0.9.8l in /usr > ssl header: openssl/ssl.h > libraries: -L/usr/lib -lssl -lcrypto -lgcc > include dir: -I/usr/include > ================================================ > Checking if your kit is complete... > Looks good > Note (probably harmless): No library found for -lgcc > Writing Makefile for Crypt::SSLeay > The test suite can attempt to connect to public servers > to ensure that the code is working properly. If you are > behind a strict firewall or have no network connectivity, > these tests may fail (through no fault of the code). > Do you want to run the live tests (y/N)? [N] > bash-3.2# make > cp lib/Crypt/SSLeay/X509.pm blib/lib/Crypt/SSLeay/X509.pm > cp lib/Net/SSL.pm blib/lib/Net/SSL.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/CTX.pm blib/lib/Crypt/SSLeay/CTX.pm > cp lib/Crypt/SSLeay/MainContext.pm > blib/lib/Crypt/SSLeay/MainContext.pm > cp lib/Crypt/SSLeay/Err.pm blib/lib/Crypt/SSLeay/Err.pm > /usr/bin/perl /Library/Perl/Updates/5.10.0/ExtUtils/xsubpp -typemap > /System/Library/Perl/5.10.0/ExtUtils/typemap -typemap typemap > SSLeay.xs > SSLeay.xsc > && mv SSLeay.xsc SSLeay.c > gcc-4.2 -c -I/usr/include -arch x86_64 -arch i386 -arch ppc -g -pipe > -fno-common - > DPERL_DARWIN -fno-strict-aliasing -I/usr/local/include -Os > -DVERSION=\"0.58\" - > DXS_VERSION=\"0.58\" "-I/System/Library/Perl/5.10.0/darwin-thread- > multi-2level/CORE" > SSLeay.c > /usr/libexec/gcc/powerpc-apple-darwin10/4.2.1/as: assembler > (/usr/bin/../libexec/gcc/darwin/ppc/as or > /usr/bin/../local/libexec/gcc/darwin/ppc/as) for > architecture ppc not installed > Installed assemblers are: > /usr/bin/../libexec/gcc/darwin/x86_64/as for architecture x86_64 > /usr/bin/../libexec/gcc/darwin/i386/as for architecture i386 > lipo: can't open input file: /var/tmp//ccISsuDd.out (No such file or > directory) > make: *** [SSLeay.o] Error 2