[MacPorts] #42619: file: "libguile-srfi-srfi-1-v-3", message: "file not found"
MacPorts
noreply at macports.org
Wed Sep 11 07:31:52 UTC 2019
#42619: file: "libguile-srfi-srfi-1-v-3", message: "file not found"
--------------------------+--------------------------------
Reporter: Xsenon973@… | Owner: macports-tickets@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.2.1
Resolution: invalid | Keywords:
Port: |
--------------------------+--------------------------------
Comment (by jmperez0):
Hi,
I found this bug too when running gschem from the geda-gaf port. The log
window has the following contents:
{{{
ERROR: In procedure dynamic-link:
ERROR: file: "libguile-srfi-srfi-1-v-3", message: "file not found"
Failed to read init scm file [/opt/local/share/gEDA/scheme/gschem.scm]
}}}
It seems that the "missing file" is a shared object of a guile module that
is loaded in {{{gschem.scm}}}, so I guess the issue belongs to the guile18
port. The dylib is correctly installed in {{{/opt/local/lib}}} but it
seems that is not looked up in that path. Changing
{{{DYLD_FALLBACK_LIBRARY_PATH}}} as follows seems to fix it:
{{{
export
DYLD_FALLBACK_LIBRARY_PATH="/opt/local/lib:${HOME}/lib:/usr/local/lib:/lib:/usr/lib"
}}}
Cheers,
Josep M. Perez
--
Ticket URL: <https://trac.macports.org/ticket/42619#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list