X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Virus-Scanned: Debian amavisd-new at smtp-vp01.sig.oregonstate.edu From: "Roger Traylor (traylor AT engr DOT orst DOT edu) [via geda-help AT delorie DOT com]" Content-Type: multipart/alternative; boundary="Apple-Mail=_2D173538-E2E3-414D-B118-A3EFDA78D224" Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Re: [geda-help] Install of geed-gaf-1.10.0 fails Date: Wed, 18 Dec 2019 15:28:47 -0800 References: <201912160153 DOT xBG1rUah031594 AT delorie DOT com> <31C285B5-992F-405A-8C75-CE182D1A9133 AT ece DOT orst DOT edu> <6c16c2d2-ffa3-c6f9-2f24-b34508f79dee AT yahoo DOT com> To: geda-help AT delorie DOT com In-Reply-To: <6c16c2d2-ffa3-c6f9-2f24-b34508f79dee@yahoo.com> Message-Id: <64EEC9A8-9AFC-4E0F-AFA7-D97A47E93745@ece.orst.edu> X-Mailer: Apple Mail (2.3445.9.1) Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk --Apple-Mail=_2D173538-E2E3-414D-B118-A3EFDA78D224 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Glen, Interesting=E2=80=A6These things a a bit annoying but we learn so much = solving these problems. Thanks for the idea. I=E2=80=99m up and running now. Learned a bunch.=20= Take care, Roger > On Dec 18, 2019, at 1:58 PM, Glen W. Ruch (gw DOT ruch AT yahoo DOT com) [via = geda-help AT delorie DOT com] wrote: >=20 > Roger: >=20 > Funny you mention xorn . . .=20 > Back in August I was trying to compile source on CentOS.?? (I failed = and gave up.) >=20 > There was a 'soft' warning which I ignored and worked on other = 'harder' failures.?? As I remember there was an issue with autogen.sh = that was not finding some directories in xorn and failed to create a = valid Makefile.?? This was the straw that broke the camel's back. > I had spent most of my time trying to get Guile to compile since = CentOS did not provide precompiled Guile binaries as they considered the = branch dead.?? The flags I ended up giving the package configurator = basically were empty?? ./configure PKG_CONFIG=3Dtrue GUILE_CFLAGS=3D"" = GUILE_LIBS=3D""=20 > Were I looking for something to try, I would attempt something = similar, substituting PYTHON_CFLAGS and PYTHON_LIBS for Guile and making = them empty.??=20 > I consider this merely something to try.?? If it does not work I've = got nothing else to suggest. >=20 > Hope this helps. > On 12/18/19 12:24 PM, Roger Traylor (traylor AT engr DOT orst DOT edu = ) [via geda-help AT delorie DOT com = ] wrote: >> Glen, >> Thank you for your response. I am compiling geda-gaf from source. I = have always done >> this with previous releases. The precompiled geda-gaf binaries for = Ubuntu 18.04 are from >> 1.8.2. As I understand it, the latest release 1.10 has significant = new features which I???d >> like to use. >>=20 >> I am able to invoke the python2 interpreter from the command prompt. = I can also invoke >> the python3 interpreter.?? >>=20 >> I think the problem lies in the configure.ac script for xorn. It = checks for python and cannot >> find it. >>=20 >> Any further insights you have would be welcome. >>=20 >> Roger Traylor >>=20 >>> On Dec 18, 2019, at 7:25 AM, Glen W. Ruch (gw DOT ruch AT yahoo DOT com = ) [via geda-help AT delorie DOT com = ] > wrote: >>>=20 >>> Roger: >>>=20 >>> I'm confused.?? The error message is indicative of trying to compile = the source.?? However I believe Ubuntu 18.04 has a precompiled binary in = the repository.?? I would think the precompiled binary would be easier = to download and install. >>>=20 >>> Additionally you should be able to type python2 at the command = prompt and bring up the Python interpreter.?? (quit() to exit.)?? = Assuming the interpreter was installed at the nominal location. >>> Regards. >>> On 12/16/19 2:02 PM, Roger Traylor (traylor AT engr DOT orst DOT edu = ) [via geda-help AT delorie DOT com = ] wrote: >>>> Gang, >>>> I've just installed Ubuntu 18.04 and am trying to install = geda-gaf-1.10.0. >>>> I got past the gamin errors I was getting but am now stuck at a new >>>> error I cannot quite figure out. >>>>=20 >>>> After running: >>>> sudo ./configure --prefix=3D/opt/geda/geda-gaf-1.10.0 >>>>=20 >>>> All is well until I see: >>>>=20 >>>> checking for PYTHON... no >>>> configure: error: Package requirements (python2 >=3D 2.7) were not = met: >>>>=20 >>>> No package 'python2' found >>>>=20 >>>> Consider adjusting the PKG_CONFIG_PATH environment variable if you >>>> installed software in a non-standard prefix. >>>>=20 >>>> Alternatively, you may set the environment variables PYTHON_CFLAGS >>>> and PYTHON_LIBS to avoid the need to call pkg-config. >>>> See the pkg-config man page for more details. >>>> configure: error: ./configure failed for xorn >>>>=20 >>>> At this point I am stumped. Have looked at many resources but to = no avail. Python >>>> is at version 2.7.15. >>>>=20 >>>> Any help folks? >>>>=20 >>>> Thanks, >>>> Roger Traylor >>>>=20 >>>>=20 >>>>=20 >>=20 --Apple-Mail=_2D173538-E2E3-414D-B118-A3EFDA78D224 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 Glen,
Interesting=E2=80=A6These things a a bit = annoying but we learn so much solving these problems.
Thanks for the idea.  I=E2=80=99m up and running now. = Learned a bunch. 
Take care,
Roger

On Dec 18, 2019, at 1:58 PM, = Glen W. Ruch (gw DOT ruch AT yahoo DOT com) [via geda-help AT delorie DOT com] <geda-help AT delorie DOT com> wrote:

=20 =20

Roger:

Funny you = mention xorn . . .

Back in August I was trying to compile source on = CentOS.?? (I failed and gave up.)

There was a 'soft' warning = which I ignored and worked on other 'harder' failures.?? As I remember there was an issue with autogen.sh that was not finding some directories in xorn and failed to create a valid Makefile.?? This was the straw that broke the camel's back.

I had spent most of my time trying to get Guile to = compile since CentOS did not provide precompiled Guile binaries as they considered the branch dead.?? The flags I ended up giving the package configurator basically were empty?? ./configure PKG_CONFIG=3Dtrue GUILE_CFLAGS=3D"" GUILE_LIBS=3D"" =

Were I looking for something to try, I would = attempt something similar, substituting PYTHON_CFLAGS and PYTHON_LIBS for Guile and making them empty.??

I consider this merely something to try.?? If it = does not work I've got nothing else to suggest.

Hope this = helps.

On 12/18/19 12:24 PM, Roger Traylor (traylor AT engr DOT orst DOT edu) [via geda-help AT delorie DOT com] = wrote:
= Glen,
Thank you for your response. I am compiling = geda-gaf from source. I have always done
this with previous releases. The precompiled geda-gaf binaries for Ubuntu 18.04 are from
1.8.2. As I understand it, the latest release 1.10 has significant new features which I???d
like to use.

I am able to invoke the python2 interpreter from = the command prompt. I can also invoke
the python3 interpreter.??

I think the problem lies in the configure.ac = script for xorn. It checks for python and cannot
find it.

Any further insights you have would be = welcome.

Roger Traylor

On Dec 18, 2019, at 7:25 AM, Glen W. Ruch = (gw DOT ruch AT yahoo DOT com) [via geda-help AT delorie DOT com] <geda-help AT delorie DOT com> wrote:

Roger:

I'm = confused.?? The error message is indicative of trying to compile the source.?? However = I believe Ubuntu 18.04 has a precompiled binary in the repository.?? I would think the precompiled binary would be easier to download and install.

Additionally you should be able to type python2 at the command prompt and bring up the Python interpreter.?? (quit() = to exit.)?? Assuming the interpreter was installed at the nominal location.

Regards.

On 12/16/19 2:02 PM, = Roger Traylor (traylor AT engr DOT orst DOT edu) [via geda-help AT delorie DOT com] wrote:
=
Gang,
I've just installed Ubuntu 18.04 and am trying to install =
geda-gaf-1.10.0.
I got past the gamin errors I was getting but am now stuck at a new
error I cannot quite figure out.

After running:
sudo ./configure --prefix=3D/opt/geda/geda-gaf-1.10.0

All is well until I see:

checking for PYTHON... no
configure: error: Package requirements (python2 >=3D 2.7) were not =
met:

No package 'python2' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables PYTHON_CFLAGS
and PYTHON_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
configure: error: ./configure failed for xorn

At this point I am stumped.  Have looked at many resources but to no =
avail. Python
is at version 2.7.15.

Any help folks?

Thanks,
Roger Traylor





= --Apple-Mail=_2D173538-E2E3-414D-B118-A3EFDA78D224--