Opened 10 years ago

Closed 10 years ago

#43384 closed defect (fixed)

cyassl @2.9.4: universal variant fails

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: chris@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc: jeremyhu (Jeremy Huddleston Sequoia)
Port: cyassl

Description

Building cyassl with the +universal variant fails. The first problem I see in the log is:

ld: warning: ignoring file src/.libs/src_libcyassl_la-internal.o, file was built for unsupported file format ( 0xCF 0xFA 0xED 0xFE 0x07 0x00 0x00 0x01 0x03 0x00 0x00 0x00 0x01 0x00 0x00 0x00 ) which is not the architecture being linked (i386): src/.libs/src_libcyassl_la-internal.o

This suggests -arch flags aren't being used in all cases.

Disabling silent rules would make it easier to see what flags are being used for each compile/link.

The build succeeds if I don't use the universal variant.

Attachments (1)

main.log (54.4 KB) - added by ryandesign (Ryan Carsten Schmidt) 10 years ago.

Download all attachments as: .zip

Change History (2)

Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: main.log added

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

Cc: jeremyhu@… added
Resolution: fixed
Status: newclosed

r119206 (maintainer timeout)

Note: See TracTickets for help on using tickets.