#47659 closed defect (fixed)
lz4 @r124: universal variant fails
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | mfeiri |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.99 |
Keywords: | Cc: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) | |
Port: | lz4 |
Description
ar: liblz4.a is a fat file (use libtool(1) or lipo(1) and ar(1) on it) ar: liblz4.a: Inappropriate file type or format make: *** [liblz4] Error 1
Attachments (1)
Change History (5)
Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | main.log.bz2 added |
---|
comment:1 Changed 9 years ago by mfeiri
comment:2 Changed 9 years ago by mfeiri
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 8 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
comment:4 Changed 8 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Cc: | mcalhoun@… added |
---|
Cc Me!
Note: See
TracTickets for help on using
tickets.
The Makefile of lz4 doesn't do proper dependency tracking for the .a file. As a workaround I'll simply remove any old liblz4.a file before AR gets called. This avoids confusing AR with an existing fat archive.