#32346: ragel 6.7 fails to build with clang -----------------------------------+---------------------------------------- Reporter: drbacher@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: clang | Port: ragel -----------------------------------+---------------------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => mww@… * keywords: => clang Old description:
The ragel 6.7 port fails to build with the clang compiler. The build succeeds with the llvm-gcc-4.2 compiler (as suggested in the ProblemHotlist).
port install ragel configure.compiler=llvm-gcc-4.2 -universal
I had to add "-universal" to work around link errors like: file was built for unsupported file format which is not the architecture being linked (i386)
New description: The ragel 6.7 port fails to build with the clang compiler. The build succeeds with the llvm-gcc-4.2 compiler (as suggested in the ProblemHotlist). {{{ port install ragel configure.compiler=llvm-gcc-4.2 -universal }}} I had to add "-universal" to work around link errors like: {{{ file was built for unsupported file format which is not the architecture being linked (i386) }}} -- Comment: Replying to [ticket:32346 drbacher@…]:
The ragel 6.7 port fails to build with the clang compiler.
Could you attach a main.log file from the failed build with clang?
I had to add "-universal" to work around link errors like:
Usually you should file a separate ticket for separate issues. -- Ticket URL: <https://trac.macports.org/ticket/32346#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS