Bug 80672 - 'waf configure' should try 'python3' instead of 'python' when search for the Python3 binary
Summary: 'waf configure' should try 'python3' instead of 'python' when search for the ...
Status: RESOLVED FIXED
Alias: None
Product: pycairo
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Steve Chaplin
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-29 11:25 UTC by diesch
Modified: 2017-07-05 15:11 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description diesch 2014-06-29 11:25:59 UTC
When trying to configure pycairo for Python3 'waf configure' fails if /usr/bin/python is a Python2 binary.

For compatibility with PEP-394 waf should first look for /usr/bin/python3 or another `python3` binary.
Comment 1 Christoph Reiter 2017-07-05 15:11:00 UTC
Since 1.11 pycairo uses distutils for building. There is a good chance that
this bug no longer occurs with the new system. If there are still problems
please file a bug: https://github.com/pygobject/pycairo/issues


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.