On May 4, 2015 at 9:15:06 AM, Kevin Horton (khorto...@rogers.com) wrote:
On May 4, 2015 at 9:10:53 AM, Charles Lepple (clep...@gmail.com) wrote:
On May 4, 2015, at 8:41 AM, Kevin Horton <khorto...@rogers.com> wrote:

dbi-pm5182-1:1.630-1 fails to compile on OS X 10.10.4 (beta) with:

cp lib/DBI/Const/GetInfoType.pm blib/lib/DBI/Const/GetInfoType.pm
"/usr/bin/arch" -x86_64 perl5.18 -x86_64 perl5.18 "-Iblib/arch" "-Iblib/lib" 
dbilogstrip.PL dbilogstrip


It looks like Perl 5.18 has been dropped from 10.10:

http://pdb.finkproject.org/pdb/package.php/perl5182


As near as I can tell, the system perl on 10.10 is Perl 5.18, so the fink perl 
5.18 package is not needed.

% which perl5.18
/usr/bin/perl5.18

% /usr/bin/perl --version

This is perl 5, version 18, subversion 2 (v5.18.2) built for 
darwin-thread-multi-2level
(with 2 registered patches, see perl -V for more detail)



I changed the max build jobs to 1 to get everything in sequence in the build 
log.  The root failure is the same, but the record is perhaps somewhat more 
coherent:

cp lib/DBI/Const/GetInfoType.pm blib/lib/DBI/Const/GetInfoType.pm
Running Mkbootstrap for DBI ()
chmod 644 "DBI.bs"
"/usr/bin/arch" -x86_64 perl5.18 -p -e "s/~DRIVER~/Perl/g" ./Driver.xst > 
Perl.xsi
"/usr/bin/arch" -x86_64 perl5.18 "/System/Library/Perl/5.18/ExtUtils/xsubpp"  
-typemap "/System/Library/Perl/5.18/ExtUtils/typemap" -typemap "typemap"  
Perl.xs > Perl.xsc && mv Perl.xsc Perl.c
gcc -c   -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing 
-fstack-protector -Os   -DVERSION=\"1.630\" -DXS_VERSION=\"1.630\"  
"-I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE"  -W -Wall 
-Wpointer-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare 
-Wno-cast-qual -Wmissing-noreturn -Wno-unused-parameter Perl.c
"/usr/bin/arch" -x86_64 perl5.18 "/System/Library/Perl/5.18/ExtUtils/xsubpp"  
-typemap "/System/Library/Perl/5.18/ExtUtils/typemap" -typemap "typemap"  
DBI.xs > DBI.xsc && mv DBI.xsc DBI.c
gcc -c   -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing 
-fstack-protector -Os   -DVERSION=\"1.630\" -DXS_VERSION=\"1.630\"  
"-I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE"  -W -Wall 
-Wpointer-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare 
-Wno-cast-qual -Wmissing-noreturn -Wno-unused-parameter DBI.c
DBI.xs:4157:42: warning: expression which evaluates to zero treated as a null 
pointer constant of type 'const char *'
      [-Wnon-literal-null-conversion]
    const char *style = "", *laststyle = '\0';
                                         ^~~~
1 warning generated.
rm -f blib/arch/auto/DBI/DBI.bundle
cc -mmacosx-version-min=10.10  -bundle -undefined dynamic_lookup 
-fstack-protector DBI.o  -o blib/arch/auto/DBI/DBI.bundle  \
                \
          
chmod 755 blib/arch/auto/DBI/DBI.bundle
"/usr/bin/arch" -x86_64 perl5.18 -MExtUtils::Command::MM -e 'cp_nonempty' -- 
DBI.bs blib/arch/auto/DBI/DBI.bs 644
"/usr/bin/arch" -x86_64 perl5.18 -x86_64 perl5.18 "-Iblib/arch" "-Iblib/lib" 
dbiproxy.PL dbiproxy
Can't open perl script "perl5.18": No such file or directory
make: *** [dbiproxy] Error 2
### execution of make failed, exit code 2

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to