[MacPorts] #65055: Broken symbolic link libgcc_ext.10.5.dylib and libgcc_ext.10.4.dylib
MacPorts
noreply at macports.org
Mon Apr 25 04:11:37 UTC 2022
#65055: Broken symbolic link libgcc_ext.10.5.dylib and libgcc_ext.10.4.dylib
----------------------------------------------------+--------------------
Reporter: Serge3leo | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.7.2
Resolution: | Keywords:
Port: libgcc, gcc6, gcc7, gcc8, gcc9, gcc10 |
----------------------------------------------------+--------------------
Comment (by kencu):
Yes, people pile on different problems into unrelated tickets, which is
one of the primary problems we ticket-fixers must deal with when trying to
sort you folks out, certainly.
in your case {{{/opt/local/lib/gcc9}}} does not seem to contain a link to
{{{libgcc_ext.10.5}}}, whereas in my case, on 10.14 for example, it
certainly does:
{{{
$ ls -la /opt/local/lib/gcc9/libgcc_ext*
lrwxr-xr-x 1 root admin 43 25 Dec 12:40
/opt/local/lib/gcc9/libgcc_ext.10.4.dylib ->
/opt/local/lib/libgcc/libgcc_ext.10.4.dylib
lrwxr-xr-x 1 root admin 43 25 Dec 12:40
/opt/local/lib/gcc9/libgcc_ext.10.5.dylib ->
/opt/local/lib/libgcc/libgcc_ext.10.5.dylib
}}}
so our question for today is -- Why? did you delete it during your
deletion festival, or is is somehow not there for you?
how about you reinstall gcc9 and we will find out?
{{{
sudo port -f uninstall gcc9 libgcc9
sudo port -v install gcc
ls /opt/local/lib/gcc9/libgcc_ext*
}}}
--
Ticket URL: <https://trac.macports.org/ticket/65055#comment:15>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list