Opened 4 years ago

Last modified 3 years ago

#60742 assigned defect

geda-gaf @1.10.0_0 gnetlist xorn.guile import error — at Initial Version

Reported by: DavidLibault Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: geda-gaf

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...

Change History (0)

Note: See TracTickets for help on using tickets.