[MacPorts] #69603: port gnome/gjs does not build on macos 10.13.6 with error info:build ld: symbol(s) not found for architecture x86_64
MacPorts
noreply at macports.org
Wed Mar 27 21:57:00 UTC 2024
#69603: port gnome/gjs does not build on macos 10.13.6 with error info:build ld:
symbol(s) not found for architecture x86_64
----------------------------+----------------------
Reporter: christophecvr | Owner: dbevans
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: gjs |
----------------------------+----------------------
Comment (by christophecvr):
I tried
{{{
% otool -L /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
}}}
But answer is
{{{
-bash: fg: %: no such job
}}}
as test I did the work around by linking to macos libs from dir
/opt/local/lib (I well saved first the original links so i can restore the
defaults one) But the I just go further up to msg now from out libcups.
Which I solved by building libcups from mac opensource but then with
/opt/local/lib as path to link libs to I installed all in /opt/local and
adapated the config.h off build to use /Library/Launchagents
/Library/LaunchDeamons instead of /System/Library.. then it uses libcups
which does not bug on -iconv during build.
But again new issues arise now
{{{
dyld: Symbol not found: _gll_noop
Referenced from:
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
Expected in:
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
in /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
}}}
Looks that there is something very wrong with introspect and so.
--
Ticket URL: <https://trac.macports.org/ticket/69603#comment:5>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list