Opened 9 years ago
Last modified 7 years ago
#49716 closed defect
compare-1.16_2 fails on El Capitan — at Initial Version
Reported by: | joverly | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | elcapitan | Cc: | |
Port: | compare |
Description
I cannot install compare on El Capitan. I get the error:
:info:build creating xconfig.h
:info:build ==> MAKING "all" ON SUBDIRECTORY "SRCROOT/conf"
:info:build ==> MAKING "all" ON SUBDIRECTORY "SRCROOT/inc"
:info:build ==> MAKING "all" ON SUBCOMPONENT "SRCROOT/inc/align_test.mk"
:info:build ==> MAKING DIRECTORY "OBJ/i386-darwin-cc"
:info:build ==> MAKING DEPENDENCIES "align_test.d"
:info:build ==> COMPILING "align_test.o"
:info:build ==> LINKING "OBJ/i386-darwin-cc/align_test"
:info:build ld: warning: directory not found for option '-L../libs/i386-darwin-cc'
:info:build ==> GENERATING include file "../incs/i386-darwin-cc/align.h"
:info:build ==> MAKING "all" ON SUBCOMPONENT "SRCROOT/inc/avoffset.mk"
:info:build ==> MAKING DEPENDENCIES "avoffset.d"
:info:build ==> COMPILING "avoffset.o"
:info:build ==> LINKING "OBJ/i386-darwin-cc/avoffset"
:info:build ld: warning: directory not found for option '-L../libs/i386-darwin-cc'
:info:build ==> GENERATING include file "../incs/i386-darwin-cc/avoffset.h"
:info:build sh: line 1: 12100 Illegal instruction: 4 OBJ/i386-darwin-cc/avoffset > ../incs/i386-darwin-cc/avoffset.h
:info:build smake: Unknown error: 132. * Code 132 from command line for target '../incs/i386-darwin-cc/avoffset.h'.
:info:build smake: The following command caused the error:
:info:build echo " ==> GENERATING include file \"../incs/i386-darwin-cc/avoffset.h\""; OBJ/i386-darwin-cc/avoffset > ../incs/i386-darwin-cc/avoffset.h
:info:build smake: Couldn't make 'all'.
:info:build smake: Leaving '/opt/local/bin/smake'[2] from directory '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_compare/compare/work/compare-1.16/inc'
:info:build smake: Default commandline target: 'all'
:info:build smake: Doing exit(1)
:info:build smake: Operation not permitted. * Code 1 from command line for target 'all'.
:info:build smake: The following command caused the error:
:info:build for MK in align_test.mk avoffset.mk ; \
:info:build do \
:info:build ( \
:info:build if [ -r ./$MK ] ; then \
:info:build echo " ==> MAKING \"all\" ON SUBCOMPONENT \"SRCROOT/inc/$MK\""; "/opt/local/bin/smake" -f $MK XARCH=x86_64-darwin-cc all;\
:info:build else \
:info:build echo "NOTICE: Partial source (SRCROOT/inc/$MK) missing";\
:info:build fi \
:info:build ); \
:info:build done
:info:build smake: Couldn't make 'all'.
:info:build smake: Leaving '/opt/local/bin/smake'[1] from directory '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_compare/compare/work/compare-1.16/inc'
:info:build smake: Default commandline target: 'all'
:info:build smake: Doing exit(1)
:info:build smake: Operation not permitted. * Code 1 from command line for target 'all'.
:info:build smake: The following command caused the error:
:info:build list="conf inc libschily change man"; \
:info:build [ -d TARGETS -a -f TARGETS/slot ] && \
:info:build list=echo TARGETS/[0-9][0-9]* | sed -e 's;TARGETS/[0-9][0-9];;g' | sed -e 's;!@!;/;g'
;\
:info:build for DIR in ${list} ; \
:info:build do \
:info:build ( \
:info:build echo " ==> MAKING \"all\" ON SUBDIRECTORY \"SRCROOT/$DIR\"";\
:info:build if [ -d ./$DIR -a -r ./$DIR/Makefile ] ; then \
:info:build cd ./$DIR;"/opt/local/bin/smake" XARCH=x86_64-darwin-cc DIRNAME=SRCROOT/$DIR all; \
:info:build else \
:info:build echo "NOTICE: Partial source (SRCROOT/$DIR) missing";\
:info:build fi \
:info:build ); \
:info:build done
:info:build smake: Couldn't make 'all'.