[MacPorts] #49764: babl @0.1.14 should not require clang-3.4

MacPorts noreply at macports.org
Wed Nov 25 06:51:48 PST 2015


#49764: babl @0.1.14 should not require clang-3.4
--------------------------+----------------------
  Reporter:  braumann@…   |      Owner:  devans@…
      Type:  enhancement  |     Status:  assigned
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:
Resolution:               |   Keywords:  powerpc
      Port:  babl         |
--------------------------+----------------------

Comment (by jeremyhu@…):

 3.5 has a bug with the linker command line, but 3.6 works here.  More
 complex code won't compile due to the missing slice in libclang_rt.  We
 should figure out why that isn't getting built.

 {{{
 ~ $ clang-mp-3.6 -arch ppc -mmacosx-version-min=10.5 hello.c -o hello.ppc
 ld: warning: ignoring file
 /opt/local/libexec/llvm-3.6/bin/../lib/clang/3.6.2/lib/darwin/libclang_rt.osx.a,
 missing required architecture ppc in file

 ~ $ ./hello.ppc
 Hello!
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/49764#comment:14>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list