Opened 11 years ago

Closed 11 years ago

#36746 closed defect (fixed)

iTunesMatchHelper: error: -fobjc-arc is not supported with fragile abi

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: phw@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: iTunesMatchHelper

Description

iTunesMatchHelper does not build; see log.

Attachments (1)

main.log (50.3 KB) - added by ryandesign (Ryan Carsten Schmidt) 11 years ago.

Download all attachments as: .zip

Change History (3)

Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: main.log added

comment:1 Changed 11 years ago by gjasny@…

Hello,

building for i386 does not work because "Automatic Reference Counting" is not available there.

If you add

supported_archs         x86_64

to the Portfile it works again.

Thanks, Gregor

comment:2 in reply to:  1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

Replying to gjasny@…:

building for i386 does not work because "Automatic Reference Counting" is not available there.

Thanks! I didn't realize that. r99236

Note: See TracTickets for help on using tickets.