[MacPorts] #60742: geda-gaf @1.10.0_0 gnetlist xorn.guile import error
MacPorts
noreply at macports.org
Tue Jun 30 16:01:17 UTC 2020
#60742: geda-gaf @1.10.0_0 gnetlist xorn.guile import error
---------------------------+----------------------
Reporter: DavidLibault | Owner: markemer
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: geda-gaf |
---------------------------+----------------------
Description changed by mf2k:
Old description:
> When launching gsch2pcb with a project file as usual, gnetlist (well, the
> python2.7 interpreter) complains about not being able to import
> xorn.guile :
>
> File "/opt/local/bin/gnetlist", line 46, in <module>
> import xorn.guile
> ImportError: dlopen(/opt/local/lib/python2.7/site-
> packages/xorn/guilemodule.so, 2): Symbol not found: _scm_frame_procedure
> Referenced from: /opt/local/lib/python2.7/site-
> packages/xorn/guilemodule.so
> Expected in: flat namespace
> in /opt/local/lib/python2.7/site-packages/xorn/guilemodule.so
>
> This should not happen as guile 2.2 is installed on my system :
>
> $ port installed | grep guile
> guile @2.2.4_2 (active)
>
> This error can be reproduced easily by just launching gnetlist from the
> command line :
>
> $ gnetlist
> Traceback (most recent call last):
> File "/opt/local/bin/gnetlist", line 46, in <module>
> import xorn.guile
> ImportError: dlopen(/opt/local/lib/python2.7/site-
> packages/xorn/guilemodule.so, 2): Symbol not found: _scm_frame_procedure
> Referenced from: /opt/local/lib/python2.7/site-
> packages/xorn/guilemodule.so
> Expected in: flat namespace
> in /opt/local/lib/python2.7/site-packages/xorn/guilemodule.so
>
> In case it matters : my system is Catalina version 10.15.5.
>
> As a consequence the geda-gaf package is not usable anymore...
New description:
When launching gsch2pcb with a project file as usual, gnetlist (well, the
python2.7 interpreter) complains about not being able to import xorn.guile
:
{{{
File "/opt/local/bin/gnetlist", line 46, in <module>
import xorn.guile
ImportError: dlopen(/opt/local/lib/python2.7/site-
packages/xorn/guilemodule.so, 2): Symbol not found: _scm_frame_procedure
Referenced from: /opt/local/lib/python2.7/site-
packages/xorn/guilemodule.so
Expected in: flat namespace
in /opt/local/lib/python2.7/site-packages/xorn/guilemodule.so
}}}
This should not happen as guile 2.2 is installed on my system :
{{{
$ port installed | grep guile
guile @2.2.4_2 (active)
}}}
This error can be reproduced easily by just launching gnetlist from the
command line :
{{{
$ gnetlist
Traceback (most recent call last):
File "/opt/local/bin/gnetlist", line 46, in <module>
import xorn.guile
ImportError: dlopen(/opt/local/lib/python2.7/site-
packages/xorn/guilemodule.so, 2): Symbol not found: _scm_frame_procedure
Referenced from: /opt/local/lib/python2.7/site-
packages/xorn/guilemodule.so
Expected in: flat namespace
in /opt/local/lib/python2.7/site-packages/xorn/guilemodule.so
}}}
In case it matters : my system is Catalina version 10.15.5.
As a consequence the geda-gaf package is not usable anymore...
--
--
Ticket URL: <https://trac.macports.org/ticket/60742#comment:5>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list