Discussion:
[Bug-wget] [bug #52986] Does not compile due to Python
anonymous
2018-01-27 18:45:45 UTC
Permalink
URL:
<http://savannah.gnu.org/bugs/?52986>

Summary: Does not compile due to Python
Project: GNU Wget
Submitted by: None
Submitted on: Sat 27 Jan 2018 06:45:44 PM UTC
Category: Build/Install
Severity: 3 - Normal
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Name: mikhail
Originator Email: ***@gmail.com
Open/Closed: Open
Discussion Lock: Any
Release: 1.19.2
Operating System: Microsoft Windows
Reproducibility: None
Fixed Release: None
Planned Release: None
Regression: None
Work Required: None
Patch Included: None

_______________________________________________________

Details:

Hello,

Wget is a great piece of software.

I way trying to run ./configure for wget 1.19.4 on Cygwin64 and got an error.

It says about my Python interpreter
version is >= 3.0... no
configure: error: Python interpreter is too old
In fact my Python is version 3.6.4.

Probably some strange bug while testing for version.

Thank you,
Mikhail




_______________________________________________________

Reply to this item at:

<http://savannah.gnu.org/bugs/?52986>

_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
Tim Ruehsen
2018-01-27 20:30:07 UTC
Permalink
Follow-up Comment #1, bug #52986 (project wget):

Is the right python version on your path ? You can also set the python path
using PYTHON env variable for the ./configure run.

Also check that python.m4 is installed on your system (e.g. with 'locate
python.m4') and that it is not outdated.

And you could see if config.log gives you some hints (search for 'python' in
that file). Here with python 3.6.4 it looks like

configure:7134: checking for a Python interpreter with version >= 3.0
configure:7160: result: python3
configure:7168: checking for python3
configure:7198: result: /usr/bin/python3
configure:7216: checking for python3 version
configure:7223: result: 3.6
configure:7235: checking for python3 platform
configure:7242: result: linux
configure:7268: checking for python3 script directory
configure:7303: result: ${prefix}/lib/python3.6/site-packages
configure:7312: checking for python3 extension module directory
configure:7347: result: ${exec_prefix}/lib/python3.6/site-packages



_______________________________________________________

Reply to this item at:

<http://savannah.gnu.org/bugs/?52986>

_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
Darshit Shah
2018-11-13 00:22:01 UTC
Permalink
Update of bug #52986 (project wget):

Open/Closed: Open => Closed


_______________________________________________________

Reply to this item at:

<https://savannah.gnu.org/bugs/?52986>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/

Loading...