delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2024/12/30/13:49:40

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
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: <xnwmfh137v DOT fsf AT envy DOT delorie DOT com>
From: "Richard Rasker (rasker AT linetec DOT nl) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
In-Reply-To: <xnwmfh137v.fsf@envy.delorie.com>
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

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

<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">Op 30-12-2024 om 18:37 schreef DJ
      Delorie (<a class="moz-txt-link-abbreviated" href="mailto:dj AT delorie DOT com">dj AT delorie DOT com</a>) [via <a class="moz-txt-link-abbreviated" href="mailto:geda-user AT delorie DOT com">geda-user AT delorie DOT com</a>]:<br>
    </div>
    <blockquote type="cite" cite="mid:xnwmfh137v DOT fsf AT envy DOT delorie DOT com">
      <pre wrap="" class="moz-quote-pre">
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</pre>
    </blockquote>
    <p>OK:</p>
    <span style="font-family:monospace"><span
        style="color:#000000;background-color:#ffffff;">$ locate
        gnet-pcbfwd.scm</span><br>
      /usr/share/gEDA/scheme/gnet-pcbfwd.scm<br>
    </span><br>
    <span style="font-family:monospace"><span
        style="color:#000000;background-color:#ffffff;">$ locate gnet- |
        grep lepton
      </span></span><br>
    <span style="font-family:monospace">/usr/share/<span
        style="font-weight:bold;color:#ff5454;background-color:#ffffff;">lepton</span><span
        style="color:#000000;background-color:#ffffff;">-eda/scheme/backend/gnet-PCB.scm
      </span></span><br>
    <span style="font-family:monospace"><span
        style="color:#000000;background-color:#ffffff;">[...]</span></span><br>
    <span style="font-family:monospace">/usr/share/<span
        style="font-weight:bold;color:#ff5454;background-color:#ffffff;">lepton</span><span
        style="color:#000000;background-color:#ffffff;">-eda/scheme/backend/gnet-vipec.scm</span></span><br>
    <br>
    <span style="font-family:monospace"><span
        style="color:#000000;background-color:#ffffff;">$ cd
        /usr/share/lepton-eda/scheme/backend/</span></span><br>
    <span style="font-family:monospace"><span
        style="color:#000000;background-color:#ffffff;"></span></span><span
      style="font-family:monospace"><span
        style="color:#000000;background-color:#ffffff;">$ sudo ln -s
        /usr/share/gEDA/scheme/gnet-pcbfwd.scm</span></span>
    <p><span style="font-family:monospace"><span
          style="color:#000000;background-color:#ffffff;"></span></span>But
      alas, no go, same error as before (<font face="monospace">Could
        not open action file <span
          style="color:#000000;background-color:#ffffff;">"/tmp/pcb.XXRMf2PY/gnetlist_output"</span></font><span
        style="color:#000000;background-color:#ffffff;">).</span></p>
    <p><span style="color:#000000;background-color:#ffffff;">As
        expected, physically copying the file to /usr/gEDA/share also
        does not make a difference.<br>
      </span></p>
    <p><span style="color:#000000;background-color:#ffffff;">FWIW,
        version information, pcb:</span></p>
    <blockquote>
      <p><span style="color:#000000;background-color:#ffffff;">This is
          PCB, an interactive printed circuit board editor<br>
          version 4.2.2<br>
          Compiled on Aug 17 2021 at 02:34:03<br>
          by harry eaton<br>
        </span></p>
    </blockquote>
    <p><span style="color:#000000;background-color:#ffffff;">Lepton:</span></p>
    <blockquote>
      <p><span style="color:#000000;background-color:#ffffff;">Lepton-schematic
          1.9.18 (git: d24967d)<br>
        </span></p>
    </blockquote>
    <p><span style="color:#000000;background-color:#ffffff;">Is there
        any other information that might be helpful?</span></p>
    <p><span style="color:#000000;background-color:#ffffff;">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.</span></p>
    <p><span style="color:#000000;background-color:#ffffff;">Thanks
        again,</span></p>
    <p><span style="color:#000000;background-color:#ffffff;">Richard<br>
      </span></p>
  </body>
</html>

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019