#44801: llvm-3.2 failure (Building) ---------------------------+------------------------ Reporter: nekonotheo@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: llvm-3.2 | ---------------------------+------------------------ Changes (by ryandesign@…): * cc: jeremyhu@… (removed) * owner: macports-tickets@… => jeremyhu@… * port: => llvm-3.2 Old description:
I am trying to update llvm-3.2 on my mac OS X 10.9.4. I have cleaned llvm-3.2 before and try to install it:
--------
Theos-MacBook-Pro:Documents theo$ sudo port clean llvm-3.2
Password:
---> Cleaning llvm-3.2
Theos-MacBook-Pro:Documents theo$ sudo port install llvm-3.2
---> Computing dependencies for llvm-3.2
---> Fetching archive for llvm-3.2
---> Attempting to fetch llvm-3.2-3.2_3.darwin_13.x86_64.tbz2 from http://nue.de.packages.macports.org/macports/packages/llvm-3.2
---> Attempting to fetch llvm-3.2-3.2_3.darwin_13.x86_64.tbz2 from http://lil.fr.packages.macports.org/llvm-3.2
---> Attempting to fetch llvm-3.2-3.2_3.darwin_13.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/llvm-3.2
---> Fetching distfiles for llvm-3.2
---> Verifying checksums for llvm-3.2
---> Extracting llvm-3.2
---> Applying patches to llvm-3.2
---> Configuring llvm-3.2
---> Building llvm-3.2
Error: org.macports.build for port llvm-3.2 returned: command execution failed
Please see the log file for port llvm-3.2 for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_llvm-3.2/llvm-3.2/main.log
To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets
Error: Processing of port llvm-3.2 failed
--------------------------------
I have already tried to install Iivm-3.3 and livm-3.4, instead of updating llvm-3.2. However, all the installing and updating failed building iivm-3.2.
I don't know how to fix it. I have read and tried to do the same thing as the other similar tickets (such as python version deactivate etc.). Nothing is working. I would appreciate if you could help me.
I will attach the log file while installing livm-3.2.
New description: I am trying to update llvm-3.2 on my mac OS X 10.9.4. I have cleaned llvm-3.2 before and try to install it: {{{ Theos-MacBook-Pro:Documents theo$ sudo port clean llvm-3.2 Password: ---> Cleaning llvm-3.2 Theos-MacBook-Pro:Documents theo$ sudo port install llvm-3.2 ---> Computing dependencies for llvm-3.2 ---> Fetching archive for llvm-3.2 ---> Attempting to fetch llvm-3.2-3.2_3.darwin_13.x86_64.tbz2 from http://nue.de.packages.macports.org/macports/packages/llvm-3.2 ---> Attempting to fetch llvm-3.2-3.2_3.darwin_13.x86_64.tbz2 from http://lil.fr.packages.macports.org/llvm-3.2 ---> Attempting to fetch llvm-3.2-3.2_3.darwin_13.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/llvm-3.2 ---> Fetching distfiles for llvm-3.2 ---> Verifying checksums for llvm-3.2 ---> Extracting llvm-3.2 ---> Applying patches to llvm-3.2 ---> Configuring llvm-3.2 ---> Building llvm-3.2 Error: org.macports.build for port llvm-3.2 returned: command execution failed Please see the log file for port llvm-3.2 for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_llvm-3.2/llvm-3.2/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port llvm-3.2 failed }}} I have already tried to install Iivm-3.3 and livm-3.4, instead of updating llvm-3.2. However, all the installing and updating failed building iivm-3.2. I don't know how to fix it. I have read and tried to do the same thing as the other similar tickets (such as python version deactivate etc.). Nothing is working. I would appreciate if you could help me. I will attach the log file while installing livm-3.2. -- Comment: You said you cleaned llvm-3.2, and the terminal transcript you pasted above shows a clean build attempt, but the log you attached is not from a clean build attempt. Please "sudo port clean llvm-3.2", then try again and attach that main.log. If trying to install llvm-3.3 or llvm-3.4 resulted in MacPorts trying to upgrade llvm-3.2, that tells me that you have the cctools and/or ld64 port installed with the +llvm32 variant—that was the default, back when llvm 3.2 was the latest stable version of llvm; today, the default variant in cctools and ld64 is +llvm34. You could (and probably should) reinstall cctools and ld64 with the new default. To do this, try running: {{{ sudo port install ld64 cctools }}} -- Ticket URL: <https://trac.macports.org/ticket/44801#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X