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=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=nZO5to3QxsbpL9rfghXLnCuTxiIs+JHwGbQtgGlvL8o=; b=YpC9h4ZZIsFP/YvNYtXwddk0Rbd1wtqAfsyX7UjWpauV3315AtVd2yG4tF5n6kIqif ez8Q1XKf80eTQyHk7NG+EGGW8Kqr4N7BLWAMZEqvmg6zSXemy2aZrw4DsDQoOimIMnqG fJ+c9ZkcoveWD0G8KUGLmeGo6mz6mSoyFVK6vL5qnA0VxfPx9zDqNC1asU/GCuEgUB+F GxopMQhB3xttsIfhXHKLn/8fXoWMh6fvx5B/XR7wUv4sdUJCL5MSzvQ2CBPcftliZh+i m2i0fHptB2nZkwYrKGsLKBfA1q02LdN5uzloEmnj2hpO1ikLpWM1hbZqBSyXxwhbXiJH VeuQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=nZO5to3QxsbpL9rfghXLnCuTxiIs+JHwGbQtgGlvL8o=; b=MunnX7FIHnfGSxunFbRlixpcXzbuOpaajt+9n7TQ+S0tDvzvHgiFF3UWMefdeUHoE9 IHAYen3YyZ/lguFeWBkZmlLjlyiOmhPR4A1JKDPPJSrLxr5Ar/3HW+vxgr/tTf2KxURM GxkidaLk9Jo+p3s2Pnt/f10gSq3SUPWEQJ1J7iUALmhzksRikSx6GrvT/uItPk2Mwp0n SgT1u1bPQfSZ3DK9oPWiFjHkGJTLUGBPVDb3Yq2JL+0Y7Ldrx+ZzJWUSHYf0QHWTeqv+ dpeZE59dQrfiokIt9n/J+5i3VhhNCwGapr3aU09eiv/OJso7sXCtJQe+oLzs5lgyJ0sg 290g== X-Gm-Message-State: ANoB5pm8lrludlgynRJu7DIlNifJx4FR6dMihcwFp/UphlhspU79GpQr u7sEPFuiNlHdOUex1LQ2HZGH0P1jpv0iRWgxOxCGpdjO X-Google-Smtp-Source: AA0mqf528uY9e1C3Tk1yPi0j/twfUdpXESzoaGKl7LX1ToCc9eEXYYO6B0FCw8/X3a7WGA/lvcSQDmq8siEOBFK7oio= X-Received: by 2002:aa7:c9cd:0:b0:461:891a:8162 with SMTP id i13-20020aa7c9cd000000b00461891a8162mr44088438edt.398.1669585064886; Sun, 27 Nov 2022 13:37:44 -0800 (PST) MIME-Version: 1.0 References: <9038298-1119-906d-acb5-ec8d48a3dd9 AT grinsen-ohne-katze DOT de> In-Reply-To: <9038298-1119-906d-acb5-ec8d48a3dd9@grinsen-ohne-katze.de> From: "Britton Kerin (britton DOT kerin AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Sun, 27 Nov 2022 12:37:32 -0900 Message-ID: Subject: Re: [geda-user] some new friction between gschem and pcb To: geda-user AT delorie DOT com Content-Type: text/plain; charset="UTF-8" Reply-To: geda-user AT delorie DOT com On Sun, Nov 27, 2022 at 7:40 AM Roland Lutz wrote: > > Hi Britton, > > in recent versions of gEDA/gaf, backends can come in a Python version and > a Guile version. PCB invokes the Guile version of the `pcbfwd' backend. > This is a file called `gnet-pcbfwd.scm' which should have been installed > into the proper path by PCB. > > So either PCB didn't install the file into the correct path, or gEDA/gaf > isn't configured to look for it in the correct path. This most likely > happens when you install gEDA/gaf and PCB to different prefixes. I do indeed have them under separate prefixes: $ which gschem /home/bkerin/opt/geda-gaf-1.10.2/bin/gschem $ which pcb /home/bkerin/opt/pcb-4.3.0/bin/pcb I added to ~/.gEDA/gnetlistrc this line: (scheme-directory "/home/bkerin/opt/pcb-4.3.0/share/gEDA/scheme") where the file you mentioned is found. Now gnetlist --list-backends shows PG (it showed only P before): $ gnetlist --list-backends | grep pcbfwd [PG] pcbfwd $ but unfortunately pcb still gives exactly the same error and no new nets show up. I guess if that error is coming from gnetlist there isn't some similar path that needs to be added somehow on the pcb side? Britton