Opened 12 years ago

Closed 12 years ago

#32503 closed defect (fixed)

clang-2.9 on Tiger

Reported by: rudloff@… Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: tiger analyzer Cc:
Port: clang-2.9

Description

--enable-shared causes rpath errors on Tiger.

Attachments (1)

Portfile.diff (388 bytes) - added by rudloff@… 12 years ago.

Download all attachments as: .zip

Change History (3)

Changed 12 years ago by rudloff@…

Attachment: Portfile.diff added

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

Cc: jeremyhu@… removed
Owner: changed from macports-tickets@… to jeremyhu@…

FWIW, the last version of the MacPorts llvm port I was able to compile on Tiger was 2.6_2. I don't think I ever tried clang though.

comment:2 Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: fixed
Status: newclosed

I pushed a similar change yesterday. Please sync and try again

platform darwin 8 {
    configure.args-delete   --enable-shared --enable-jit
}

If 2.9 doesn't work on Tiger, we can always create a -2.8 (or earlier) port. It should be fairly trivial. Just copy the 2.9 port to 2.8 and s/2.9/2.8/ in a bunch of places.

Note: See TracTickets for help on using tickets.