X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=Mlyu70yH67pkyJaOvTPrWAzwZEfBwRh0xBKXwIGIqu8=; b=L0dY33L5RSi9ai58BHnqKt4Lj+mKXbPWlYMHZLbc686hcwEtpJySfr/iWC0gdHhwHL 9iML3s/yBoQLCgNl0b4dbXbSfVtn9mn1+pcQpa15w/ErSS6mslSL+h7ItXZW1Ky121fC +OhPSeGktLV2ypW4Si9mzNOLSFIR2Ln/kBWrMJh2rz9JLciHE/4wt4tF/cZf9sURKB2e UkQQAIGIHGl2UYD43/hrciy42nlcNR3O+Aef93lS3//eBIuJGdhKq2tbsicmzQA4qArQ e0KxVvhh+DW/D5yIGwiP0EYjfIl48nGPt5oV8/4cWqX6z6R1qasSSmpgGEpKuWCvt/J9 h5rg== MIME-Version: 1.0 X-Received: by 10.52.90.243 with SMTP id bz19mr18729663vdb.112.1360051721131; Tue, 05 Feb 2013 00:08:41 -0800 (PST) In-Reply-To: <20130204131927.GA27162@fi.muni.cz> References: <20130130090351 DOT GE32216 AT fi DOT muni DOT cz> <1359555319 DOT 2295 DOT 9 DOT camel AT AMD64X2> <20130131100136 DOT GP32216 AT fi DOT muni DOT cz> <1359806241 DOT 3209 DOT 0 DOT camel AT pcjc2lap DOT cheyneydesign DOT local> <20130204131927 DOT GA27162 AT fi DOT muni DOT cz> Date: Tue, 5 Feb 2013 11:08:40 +0300 Message-ID: Subject: Re: [geda-user] [patch] Pinnumbers in mosfet-with-diode-1.sym From: Vladimir Zhbanov To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r1588i6s024415 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 2013/2/4 Jan Kasprzak : ... > Attached are two files: pins.sch and pins.prj. After running > "gsch2pcb pins.prj", opening the pins.pcb file in pcb, loading the netlist > and [o]ptimizing rats' nests there is only one rat line between R1 and R2. ... Hi, I've tried to use gsch2pcb with this project file and got the following output: ================================================================== $ /usr/local/bin/gsch2pcb -v pins.prj Reading project file: pins.prj " schematics "pins.sch " elements-dir ". " output-name "pins Processing PCBLIBPATH="/usr/local/share/pcb/pcblib-newlib:/usr/local/share/pcb/newlib" Adding /usr/local/share/pcb/pcblib-newlib to the newlib search path Adding /usr/local/share/pcb/newlib to the newlib search path Running command: cmd pins.schist -g pcbpins -o pins -------- ]oading schematic [/tmp/pins/pins.sch : No such file or directoryns/pins.schsch -------- Failed to run gnetlist ================================================================== I have gEDA/gaf built from sources and tried to run gsch2pcb built from the current git master HEAD as well as from the version 1.8.1 and always got the same error. Then I tried to run this adding an empty line after each line in the project file and got the following: ================================================================== $ gsch2pcb -v -v pins.prj Reading project file: pins.prj " schematics "pins.sch schematics "" invalid `schematics' option: Text was empty (or contained only whitespace) " elements-dir ". Adding directory to file element directory list: . elements-dir "" Adding directory to file element directory list: " output-name "pins output-name "" Processing PCBLIBPATH="/usr/local/share/pcb/pcblib-newlib:/usr/local/share/pcb/newlib" Adding /usr/local/share/pcb/pcblib-newlib to the newlib search path Adding /usr/local/share/pcb/newlib to the newlib search path Running command: gnetlist -g pcbpins -o .cmd pins.sch -------- ]oading schematic [/tmp/pins/pins.sch : No such file or directoryns/pins.schsch -------- Failed to run gnetlist ================================================================== Note that "Running command" was changed. If I add an empty line before the first line I additionally get some garbage like this: ================================================================== Reading project file: pins.prj P2~�Гl� ls�P�������YP� "" ================================================================== OTOH, the command "gsch2pcb pins.sch" works without errors. What is wrong here? Is gsch2pcb working now? It seems to mangle strings. Could anybody shed some light on this?