DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 4BUIlh7r2498102 Authentication-Results: delorie.com; dmarc=none (p=none dis=none) header.from=delorie.com Authentication-Results: delorie.com; spf=pass smtp.mailfrom=delorie.com X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 4BUIlg7i2498086 Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=linetec.nl Authentication-Results: delorie.com; spf=pass smtp.mailfrom=linetec.nl DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 4BUIlg7i2498086 X-Recipient: geda-user AT delorie DOT com X-Virus-Scanned: Debian amavisd-new at mail.linetec.nl Content-Type: multipart/alternative; boundary="------------9PUFDIqrFCLNyxOitaUxRhBx" Message-ID: <08a6ccd6-2543-4d41-a34f-42495341db50@linetec.nl> Date: Mon, 30 Dec 2024 19:47:38 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [geda-user] System reinstall, how to restore gschem - pcb import again? To: geda-user AT delorie DOT com References: From: "Richard Rasker (rasker AT linetec DOT nl) [via geda-user AT delorie DOT com]" Content-Language: en-GB, nl In-Reply-To: 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 This is a multi-part message in MIME format. --------------9PUFDIqrFCLNyxOitaUxRhBx Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Op 30-12-2024 om 18:37 schreef DJ Delorie (dj AT delorie DOT com) [via geda-user AT delorie DOT com]: > You need to find the gnet-pcbfwd.scm from the pcb package (wherever it's > installed) and at least symlink it from the share/gEDA/scheme/ directory > where lepton put all its gnet-*.scm files OK: $ locate gnet-pcbfwd.scm /usr/share/gEDA/scheme/gnet-pcbfwd.scm $ locate gnet- | grep lepton /usr/share/lepton-eda/scheme/backend/gnet-PCB.scm [...] /usr/share/lepton-eda/scheme/backend/gnet-vipec.scm $ cd /usr/share/lepton-eda/scheme/backend/ $ sudo ln -s /usr/share/gEDA/scheme/gnet-pcbfwd.scm But alas, no go, same error as before (Could not open action file "/tmp/pcb.XXRMf2PY/gnetlist_output"). As expected, physically copying the file to /usr/gEDA/share also does not make a difference. FWIW, version information, pcb: This is PCB, an interactive printed circuit board editor version 4.2.2 Compiled on Aug 17 2021 at 02:34:03 by harry eaton Lepton: Lepton-schematic 1.9.18 (git: d24967d) Is there any other information that might be helpful? Anyway, thank you for the quick reply - and I hope that a solution can be found, because this functionality is rather important to me ... If needed, I can of course also build pcb and an older gschem version, but that's quite a hassle too because of all the dependencies and development packages that need to be installed. Thanks again, Richard --------------9PUFDIqrFCLNyxOitaUxRhBx Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit
Op 30-12-2024 om 18:37 schreef DJ Delorie (dj AT delorie DOT com) [via geda-user AT delorie DOT com]:
You need to find the gnet-pcbfwd.scm from the pcb package (wherever it's
installed) and at least symlink it from the share/gEDA/scheme/ directory
where lepton put all its gnet-*.scm files

OK:

$ locate gnet-pcbfwd.scm
/usr/share/gEDA/scheme/gnet-pcbfwd.scm

$ locate gnet- | grep lepton
/usr/share/lepton-eda/scheme/backend/gnet-PCB.scm
[...]
/usr/share/lepton-eda/scheme/backend/gnet-vipec.scm

$ cd /usr/share/lepton-eda/scheme/backend/
$ sudo ln -s /usr/share/gEDA/scheme/gnet-pcbfwd.scm

But alas, no go, same error as before (Could not open action file "/tmp/pcb.XXRMf2PY/gnetlist_output").

As expected, physically copying the file to /usr/gEDA/share also does not make a difference.

FWIW, version information, pcb:

This is PCB, an interactive printed circuit board editor
version 4.2.2
Compiled on Aug 17 2021 at 02:34:03
by harry eaton

Lepton:

Lepton-schematic 1.9.18 (git: d24967d)

Is there any other information that might be helpful?

Anyway, thank you for the quick reply - and I hope that a solution can be found, because this functionality is rather important to me ... If needed, I can of course also build pcb and an older gschem version, but that's quite a hassle too because of all the dependencies and development packages that need to be installed.

Thanks again,

Richard

--------------9PUFDIqrFCLNyxOitaUxRhBx--