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 To: "Hannu Vuolasaho (vuokko AT msn DOT com) [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] Newest gnetlist doesn't work for me :( In-Reply-To: Message-ID: References: User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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 Precedence: bulk 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).