X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Recipient: geda-help AT delorie DOT com Date: Tue, 7 Jan 2020 22:04:45 +0100 (CET) From: Roland Lutz To: "Traylor Roger (traylor AT engr DOT orst DOT edu) [via geda-user AT delorie DOT com]" cc: geda-help AT delorie DOT com Subject: [geda-help] Re: [geda-user] xorn inport error In-Reply-To: <20200107175451.GA3868@flip2.engr.oregonstate.edu> Message-ID: References: <20200107175451 DOT GA3868 AT flip2 DOT engr DOT oregonstate DOT edu> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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