Opened 9 years ago
Closed 9 years ago
#49885 closed defect (fixed)
icoutils fails to build universal
Reported by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) | Owned by: | mkae (Marko Käning) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | haspatch | Cc: | jonahb (Jonah Burke) |
Port: | icoutils |
Description
If I try to build icoutils as a universal binary, I get the following error:
ar cru libcommon.a error.o hmap.o io-utils.o intutil.o llist.o strbuf.o string-utils.o tmap.o ../lib/libgnu.a /opt/local/bin/ranlib: archive member: libcommon.a(libgnu.a) fat file for cputype (16777223) cpusubtype (3) is not an object file (bad magic number) ar: internal ranlib command failed
Attached is a proposed solution.
Attachments (1)
Change History (2)
Changed 9 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Attachment: | Portfile.diff added |
---|
comment:1 Changed 9 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r143473.