#14687 closed bug (invalid)
Can't build jam on macOS 10.14
Reported by: | diver | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | - General | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
make LINKLIBS= ./jam0 ...patience... ...found 154 target(s)... ...using 25 temp target(s)... ...updating 2 target(s)... Archive bin.macosxx86/libjam.a /opt/local/bin/ranlib: object: bin.macosxx86/libjam.a(builtins.o) malformed object (unknown load command 1) ar: internal ranlib command failed
Change History (2)
comment:1 by , 6 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 5 years ago
Remove milestone for tickets with status = closed and resolution != fixed
Note:
See TracTickets
for help on using tickets.
It was a problem with /opt/local/bin/ranlib, I renamed it (along with ar) and it builds now.