[MacPorts] #61933: wxmaxima crashes on macOS Big Sur v11k - conflicting wxWidget libs
MacPorts
noreply at macports.org
Sat Feb 20 18:11:37 UTC 2021
#61933: wxmaxima crashes on macOS Big Sur v11k - conflicting wxWidget libs
------------------------+--------------------------
Reporter: chlangley | Owner: MSoegtropIMC
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: wxmaxima |
------------------------+--------------------------
Comment (by kencu):
The issue was with install_name_tool on older versions of Xcode 12
<https://lists.macports.org/pipermail/macports-
dev/2020-November/042641.html> and it appears to be fixed now, since some
upgrade to Xcode 12:
{{{
% ls -la
total 152
drwxr-xr-x 6 root admin 192 20 Feb 10:06 .
drwxr-xr-x 4 root admin 128 20 Feb 10:06 ..
-rwxrwxrwx 1 root admin 75448 20 Feb 10:06 libtalloc.2.3.1.dylib
lrwxr-xr-x 1 root admin 21 20 Feb 10:06 libtalloc.2.dylib ->
libtalloc.2.3.1.dylib
lrwxr-xr-x 1 root admin 21 20 Feb 10:06 libtalloc.dylib ->
libtalloc.2.3.1.dylib
drwxrwxrwx 3 root admin 96 20 Feb 10:06 pkgconfig
% install_name_tool -id /opt/local/lib/libtalloc.2.dylib libtalloc.dylib
% ls -la
total 152
drwxr-xr-x 6 root admin 192 20 Feb 10:08 .
drwxr-xr-x 4 root admin 128 20 Feb 10:06 ..
-rwxr-xr-x 1 root admin 75448 20 Feb 10:08 libtalloc.2.3.1.dylib
lrwxr-xr-x 1 root admin 21 20 Feb 10:06 libtalloc.2.dylib ->
libtalloc.2.3.1.dylib
lrwxr-xr-x 1 root admin 21 20 Feb 10:06 libtalloc.dylib ->
libtalloc.2.3.1.dylib
drwxrwxrwx 3 root admin 96 20 Feb 10:06 pkgconfig
}}}
So once someone knows if the BigSur buildbot has the current version of
Xcode 12 on it, revbump wxWidgets-3.0 and you will get a new build of it,
not broken, that should work just as good as mine does now.
--
Ticket URL: <https://trac.macports.org/ticket/61933#comment:10>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list