delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2016/09/27/09:01:17

X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f
X-Recipient: geda-user AT delorie DOT com
Date: Tue, 27 Sep 2016 14:56:33 +0200 (CEST)
From: Roland Lutz <rlutz AT hedmen DOT org>
To: "Hannu Vuolasaho (vuokko AT msn DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
Subject: Re: [geda-user] Newest gnetlist doesn't work for me :(
In-Reply-To: <HE1PR03MB16917B57AEB926027CED0898C6CD0@HE1PR03MB1691.eurprd03.prod.outlook.com>
Message-ID: <alpine.DEB.2.11.1609271445570.12629@nimbus>
References: <HE1PR03MB16917B57AEB926027CED0898C6CD0 AT HE1PR03MB1691 DOT eurprd03 DOT prod DOT outlook DOT com>
User-Agent: Alpine 2.11 (DEB 23 2013-08-11)
MIME-Version: 1.0
Reply-To: geda-user AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: geda-user AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

On Mon, 26 Sep 2016, Hannu Vuolasaho (vuokko AT msn DOT com) [via 
geda-user AT delorie DOT com] wrote:
> I just updated geda-gaf-git package on arch linux and noticed some bugs.

Thank you for reporting this!  The issues are now fixed in master.

> As I'm not a scheme expert, I tried xorn with bad luck also.
> 
> xorn netlist -o sim.net -g spice-sdb sim.sch
> sim.sch:2: error: symbol "vac-1.sym" not found in library
> ERROR: Failed to load 'sim.sch':

The command-line interface of "xorn netlist" is different from gnetlist in 
that it doesn't execute the configuration files and doesn't assume any 
default directories.  If you'd like to invoke the netlister directly, 
bypassing the Scheme wrapper, you'll have to specify all symbol 
directories and other configuration options you need on the command line:

     xorn netlist --symbol-library-search=/usr/share/gEDA/sym \
         -g spice_sdb -o sim.net sim.sch

Please note that if you don't use the Scheme wrapper, the Python backends 
are used by default.  The Python equivalent to the Scheme backend 
`spice-sdb' is called `spice_sdb' (with an underscore) and treats slotted 
parts as one package (as opposed to the Scheme backend which treats them 
as multiple packages; this should be fixed in the future).

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019