redfieldp has asked for the wisdom of the Perl Monks concerning the following question:
Building and testing Package-Stash-XS-0.25 cp lib/Package/Stash/XS.pm blib/lib/Package/Stash/XS.pm /usr/bin/perl /Library/Perl/Updates/5.10.0/ExtUtils/xsubpp -typemap / +System/Library/Perl/5.10.0/ExtUtils/typemap -typemap typemap XS.xs > + XS.xsc && mv XS.xsc XS.c gcc-4.2 -c -arch x86_64 -arch i386 -arch ppc -g -pipe -fno-common -D +PERL_DARWIN -fno-strict-aliasing -I/usr/local/include -Os -DVERSION +=\"0.25\" -DXS_VERSION=\"0.25\" "-I/System/Library/Perl/5.10.0/darwi +n-thread-multi-2level/CORE" XS.c XS.xs: In function ‘XS_Package__Stash__XS_add_symbol’: XS.xs:534: warning: format ‘%d’ expects type ‘int’, but argument 3 has + type ‘I32’ XS.xs:534: warning: format ‘%d’ expects type ‘int’, but argument 4 has + type ‘I32’ /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 XS.xs: In function ‘XS_Package__Stash__XS_add_symbol’: XS.xs:534: warning: format ‘%d’ expects type ‘int’, but argument 3 has + type ‘I32’ XS.xs:534: warning: format ‘%d’ expects type ‘int’, but argument 4 has + type ‘I32’ lipo: can't open input file: /var/tmp//cc8KKzN9.out (No such file or d +irectory) make: *** [XS.o] Error 2 -> FAIL Installing Package::Stash::XS failed. See /Users/pproctor/.cpa +nm/build.log for details. -> FAIL Bailing out the installation for Package-Stash-0.33. Retry wit +h --prompt or --force. -> FAIL Bailing out the installation for Class-Load-0.19. Retry with - +-prompt or --force. -> FAIL Bailing out the installation for DateTime-TimeZone-1.46. Retry + with --prompt or --force. -> FAIL Bailing out the installation for DateTime-0.75. Retry with --p +rompt or --force.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Stash install failing on Mac OS
by cavac (Prior) on Jun 26, 2012 at 15:35 UTC | |
|
Re: Stash install failing on Mac OS
by bitingduck (Deacon) on Jun 27, 2012 at 05:37 UTC |