X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=6K+kfc8Fp5tfJge+nelXp39r8iZNZHxJxK2mShoXrQo=; b=BGCBovuuyKQje56heIH30kiDdm1OoW8WIdg8Fb+pPrJSdm+c5HEtLrxMPDF+yEx+Xi g+jluJDGI6KIZJZbjYTKNKQdHekLhixGInTyhut5kOq5Vz6mM0P0FIFXSMVxtk44vqfz IiP5eADkbgoUgQnC4LqTwGH7rIlsSPmI6pTHoXC1eTdmuyiKPqmAJFT1hJTjuNid/hE0 RVVk50Z+oxnU6t0fL3Dq2IcRU/JvFOd7Ea/HYioOJ4+HI6+GDQKEjMIZQ1ChlFNV2d9S ewA0ZfoghpjscLgrNpud1VvFrpbu/jysqso5Mi+laHb39jt2U/BUDVLMRpyps2jWP/6Q pj3g== 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=6K+kfc8Fp5tfJge+nelXp39r8iZNZHxJxK2mShoXrQo=; b=VeVylIsJZ/H44H+oO53wHd8kl7C2m1v/pj4tMc6QBiwr/Xt/OTb2MihDrmLWhlhAOm icnG8r/BHZnD1mN4/VEvYJxdSxMRp26HFvTHtk0vE3oTQd4NrNdV600wt0cMwXnO/3/i WlSHY8zFtAzDGYvCaHi5vPPsPlKG5zgNgvqUOVL32Gz0lbUd75cy96y8h2D6a5j44mrF qwnvNvQQMelOMQSE6nU6ClpQ8ZKB3jU/9nNrWdo8iRy8JS3IC6vtB6HGoWMrJq1ORuoa flDtanmIWzrUXOYmlWaS0EWvKVCp3OGbPC/JpFMj8W3FEVQjzj1SMduexMQZ46ip9vkA lFRw== X-Gm-Message-State: AOAM533E94EsVBz7iwut4+Il9s7NGKY0gsb+OfNKzdfcRkjTBnc6fAVt /SzFq5rk2G4Z5quCv45Yem/RV2Q4HDcJtKMzkTrS9bHVThXp8A== X-Google-Smtp-Source: ABdhPJydkmt+ZUYUrIXUfiRUX2WA0V9ZcJg1FMD0EppanEo3nSLH39SDtwTDIHJLsSwW20ZbfVDJcg5EVU2Fw/OsSjE= X-Received: by 2002:a19:6e0f:: with SMTP id j15mr1333814lfc.112.1598986422895; Tue, 01 Sep 2020 11:53:42 -0700 (PDT) MIME-Version: 1.0 References: <20200828224300 DOT GA29927 AT newvzh DOT lokolhoz> <20200829221451 DOT GA2565 AT newvzh DOT lokolhoz> <664de6c2-ad96-8298-1b64-ad550acfca64 AT k4gvo DOT com> In-Reply-To: <664de6c2-ad96-8298-1b64-ad550acfca64@k4gvo.com> From: "Torben Friis (friistf AT gmail DOT com) [via geda-help AT delorie DOT com]" Date: Tue, 1 Sep 2020 20:53:31 +0200 Message-ID: Subject: Re: [geda-help] Linux To: geda-help AT delorie DOT com Content-Type: multipart/alternative; boundary="000000000000bcc8ad05ae4509a4" Reply-To: geda-help AT delorie DOT com --000000000000bcc8ad05ae4509a4 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Jim. Installing guile-2.2 and guile-2.2-dev brought we further until I got: configure: error: GLib 2.38.0 or later is required I searched for: sudo find / -name Glib* but did not find anything like GLib 2.38.0 I tried: torben AT torben-Aspire-E5-773G:~/Downloads/lepton-eda-1.9.11$ sudo apt-get install Glib-2.38.0 Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package Glib-2.38.0 E: Couldn't find any package by glob 'Glib-2.38.0' E: Couldn't find any package by regex 'Glib-2.38.0' Can you also help me find Glib-2.38.0 - or newer? torben On Tue, Sep 1, 2020 at 7:49 PM Jim Lynch (jim AT k4gvo DOT com) [via geda-help AT delorie DOT com] wrote: > Just a guess, but it looks like the config is not looking for guile 3. > You might be able to modify the configure file but you'd be safer > installing 2.2 > On 9/1/20 9:21 AM, Torben Friis (friistf AT gmail DOT com) [via > geda-help AT delorie DOT com] wrote: > > Hi, > The result of running "torben AT torben-Aspire-E5-773G:~/Downloads/lepton-ed= a-1.9.11$ > ./configure --prefix=3D/home/torben/lepton" > > : > > ...... > checking for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for pkg-config... (cached) /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > configure: checking for guile 2.2 > configure: checking for guile 2.0 > configure: checking for guile 1.8 > configure: error: ****** > No Guile development packages were found. > > Please verify that you have Guile installed. If you installed Guile > from a binary distribution, please verify that you have also installed > the development packages. If you installed it yourself, you might need > to adjust your PKG_CONFIG_PATH; see the pkg-config man page for more. > > I had installed guile-3.0 and guile-3.0-dev. No directory "~/lepton" was > created - perhaps because of the line ******. > > Make results in "no Make file found": > > torben AT torben-Aspire-E5-773G:~/Downloads/lepton-eda-1.9.11$ ls > > ABOUT-NLS config.log examples NEWS.md > aclocal.m4 configure liblepton README.md > AUTHORS configure.ac libleptonattrib schematic > autogen.sh contrib libleptonrenderer symbols > build-tools CONTRIBUTING.md m4 symcheck > cli COPYING Makefile.am utils > CODE_OF_CONDUCT.md COPYING.LGPL Makefile.in version.h > config.h.in docs netlist version.h.in > > Can you help? > torben > > On Mon, Aug 31, 2020 at 11:41 AM Torben Friis wrote: > >> Hi Vladimir, >> I went through the motions of installing Lepton from Ubuntu. It installe= d >> all right and I made all the files, but it turned out to be an earlier >> version and when I got to refdes_renum I got "command not known". >> I then deleted everything and downloaded Lepton-eda-1.9.11 as seen in th= e >> attached screen picture. I am a bit lost. I see nothing about exe or >> install. >> What to do? >> torben >> >> On Sun, Aug 30, 2020 at 12:41 AM Vladimir Zhbanov (vzhbanov AT gmail DOT com) >> [via geda-help AT delorie DOT com] wrote: >> >>> >>> Torben, >>> >>> On Sat, Aug 29, 2020 at 06:37:11PM +0200, Torben Friis ( >>> friistf AT gmail DOT com) [via geda-help AT delorie DOT com] wrote: >>> > Hi Vladimir, >>> > That sounds advanced. Is there a step by step description of how this >>> is >>> > done? In the 18.04 version of Ubuntu I just said "install geda" - now= I >>> > have the 20.04.1 version. >>> >>> I don't know what the 'install' program in Ubuntu does. On most >>> systems, 'install' is a part of 'coreutils' which is used in >>> Makefiles to copy built files with appropriate permissions where >>> they should be installed. >>> >>> On Debian and its derivatives, there exist several 'apt' utilities >>> which can be used to install Lepton, e.g.: >>> >>> aptitude install lepton-eda >>> >>> (or just install it using its UI) >>> >>> or >>> >>> apt-get install lepton-eda >>> >>> or use 'synaptic' or any other GUI tool. Maybe, there are other >>> package management tools like those mentioned above. >>> >>> There is also a Lepton wiki page for Ubuntu users: >>> >>> https://github.com/lepton-eda/lepton-eda/wiki/Ubuntu >>> >>> HTH >>> >>> -- >>> Vladimir >>> >>> (=CE=BB)=CE=B5=CF=80=CF=84=CF=8C=CE=BD EDA =E2=80=94 https://github.com= /lepton-eda >>> >> --000000000000bcc8ad05ae4509a4 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Jim.
Install= ing guile-2.2 and guile-2.2-dev brought we further until I got:

configur= e: error: GLib 2.38.0 or later is required

I searched for:

sudo find / -name Glib*

but did not find anything like GLib 2.38.0

I tried:

=
torben AT torben-Aspire-E5-773G:~/Downloads/lepton-ed= a-1.9.11$ sudo apt-get install Glib-2.38.0
Reading package lists... Done=
Building dependency tree =C2=A0 =C2=A0 =C2=A0
Reading state informa= tion... Done
E: Unable to locate package Glib-2.38.0
E: Couldn't = find any package by glob 'Glib-2.38.0'
E: Couldn't find any = package by regex 'Glib-2.38.0'

Can you also help me find Glib-2.38.0 - or newer?torben

On Tue, Sep 1, 2020 at 7:49 PM Jim Lynch (<= a href=3D"mailto:jim AT k4gvo DOT com">jim AT k4gvo DOT com) [via geda-help AT delorie DOT com] <geda-help AT delorie DOT com> wrote:
=20 =20 =20

Just a guess, but it looks like the config is not looking for guile 3.=C2=A0 You might be able to modify the configure file but you= 'd be safer installing 2.2

On 9/1/20 9:21 AM, Torben Friis (friistf AT gmail= .com) [via g= eda-help AT delorie DOT com] wrote:
=20
Hi,
The result of running &q= uot;torben AT torben-Aspire-E5-773G:~/Downloads/lepton-eda-1.9.11$ ./configure --prefix=3D/home/torben/lepton":

......
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
configure: checking for guile 2.2
configure: checking for guile 2.0
configure: checking for guile 1.8
configure: error: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0******
No Guile development packages were found.

Please verify that you have Guile installed.=C2=A0 If you install= ed Guile
from a binary distribution, please verify that you have also installed
the development packages.=C2=A0 If you installed it yourself, you might need
to adjust your PKG_CONFIG_PATH; see the pkg-config man page for more.

I had installed guile-3.0 and guile-3.0-dev. No directory "~/lepton" was created - perhaps because of the line **= ****.


ABOUT-NLS =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 config.log =C2=A0 =C2=A0 =C2= =A0 examples =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 NEWS.md
aclocal.m4 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0configure =C2=A0 =C2= =A0 =C2=A0 =C2=A0liblepton =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0README.md
AUTHORS =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 configure.ac =C2=A0 =C2=A0 liblepton= attrib =C2=A0 =C2=A0schematic
autogen.sh =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0contrib =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0libleptonrenderer =C2=A0symbols
build-tools =C2=A0 =C2=A0 =C2=A0 =C2=A0 CONTRIBUTING.md =C2=A0m4 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 symcheck
cli =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 COPYI= NG =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Makefile.am =C2=A0 =C2=A0 =C2=A0 =C2= =A0utils
CODE_OF_CONDUCT.md =C2=A0COPYING.LGPL =C2=A0 =C2=A0 Makefile.in = =C2=A0 =C2=A0 =C2=A0 =C2=A0version.h
config.h.in =C2=A0 =C2=A0 =C2=A0 =C2=A0 docs =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 netlist =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0version.h.in

Can you help?
torben

On Mon, Aug 31, 2020 at 11:41 AM Torben Friis <friistf AT gmail DOT com> wrote:
Hi Vladimir,
I went through the motions of installing Lepton from Ubuntu. It installed all right and I made all the files, but it turned out to be an earlier version and when I got to refdes_renum I got "command not known".
I then deleted everything and downloaded Lepton-eda-1.9.11 as seen in the attached screen picture. I am a bit lost. I see nothing about exe or install.
What to do?
torben

On Sun, Aug 30, 2020 at 12:41 AM Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-help AT delorie DOT com] <geda-help AT delorie DOT com> wrote:

Torben,

On Sat, Aug 29, 2020 at 06:37:11PM +0200, Torben Friis (
friistf AT gmail DOT com) [v= ia geda-help AT del= orie.com] wrote:
> Hi Vladimir,
> That sounds advanced. Is there a step by step description of how this is
> done? In the 18.04 version of Ubuntu I just said "install geda" - now I
> have the 20.04.1 version.

I don't know what the 'install' program in Ubuntu= does.=C2=A0 On most
systems, 'install' is a part of 'coreutils' w= hich is used in
Makefiles to copy built files with appropriate permissions where
they should be installed.

On Debian and its derivatives, there exist several 'apt&#= 39; utilities
which can be used to install Lepton, e.g.:

aptitude install lepton-eda

(or just install it using its UI)

or

apt-get install lepton-eda

or use 'synaptic' or any other GUI tool.=C2=A0 Maybe,= there are other
package management tools like those mentioned above.

There is also a Lepton wiki page for Ubuntu users:

https://github.com/lepton-eda/lept= on-eda/wiki/Ubuntu

HTH

--
=C2=A0 Vladimir

(=CE=BB)=CE=B5=CF=80=CF=84=CF=8C=CE=BD EDA =E2=80=94 htt= ps://github.com/lepton-eda
--000000000000bcc8ad05ae4509a4--