#49062: CCL port fails to build under El Capitan (10.11) -------------------------+-------------------------------- Reporter: ndbrowne@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: ccl | -------------------------+-------------------------------- Comment (by fu7mu4@…): here is my step to install ccl 1.10 on El Caption 1. configure ccl source by macports way {{{ sudo port clean ccl sudo port configure ccl }}} 2. change directory in order to edit Makefile {{{ cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ccl/ccl/work/ccl /lisp-kernel/darwinx8664/ sudo vi Makefile #only change line 52 of it. see bellow lines before edit diff -u Makefile~ Makefile cd - }}} You add "-Q" to ASFLAGS in Makefile, like this. (diff -u Makefile~ Makefile) {{{ --- Makefile~ 2015-10-03 09:48:46.000000000 +0900 +++ Makefile 2015-10-03 10:46:19.000000000 +0900 @@ -49,7 +49,7 @@ ### ### Apple never M4FLAGS = -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -ASFLAGS = -arch x86_64 -g +ASFLAGS = -arch x86_64 -g -Q CDEFINES = -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION=$(SVN_REVISION) \ -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE CDEBUG = -g }}} 3. build and install {{{ sudo port -d build ccl sudo port -d destroot ccl sudo port -d install ccl }}} -- Ticket URL: <https://trac.macports.org/ticket/49062#comment:5> MacPorts <https://www.macports.org/> Ports system for OS X