Mail Archives: geda-user/2021/01/10/14:23:08
X-Authentication-Warning: | delorie.com: mail set sender to geda-user-bounces using -f
|
X-Recipient: | geda-user AT delorie DOT com
|
X-Google-DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed;
|
| d=1e100.net; s=20161025;
|
| h=x-gm-message-state:mime-version:references:in-reply-to:from:date
|
| :message-id:subject:to;
|
| bh=6d8ErcLZTnl59OhJy89waFVOP95LFc1InB8BsLLs+Sg=;
|
| b=IEoyQsXa5Jt17uL8ptkpmNi+K5w8bqsBEa674PrXronfXHjeo3n2YgtzrYi6Qs8zZ1
|
| B90SibqOzbn7K5AdfM9EXqiYZqdjQZlPiFKtG8m9OBTJF2Yh5QGJn5pxlZd5F0J44GVM
|
| WTHGqqkdaNVO0WiXRODIaHfrpol6bIPnJhD4N5QwZGNvU0r2g1gxm2uwFUmuNUwlxv8V
|
| ma6Cq1pQf54h39ygudqsTKVKwAUSJSxAffBf3rNS5ZipiYPnuZd1wjeFfdrSjL8vhwcI
|
| 4lCjgvCeGxPThSTrUi0iSUdNpDpY4ow01JJE6LDkwcKnVnbqsrOnZ2n9k4KdqSsityS4
|
| eWpw==
|
X-Gm-Message-State: | AOAM530hSo56EqIDbT3mXmzby3G1Fm4BbTXNJvTTkDLGQXBsvAk0VBrX
|
| 2et4/CFbzI1PN9HyFMIvxJ5lZx1n3Z8=
|
X-Google-Smtp-Source: | ABdhPJxTdL6UHqc5fUQ3fDVK7r/ihu6pJatNilafDi2UUFeECqetaVjYjZ62rQPD4AV05mwaF5zsSA==
|
X-Received: | by 2002:a02:5148:: with SMTP id s69mr11891503jaa.8.1610305389682;
|
| Sun, 10 Jan 2021 11:03:09 -0800 (PST)
|
X-Received: | by 2002:a02:ce49:: with SMTP id y9mr11698142jar.59.1610305388871;
|
| Sun, 10 Jan 2021 11:03:08 -0800 (PST)
|
MIME-Version: | 1.0
|
References: | <CAJMxkkW06jTbmB-15n+r8Yd6quD_OgVr5FSagVC0fQpK_WeTeQ AT mail DOT gmail DOT com>
|
| <20210106165143 DOT GA23343 AT newvzh DOT lokolhoz>
|
In-Reply-To: | <20210106165143.GA23343@newvzh.lokolhoz>
|
From: | John Peck <john AT eventuallabs DOT com>
|
Date: | Sun, 10 Jan 2021 11:02:57 -0800
|
X-Gmail-Original-Message-ID: | <CAJMxkkV+azEtGKPv+kkc2R=OE6bA3pKu9Wx3UeJJudSmVHB65A AT mail DOT gmail DOT com>
|
Message-ID: | <CAJMxkkV+azEtGKPv+kkc2R=OE6bA3pKu9Wx3UeJJudSmVHB65A@mail.gmail.com>
|
Subject: | Re: [geda-user] Lepton-schematic: no code for module (netlist core gettext)
|
To: | geda-user AT delorie DOT com
|
Reply-To: | geda-user AT delorie DOT com
|
--000000000000af0e1905b89070f5
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Thanks for your help, Vladimir. I am on Ubuntu, and I tried removing the
package to see if there were any artifacts in /usr. I couldn't find any,
though that doesn't mean they weren't there -- I just don't know where to
look.
I tried installing from git with more success. My hangup there was groff,
which turned out to be a requirement for me to get the executables.
Installing that gave me lepton-schematic with nice defaults, but I had a
shared object problem with lepton-cli. sudo /sbin/ldconfig -v fixed that,
and now I'm sorted.
On Wed, Jan 6, 2021 at 9:24 AM Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via
geda-user AT delorie DOT com] <geda-user AT delorie DOT com> wrote:
> Hi John,
>
> On Wed, Jan 06, 2021 at 07:32:18AM -0800, John Peck wrote:
> > I'm on Ubuntu 20.10, using Lepton EDA 1.9.11.20200604 (git: 219f66e).
> > Starting up lepton-schematic shows me:
> >
> > Cannot load lepton-schematic configuration.
> >
> > Failed to load RC file [/usr/share/lepton-eda/system-gschemrc]: no code
> for
> > module (netlist core gettext)
>
> The module has been removed in 1.9.11. It seems some of your
> scheme files are left from a previous installation. You could
> recursively grep the directory where system-gschem lives. If
> you've installed lepton from the ubuntu package, probably the
> easier way is to remove the package using apt, kill all the files
> left for lepton-eda in /usr, and then re-install the package.
>
> >
> > ...and then there's another error complaining about a configuration fil=
e,
> > and then the schematic window opens looking like very fine graph paper.
> > I'd love to use reasonable configuration files in the same directory as
> my
> > schematic *.sch files. Are there example configuration files I can loo=
k
> at?
>
> The default config settings in lepton are mostly suitable for me
> these days. There are examples directories in the repository,
> e.g. the gTAG schematic and several projects in the
> netlist/examples/spice-noqsi directory, please look at them.
>
> HTH
>
> --
> Vladimir
>
> (=CE=BB)=CE=B5=CF=80=CF=84=CF=8C=CE=BD EDA =E2=80=94 https://github.com/l=
epton-eda
>
--000000000000af0e1905b89070f5
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr">Thanks for your help, Vladimir.=C2=A0 I am on Ubuntu, and =
I tried removing the package to see if there were any artifacts in /usr.=C2=
=A0 I couldn't find any, though that doesn't mean they weren't =
there -- I just don't know where to look.<div><br></div><div>I tried in=
stalling from git with more success.=C2=A0 My hangup there was groff, which=
turned out to be a requirement for me to get the executables.=C2=A0 Instal=
ling that gave me lepton-schematic with nice defaults, but I had a shared o=
bject problem with lepton-cli.=C2=A0=C2=A0sudo /sbin/ldconfig -v fixed that=
, and now I'm sorted.=C2=A0=C2=A0</div></div><br><div class=3D"gmail_qu=
ote"><div dir=3D"ltr" class=3D"gmail_attr">On Wed, Jan 6, 2021 at 9:24 AM V=
ladimir Zhbanov (<a href=3D"mailto:vzhbanov AT gmail DOT com">vzhbanov AT gmail DOT com</=
a>) [via <a href=3D"mailto:geda-user AT delorie DOT com">geda-user AT delorie DOT com</a>=
] <<a href=3D"mailto:geda-user AT delorie DOT com">geda-user AT delorie DOT com</a>>=
; wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px=
0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi John=
,<br>
<br>
On Wed, Jan 06, 2021 at 07:32:18AM -0800, John Peck wrote:<br>
> I'm on Ubuntu 20.10, using Lepton EDA 1.9.11.20200604 (git: 219f66=
e).<br>
> Starting up lepton-schematic shows me:<br>
> <br>
> Cannot load lepton-schematic configuration.<br>
> <br>
> Failed to load RC file [/usr/share/lepton-eda/system-gschemrc]: no cod=
e for<br>
> module (netlist core gettext)<br>
<br>
The module has been removed in 1.9.11.=C2=A0 It seems some of your<br>
scheme files are left from a previous installation.=C2=A0 You could<br>
recursively grep the directory where system-gschem lives.=C2=A0 If<br>
you've installed lepton from the ubuntu package, probably the<br>
easier way is to remove the package using apt, kill all the files<br>
left for lepton-eda in /usr, and then re-install the package.<br>
<br>
> <br>
> ...and then there's another error complaining about a configuratio=
n file,<br>
> and then the schematic window opens looking like very fine graph paper=
.<br>
> I'd love to use reasonable configuration files in the same directo=
ry as my<br>
> schematic *.sch files.=C2=A0 Are there example configuration files I c=
an look at?<br>
<br>
The default config settings in lepton are mostly suitable for me<br>
these days.=C2=A0 There are examples directories in the repository,<br>
e.g. the gTAG schematic and several projects in the<br>
netlist/examples/spice-noqsi directory, please look at them.<br>
<br>
HTH<br>
<br>
-- <br>
=C2=A0 Vladimir<br>
<br>
(=CE=BB)=CE=B5=CF=80=CF=84=CF=8C=CE=BD EDA =E2=80=94 <a href=3D"https://git=
hub.com/lepton-eda" rel=3D"noreferrer" target=3D"_blank">https://github.com=
/lepton-eda</a><br>
</blockquote></div>
--000000000000af0e1905b89070f5--
- Raw text -