Opened 13 years ago

Closed 13 years ago

#31710 closed defect (fixed)

obby 0.4.7_0 fails to build with clang

Reported by: alkobottle@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: clang Cc:
Port: obby

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

building error in obby-0.4.7_0, error message:

Error: Target org.macports.build returned: shell command failed

Attached the logfile

Attachments (1)

main.log (81.5 KB) - added by alkobottle@… 13 years ago.
obby 0.4.7 build error log

Download all attachments as: .zip

Change History (4)

Changed 13 years ago by alkobottle@…

Attachment: main.log added

obby 0.4.7 build error log

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

Description: modified (diff)
Milestone: MacPorts 2.0.4
Port: obby added

I see you're using Xcode 4.2 and thus clang. Try using llvm-gcc-4.2 instead of clang:

sudo port clean obby
sudo port install obby configure.compiler=llvm-gcc-4.2

Let us know if that works.

comment:2 in reply to:  1 Changed 13 years ago by alkobottle@…

Replying to ryandesign@…:

I see you're using Xcode 4.2 and thus clang. Try using llvm-gcc-4.2 instead of clang:

sudo port clean obby
sudo port install obby configure.compiler=llvm-gcc-4.2

Let us know if that works.

that worked! thank you very much :)

comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: clang added
Resolution: fixed
Status: newclosed
Summary: obby 0.4.7_0 fails to buildobby 0.4.7_0 fails to build with clang
Note: See TracTickets for help on using tickets.