adrienverge commented on issue #55: rpm: Support Fedora 31+
URL: https://github.com/apache/couchdb-pkg/pull/55#issuecomment-536670808
 
 
   Hi @wohali,
   
   That's true, and that's a good thing! Cf. my other PR 
https://github.com/apache/couchdb/pull/1622 one year ago.
   
   But here it's about `js-1.8.5` (not CouchDB). Its `./configure` script says:
   
       Python 2.5 or higher (but not Python 3.x) is required.
   
   ... and fails on systems where `python` doesn't implicitly mean `python2` 
(like Fedora 31).
   
   My proposal is to simply make it explicit (`python` → `python2`). It then 
compiles fine on CentOS 7, Fedora 29, Fedora 30 (where `python == python2`), 
and fixes the problem on more recent distributions (where `python != python2`).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to