Mail Archives: geda-user/2020/01/07/15:33:12
Glen,
Thanks for your response. I did check and the guile2.7-dev is installed. I had many problems
with my install until I did the following:
In /opt/geda/geda-gaf-1.10.0/xorn, modify configure.ac as follows:
This was from a bug fix found on source forge?
#########################################################################
#The following manuver keeps one out of the "can't find GUILE" errors.
#Removed the following three lines
#AM_PATH_PYTHON([2.7])
#PKG_CHECK_MODULES([PYTHON], [python2 >= 2.7])
#PKG_CHECK_MODULES([GUILE], [guile-2.0 >= 2.0.10])
#Added the following 4 lines in their place:
AM_PATH_PYTHON([2.7])
PKG_CHECK_MODULES([PYTHON], [python2 >= 2.7])
PKG_CHECK_MODULES([GUILE], [guile-2.2],, [
PKG_CHECK_MODULES([GUILE], [guile-2.0 >= 2.0.10])
])
#########################################################################
Perhaps I stepped on something else?
Roger
> On Jan 7, 2020, at 11:26 AM, Glen W. Ruch (gw DOT ruch AT yahoo DOT com) [via geda-user AT delorie DOT com] <geda-user AT delorie DOT com> wrote:
>
> Smells like another devel package did not get installed.?? Did you install the guile dev package?
>
> Unsure why the error wasn't flagged when you compiled the software.
>
> Regards.
>
> On 1/7/20 12:54 PM, Traylor Roger (traylor AT engr DOT orst DOT edu) [via geda-help AT delorie DOT com] wrote:
>> Gang,
>> I'm running Ubuntu 18.04.3.
>> Trying to use gnetlist from the latest release (1.10).
>> Upon attempting to make a netlist, I get an error.
>>
>> traylor AT system76-pc:~/designs/bens_board$ gnetlist -g drc2 bens_board.sch -o drc_out.txt
>>
>> Traceback (most recent call last):
>> File "/opt/bin/gnetlist", line 46, in <module>
>> import xorn.guile
>> ImportError: /opt/geda/geda-gaf-1.10.0/lib/python2.7/site-packages/xorn/guilemodule.so: undefined symbol: scm_frame_procedure
>>
>> Seems to be an xorn issue. I do find the directory:
>> /opt/geda/geda-gaf-1.10.0/lib/python2.7/site-packages/xorn
>>
>> However guilemodule.so is an executable, so I can't read it.
>>
>> Any help?
>>
>> Thanks,
>> Roger Traylor
>>
- Raw text -