Opened 11 years ago
Closed 11 years ago
#4868 closed defect (fixed)
pycairo 1.10.0 build issue with Python 3.4
Reported by: | Wayne Blaszczyk | Owned by: | Fernando de Oliveira |
---|---|---|---|
Priority: | normal | Milestone: | 7.6 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
When executing PYTHON=/usr/bin/python3 ./waf configure --prefix=/usr, I get the following error:
./options() Setting top to : /sources/pycairo-1.10.0 Setting out to : /sources/pycairo-1.10.0/build_directory ./configure() Checking for 'gcc' (c compiler) : ok Checking for program python : /usr/bin/python3 python executable '/usr/bin/python3' different from sys.executable '/usr/bin/python' Checking for python version : (3, 4, 0, 'final', 0) Checking for library python3.4 in LIBDIR : not found Checking for library python3.4 in python_LIBPL : not found Checking for library python3.4 in $prefix/libs : not found Checking for library python3.4m in LIBDIR : yes Checking for program python3.4-config : /usr/bin/python3.4-config command ['/usr/bin/python3', '/usr/bin/python3.4-config', '--includes'] returned 1
Seems like a know issue: https://bugs.gentoo.org/show_bug.cgi?id=504342
Change History (4)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 11 years ago
In retrospect, I'm wondering if the first patch is necessary. All it does is displays the unpacked directory. You could surmise this.
comment:4 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thank you very much, Wayne. Could not see how to do with just one patch, so, included both.
Fixed at r12899.
Note:
See TracTickets
for help on using tickets.
OK, it took me a bit of time to figure out how to apply this patch (see Gentoo link).
It built successfully with the above instructions.