[MacPorts] #49062: CCL port fails to build under El Capitan (10.11)
#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 Keywords: ccl failure | Port: CCL -------------------------+-------------------------------- CCL is failing to build. I have installed other ports (OCaml and Python35) without issue -- Ticket URL: <https://trac.macports.org/ticket/49062> MacPorts <https://www.macports.org/> Ports system for OS X
#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 | -------------------------+-------------------------------- Changes (by ryandesign@…): * keywords: ccl failure => * port: CCL => ccl Comment: This log was not from a clean build attempt. Please [https://guide.macports.org/chunked/project.html#project.tickets clean and try again]. -- Ticket URL: <https://trac.macports.org/ticket/49062#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#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@…): On my mac(El Capitan), the ccl port is failed to build too. something happend during the lisp kernel rebuilding. -- Ticket URL: <https://trac.macports.org/ticket/49062#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
#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 ndbrowne@…): A log file from a clean ccl build that failed is attached. -- Ticket URL: <https://trac.macports.org/ticket/49062#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X
#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@…): This problem was reproduced in original distributed ccl 1.10 (not macports) and solved in original. I have been teached from rme by irc #ccl on irc.freenode.net. thanks rme. ----- You can add "-Q" to ASFLAGS in lisp-kernel/darwinx8664/Makefile and that will enable you to compile the lisp kernel. Or, you can switch to the 1.11 pre-release branch. http://ccl.clozure.com/blog/?p=178 In 10.11, the default assembler is the clang integrated assembler, and it doesn't understand .stabs directives. The -Q flag makes it use the prior, separate assembler. ----- lisp-kernel/darwinx8664/Makefile is exist bellow "the ccl directory", in macport, it means /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ccl/ccl/work/ccl /lisp-kernel/darwinx8664/Makefile -- Ticket URL: <https://trac.macports.org/ticket/49062#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X
#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
#49062: CCL port fails to build under El Capitan (10.11) -------------------------+------------------------ Reporter: ndbrowne@… | Owner: easieste@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: elcapitan Port: ccl | -------------------------+------------------------ Changes (by ryandesign@…): * keywords: => elcapitan * owner: macports-tickets@… => easieste@… * cc: fu7mu4@… (added) Comment: I have no problem installing ccl 1.10 on OS X 10.11 El Capitan with Xcode 7.0.1. What version of Xcode do the people affected by this bug have? -- Ticket URL: <https://trac.macports.org/ticket/49062#comment:6> MacPorts <https://www.macports.org/> Ports system for OS X
#49062: CCL port fails to build under El Capitan (10.11) -------------------------+------------------------ Reporter: ndbrowne@… | Owner: easieste@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: elcapitan Port: ccl | -------------------------+------------------------ Comment (by fu7mu4@…): My Xcode version is also 7.0.1 ! I don't know why. -- Ticket URL: <https://trac.macports.org/ticket/49062#comment:8> MacPorts <https://www.macports.org/> Ports system for OS X
#49062: CCL port fails to build under El Capitan (10.11) -------------------------+------------------------ Reporter: ndbrowne@… | Owner: easieste@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: elcapitan Port: ccl | -------------------------+------------------------ Comment (by fu7mu4@…): I have tried to install via macports (builed with Xcode 7.0.1 and Command Line Tools 10.10 for Xcode 7) but that failed as it report above. Today, I tried to do (build with Xcode 7.0.1 and Command Line Tools 10.11 for Xcode 7.1 beta 3) but it failed too. -- Ticket URL: <https://trac.macports.org/ticket/49062#comment:9> MacPorts <https://www.macports.org/> Ports system for OS X
#49062: CCL port fails to build under El Capitan (10.11) -------------------------+------------------------ Reporter: ndbrowne@… | Owner: easieste@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: elcapitan Port: ccl | -------------------------+------------------------ Comment (by alexey.n@…): Fails to build on OS X 10.11.1 / Xcode 7.1 (7B91b) / Command Line Tools for Xcode, Version 7.1. {{{ :debug:build Executing org.macports.build (ccl) :info:build sh: ./dx86cl64: No such file or directory :info:build Command failed: cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ccl/ccl/work/ccl && echo '(ccl::rebuild-ccl :full t)' | ./dx86cl64 --batch :info:build Exit code: 127 }}} The solution with adding -Q to ASFLAGS works. -- Ticket URL: <https://trac.macports.org/ticket/49062#comment:10> MacPorts <https://www.macports.org/> Ports system for OS X
#49062: CCL port fails to build with Xcode 7 -------------------------+-------------------------------- Reporter: ndbrowne@… | Owner: easieste@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: fixed | Keywords: yosemite elcapitan Port: ccl | -------------------------+-------------------------------- Changes (by ryandesign@…): * status: new => closed * keywords: elcapitan => yosemite elcapitan * resolution: => fixed Comment: r142125 -- Ticket URL: <https://trac.macports.org/ticket/49062#comment:11> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts