[Bug 210199] games/fretsonfire: ImportError: /lib/libgcc_s.so.1 is not installed with FretsOnFire

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 16 16:38:51 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210199

Tijl Coosemans <tijl at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |python at FreeBSD.org

--- Comment #8 from Tijl Coosemans <tijl at FreeBSD.org> ---
We could link the python port with -Wl,-rpath=/usr/local/lib/gccX without
adding a dependency on gcc.  That way python would use the newer libgcc_s if a
gcc port is installed and fall back to base libgcc_s if not.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-python mailing list