Opened 3 years ago

Closed 3 years ago

#62918 closed defect (fixed)

fox @1.6.54_1 Build failure on macOS 11 (undefined symbols)

Reported by: BadAtcOdin Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: bigsur Cc:
Port: fox

Description

i tried to install the fox port (along with other ports) while those ports got successfully built the port fox won't, can anyone help me find out how te resolve this, either by pointing out ho to properly install it or even how to get and older version which is most probable to work. Thank you

Attachments (1)

main.log (2.0 MB) - added by BadAtcOdin 3 years ago.
main.log file

Download all attachments as: .zip

Change History (4)

Changed 3 years ago by BadAtcOdin

Attachment: main.log added

main.log file

comment:1 Changed 3 years ago by jmroot (Joshua Root)

Keywords: bigsur added; fox port build fail removed
Summary: the port fox won't Buildfox @1.6.54_1 Build failure on macOS 11 (undefined symbols)

comment:2 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Status: newaccepted

Thanks for reporting this problem. fox is built using libtool. libtool has a bug where it does not identify macOS 11 or later which causes builds to fail with undefined symbol errors. The developers of libtool need to accept the fix we submitted to them months ago and release a new version of libtool containing the fix. Then the developers of fox and every other program that builds using libtool need to update their development systems to the fixed version of libtool and release new versions of their software packaged with the fixed version of libtool. Then MacPorts needs to update to that fixed version of that software. Until that happens, we can apply a patch in MacPorts. Please report any other undefined symbol problems you see with other ports in separate tickets so that we can fix them too.

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

Resolution: fixed
Status: acceptedclosed

In 7677edc7167646142e77855093e0e5fdffe90862/macports-ports (master):

fox: Fix macOS 11+ libtool bug

Closes: #62918

Note: See TracTickets for help on using tickets.