X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-type:content-disposition:user-agent; bh=VIMKQkwiwUGSoYwwXSDMWXHTLPv122dyhxX4nAas6mA=; b=GOsItSSrh90+KxBgzg3707ZBxIuqmhc9ObmciCG3kv09KsqtRb9VdJCjlYPYT3HdXI YDlDlAcsEkUx3yX57EferraYd4Xp23ZZmBRm4JOc2p6G93Cj/outVRcX3ojdMHv+o8fJ d4C+GX2Yi9Xt4cZZ0gTJLYu8JGuK5HwAaIh2I= Date: Tue, 13 Dec 2011 00:58:55 +0400 From: Vladimir Zhbanov To: geda-help AT delorie DOT com Subject: [geda-help] gnetlist & TwoStageAmp problems Message-ID: <20111212205855.GA27945@localhost.localdomain> Mail-Followup-To: geda-help AT delorie DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Reply-To: geda-help AT delorie DOT com Hello. I'm trying to make netlist, using one of the gEDA examples: $ cp -ar /usr/local/share/doc/geda-gaf/examples/TwoStageAmp/ /tmp $ cd /tmp/TwoStageAmp $ gnetlist -g spice-sdb TwoStageAmp.sch Using SPICE backend by SDB -- Version of 4.28.2007 schematic-type = normal schematic Backtrace: In current input: 1: 0* [spice-sdb "output.net"] In /usr/local/share/gEDA/scheme/gnet-spice-sdb.scm: 1799: 1 (let* # # # ...) 1842: 2* (set! file-info-list #) 1842: 3* [spice-sdb:create-file-info-list ("C2" "R4" "R3" ...) ()] 1645: 4 (if (null? package-list) file-info-list ...) ... 1647: 5 (let* (# # # # ...) (set! device #) (set! model #) ...) 1661: 6* (if (not #) (begin # #)) 1662: 7 (begin (debug-spew #) (if # # #)) ... 1670: 8 (let* (#) (debug-spew #) (if # # #)) 1670: 9* [spice-sdb:get-file-type "?"] 399: 10 (let* ((model-file #)) (let while (#) (cond # # # ...))) 399: 11* [open-input-file "?"] In unknown file: ?: 12 [open-file "?" "r"] : In procedure open-file in expression (open-file str OPEN_READ): : No such file or directory: "?" Loading schematic [/tmp/TwoStageAmp/TwoStageAmp.sch] geda-gaf is compiled from current git HEAD: $ gnetlist --version gEDA 1.7.1 (ged520a7) And I'm using guile 1.8 (there are problems with compiling using 2.0). Is this a bug or am I doing something wrong? There is no README in this example. Another example (RF_Amp) works fine. -- VZh site: vzhbanov.byethost33.com