Opened 11 years ago
Closed 11 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)
Change History (2)
Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | jeremyhu@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
r119206 (maintainer timeout)