Opened 9 years ago

Last modified 7 years ago

#49716 closed defect

compare @1.16_2: Unknown error: 132. *** Code 132 from command line for target — at Version 1

Reported by: joverly Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: elcapitan Cc:
Port: compare

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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'.

Change History (2)

Changed 9 years ago by joverly

Attachment: main.log added

comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: elcapitan added
Milestone: MacPorts Future
Owner: changed from macports-tickets@… to mww@…
Port: compare added
Summary: compare-1.16_2 fails on El Capitancompare @1.16_2: Unknown error: 132. *** Code 132 from command line for target

I agree, it does not build for me either. This software is from 2004, so I'm not surprised it has bitrotted.

The project's homepage is gone too (it was hosted on BerliOS, which has shut down.)

Maybe it has moved or someone has forked it and fixed this problem...

Note: See TracTickets for help on using tickets.