Opened 9 years ago
Closed 7 years ago
#50828 closed defect (wontfix)
wxWidgets-3.0-libcxx on 10.6 buildbot
Reported by: | mojca (Mojca Miklavec) | Owned by: | mojca (Mojca Miklavec) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | snowleopard | Cc: | jyrkiwahlstedt, ryandesign (Ryan Carsten Schmidt) |
Port: | wxWidgets-3.0-libcxx |
Description
The build of wxWidgets-3.0-libcxx on 10.6 buildbot fails with:
install_name_tool -id /path/to/wxWidgets-3.0.2/build/lib/libwx_baseu-3.0.0.2.0.dylib /path/to/wxWidgets-3.0.2/build/lib/libwx_baseu-3.0.0.2.0.dylib install_name_tool: object: /path/to/wxWidgets-3.0.2/build/lib/libwx_baseu-3.0.0.2.0.dylib malformed object (unknown load command 22)
It's not exactly clear to me whether this is an issue with the software or an issue with install_name_tool
. (Maybe I can avoid running install_name_tool
explicitly.)
Change History (2)
comment:1 Changed 7 years ago by kencu (Ken)
comment:2 Changed 7 years ago by mojca (Mojca Miklavec)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
The port has been removed, wxWidgets-3.0-cxx11
works.
Note: See
TracTickets for help on using
tickets.
If this is still relevant, it's calling a too-old version of install_name_tool; we'd need to see how to make it use the macports version installed in ${prefix} instead.