X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=9F1EbaC56dWEJfzjGws+vN2NU7IP58msQcOLKfICJkg=; b=R8C7LgaE9ZEyW1fpH+b7yl/Olk84srEXD57rAP+ApFiQBaoEcH0Od5LVTLxWz7r1Az gcLkCWx5OLk8lzf1CuGAwDwEzTc08HWyusRJe4QDqHBEkQvcswQmV4XNIh3Y16oAr2AL /xpmYcLh6CCa3CGJjVk82QmoWZKnWBd4cCcib2FAMn6C2ZauKw1UX3i/l791uV2gj5DI dqpkv/utHzIqA4bioWxszu65bCgs5Ikjh8qV8ObM8YzjeA2ZeVGARIBctTqZ7HMyEjOK e8ki2xwUjzwVLSfWAc3AmMZFSJUz3/nBQ/ML94gOtSaTojIEunl7RPSgqBUQhJUTlbX/ Tpvg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=9F1EbaC56dWEJfzjGws+vN2NU7IP58msQcOLKfICJkg=; b=d3yZ+c4/Lb/vJv5CxCEWejhGqOZIBt8rWoihv6KshIJw09GovKYK7cv8iz+5sEO3iq Ip/s7gymR1XihV20y0glgeX0XEJ+J1A8jrWHITPZSPHkG8d0gzAfc0+aMZ6KswUW/yRr Z//Tkwj6zNaB3499H005n6tgagLAVIP/f4PKWyHvnizcEBIpYywCORGBh9y9xEdcC21h gRSF+9BLKRIxav/Y330MlvsDQxgGhmhkL2zwcOCcTqVUe7Zt3Uw3AIQB3uoCBOz1AjVn ch1wObMkrKgDpwc5+N39i2tWTiG8j3Q8p14r0Bif3BcgzYi62cg+xTFTjeUA3A0xOmF+ jeTg== X-Gm-Message-State: AE9vXwMlVWv5bG53V54L9C3xuY56yQpi16JbQ5+MJ+wn5IdEdd5CONux+ybhR9m1ocPl4jWLPIoKWNytvZAF7A== X-Received: by 10.129.86.131 with SMTP id k125mr28400160ywb.21.1474358303639; Tue, 20 Sep 2016 00:58:23 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: "dmn (graahnul DOT grom AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Tue, 20 Sep 2016 10:58:23 +0300 Message-ID: Subject: Re: [geda-user] Default gnetlist frontend changed To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 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 Hi, Roland! First, please take a look at this: https://bugs.launchpad.net/geda/+bug/1625474 I've built the latest git version of geda-gaf and tried to use new gnetlist. However, it failed for me: $ gnetlist -g PCB -o pcb.net test_xorn_netlist.sch Loading schematic [test_xorn_netlist.sch] Backtrace: In ice-9/boot-9.scm: 157: 3 [catch #t # ...] In unknown file: ?: 2 [apply-smob/1 #] In gnet-PCB.scm: 51: 1 [PCB "/proc/self/fd/3"] In unknown file: ?: 0 [open-file "/proc/self/fd/3" "w" #:encoding #f] ERROR: In procedure open-file: ERROR: In procedure open-file: No such file or directory: "/proc/self/fd/3" error: running the Guile backend failed The same with other backends. I've searched the source code and found this line (xorn/src/backend/gnet_guile.py:133): xorn.guile.lookup(guile_proc)('/proc/self/fd/%d' % f.fileno()) Unfortunately, there is no /proc/self/ directory on my system - FreeBSD. Regards, Dmitry.