Opened 10 years ago

Closed 10 years ago

#44801 closed defect (duplicate)

llvm-3.2 failure (Building)

Reported by: nekonotheo@… Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 2.3.1
Keywords: Cc:
Port: llvm-3.2

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

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.

Attachments (1)

main.log (167.4 KB) - added by nekonotheo@… 10 years ago.

Download all attachments as: .zip

Change History (3)

Changed 10 years ago by nekonotheo@…

Attachment: main.log added

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

Cc: jeremyhu@… removed
Description: modified (diff)
Owner: changed from macports-tickets@… to jeremyhu@…
Port: llvm-3.2 added

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

comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: duplicate
Status: newclosed

The error in your log is the same one reported in #43977, in which it is proposed that we no longer support using llvm-3.2 and lower on OS X 10.9 or later.

Note: See TracTickets for help on using tickets.