wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Wget-dev] wget2 | failed to build wget2 when runing ./bootstrap (#4


From: Darshit Shah
Subject: Re: [Wget-dev] wget2 | failed to build wget2 when runing ./bootstrap (#407)
Date: Sat, 13 Oct 2018 18:51:21 +0000

Actually, no. The bash script there is very arcane. What it does it checks if 
`gnulib/gnulib-tool.py` exists and if it does not exist, falls back to 
`gnulib/gnulib-tool`.

Obviously, the python version exists, so it gets executed. And the 
`sys.version_info.major` is available only since Python 2.7. In Python 2.6 and 
below the check should be `sys.version_info[0] == 2`. I'll make a relevant 
patch and send it to gnulib.

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/issues/407#note_108552689
You're receiving this email because of your account on gitlab.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]