[MacPorts] #35516: LaTeXiT @2.4.1_0 build failure
#35516: LaTeXiT @2.4.1_0 build failure --------------------------------+------------------------------------------- Reporter: dstrubbe@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: --------------------------------+------------------------------------------- I get an error when building LaTeXiT with Mountain Lion. {{{ ---> Building LaTeXiT Error: org.macports.build for port LaTeXiT returned: command execution failed Please see the log file for port LaTeXiT for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_tex_LaTeXiT/LaTeXiT/main.log }}} The latter part of that file is: {{{ :info:build /bin/sh -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_tex_LaTeXiT/LaTeXiT/work /LaTeXiT-mainline/build/LaTeXiT.build/Development/Automator- CreateEquations.build/Script-9344BBBA0E8CF71600FE90A5.sh :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_tex_LaTeXiT/LaTeXiT/work /LaTeXiT-mainline/build/LaTeXiT.build/Development/Automator- CreateEquations.build/Script-9344BBBA0E8CF71600FE90A5.sh: line 2: /usr/bin/amlint: No such file or directory :info:build :info:build :info:build ** BUILD FAILED ** :info:build :info:build :info:build The following build commands failed: :info:build PhaseScriptExecution "Run Script" build/LaTeXiT.build/Development/Automator-CreateEquations.build/Script- 9344BBBA0E8CF71600FE90A5.sh :info:build (1 failure) :info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_tex_LaTeXiT/LaTeXiT/work /LaTeXiT-mainline" && /usr/bin/xcodebuild -target "Automator- CreateEquations" -configuration Development build OBJROOT=build/ SYMROOT=build/ MACOSX_DEPLOYMENT_TARGET=10.8 ARCHS=x86_64 SDKROOT="" GCC_VERSION=com.apple.compilers.llvm.clang.1_0 :info:build Exit code: 65 :error:build org.macports.build for port LaTeXiT returned: command execution failed :debug:build Error code: NONE :debug:build Backtrace: command execution failed while executing "$procedure $targetname" :info:build Warning: targets not executed for LaTeXiT: org.macports.activate org.macports.build org.macports.destroot org.macports.install }}} -- Ticket URL: <https://trac.macports.org/ticket/35516> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35516: LaTeXiT @2.4.1_0 build failure --------------------------------+------------------------------------------- Reporter: dstrubbe@… | Owner: singingwolfboy@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: LaTeXiT --------------------------------+------------------------------------------- Changes (by macsforever2000@…): * owner: macports-tickets@… => singingwolfboy@… * port: => LaTeXiT Comment: In the future, please fill in the Port field and Cc the maintainer. Also attach the main.log after cleaning the port. -- Ticket URL: <https://trac.macports.org/ticket/35516#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35516: LaTeXiT @2.4.1_0 build failure --------------------------------+------------------------------------------- Reporter: dstrubbe@… | Owner: singingwolfboy@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: LaTeXiT --------------------------------+------------------------------------------- Comment(by dstrubbe@…): Ok, thanks for the advice. I don't understand the second part though. If I do "port clean latexit" then the main.log file I cited above no longer exists. Which file do you mean I should attach? -- Ticket URL: <https://trac.macports.org/ticket/35516#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35516: LaTeXiT @2.4.1_0 build failure --------------------------------+------------------------------------------- Reporter: dstrubbe@… | Owner: singingwolfboy@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: LaTeXiT --------------------------------+------------------------------------------- Comment(by macsforever2000@…): If the build fails again, then it will generate a new main.log which you should attach. If it builds then the problem is solved and we can close this ticket. -- Ticket URL: <https://trac.macports.org/ticket/35516#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35516: LaTeXiT @2.4.1_0 build failure --------------------------------+------------------------------------------- Reporter: dstrubbe@… | Owner: singingwolfboy@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: LaTeXiT --------------------------------+------------------------------------------- Comment(by dstrubbe@…): After a clean, the build failed in the same way. I have attached the main.log file. -- Ticket URL: <https://trac.macports.org/ticket/35516#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35516: LaTeXiT @2.4.1_0 build failure --------------------------------+------------------------------------------- Reporter: dstrubbe@… | Owner: singingwolfboy@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: LaTeXiT --------------------------------+------------------------------------------- Comment(by Andrey.E.Antipov@…): This solves it. {{{ ln -s /Applications/Xcode.app/Contents/Developer/usr/bin/amlint /usr/bin/amlint }}} Previously it used to be in /Developer/usr/bin, now since it's downloaded by Xcode, it's located in it's directory. -- Ticket URL: <https://trac.macports.org/ticket/35516#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35516: LaTeXiT @2.4.1_0 build failure -------------------------+------------------------------ Reporter: dstrubbe@… | Owner: singingwolfboy@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: LaTeXiT | -------------------------+------------------------------ Comment (by jmr@…): If amlint is really no longer included in the Command Line Tools, then it should probably be patched to run `xcrun amlint`. -- Ticket URL: <https://trac.macports.org/ticket/35516#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35516: LaTeXiT @2.4.1_0 build failure -------------------------+------------------------------ Reporter: dstrubbe@… | Owner: singingwolfboy@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: fixed | Keywords: Port: LaTeXiT | -------------------------+------------------------------ Changes (by singingwolfboy@…): * status: new => closed * resolution: => fixed Comment: Fixed in r98427 -- Ticket URL: <https://trac.macports.org/ticket/35516#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts