Mail Archives: geda-help/2020/01/08/19:09:44
Roland,
I apparently really botched the downgrading of guile. I tried a "apt remove guile-2.2" but
xorn was still finding it. A “whereis” command showed it was in about three places.
I removed all the traces I could find of release 2.2 and 2.0. After a clean “configure, make,
make install” with guile 2.0.14, starting gschem yields:
Throw without catch before boot:
Throw to key misc-error with args ("primitive-load-path" "Unable to find file ~S in load path" ("ice-9/boot-9") #f)Aborting.
Aborted (core dumped)
I’m really messed up now. Guess I’m learning a lot. Sigh...
Roger
> On Jan 7, 2020, at 1:04 PM, Roland Lutz <rlutz AT hedmen DOT org> wrote:
>
> On Tue, 7 Jan 2020, Traylor Roger (traylor AT engr DOT orst DOT edu) [via geda-user AT delorie DOT com] wrote:
>> 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.
>> [...] undefined symbol: scm_frame_procedure
>
> This problem is related to the transition from Guile 2.0 to Guile 2.2. I'm working on a solution.
>
> Guile 2.2 removed the API function scm_frame_procedure, so the Python<->Guile interface doesn't work any more. Guile doesn't provide anything that can replace this functionality, so the available options aren't exactly appealing (move away from CPython, move away from Guile, or stick to Guile 2.0).
>
> As for now, I'd recommend downgrading to Guile 2.0 which is known to work with gEDA/gaf 1.10.0.
>
> Roland
- Raw text -