X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Virus-Scanned: Debian amavisd-new at smtp-vp01.sig.oregonstate.edu From: "Roger Traylor (traylor AT engr DOT orst DOT edu) [via geda-help AT delorie DOT com]" Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Re: [geda-help] [geda-user] xorn inport error Date: Wed, 8 Jan 2020 15:54:25 -0800 References: <20200107175451 DOT GA3868 AT flip2 DOT engr DOT oregonstate DOT edu> To: geda-help AT delorie DOT com In-Reply-To: Message-Id: X-Mailer: Apple Mail (2.3445.9.1) Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id 008Nt5QV011537 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 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 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