[Python-modules-team] Bug#707145: py3cairo: FTBFS: command ['python3.3', '/usr/bin/python3.3-config', '--includes'] returned 1

Jakub Wilk jwilk at debian.org
Tue May 7 19:13:03 UTC 2013


Source: py3cairo
Version: 1.10.0+dfsg-2
Severity: serious
User: debian-python at lists.debian.org
Usertags: python3.3

py3cairo FTBFS:
| for pyversion in 3.2 3.3; do PYTHON=python$pyversion python$pyversion /build/py3cairo-C39FLo/py3cairo-1.10.0+dfsg/waf-uncompressed configure -o build$pyversion --prefix /usr --nopyc --nopyo; done
| Setting top to                           : /build/py3cairo-C39FLo/py3cairo-1.10.0+dfsg
| Setting out to                           : /build/py3cairo-C39FLo/py3cairo-1.10.0+dfsg/build3.2
| Checking for 'gcc' (c compiler)          : ok
| Checking for program python              : python3.2
| python executable 'python3.2' different from sys.executable '/usr/bin/python3.2'
| Checking for python version              : (3, 2, 3, 'final', 0)
| Checking for library python3.2 in LIBDIR : not found
| Checking for library python3.2 in python_LIBPL : yes
| Checking for program python3.2-config          : /usr/bin/python3.2-config
| Checking for header Python.h                   : yes
| Checking for program pkg-config                : /usr/bin/pkg-config
| Checking for 'cairo' >= 1.10.0                 : yes
| 'configure' finished successfully (1.271s)
|   ./options()
|   ./configure()
| Configuration:
| PREFIX                                   : /usr
| LIBDIR                                   : /usr/lib
| Setting top to                           : /build/py3cairo-C39FLo/py3cairo-1.10.0+dfsg
| Setting out to                           : /build/py3cairo-C39FLo/py3cairo-1.10.0+dfsg/build3.3
| Checking for 'gcc' (c compiler)          : ok
| Checking for program python              : python3.3
| python executable 'python3.3' different from sys.executable '/usr/bin/python3.3'
| Checking for python version              : (3, 3, 1, 'final', 0)
| Checking for library python3.3 in LIBDIR : not found
| Checking for library python3.3 in python_LIBPL : yes
| Checking for program python3.3-config          : /usr/bin/python3.3-config
| command ['python3.3', '/usr/bin/python3.3-config', '--includes'] returned 1
|   ./options()
|   ./configure()
| make[1]: *** [override_dh_auto_configure] Error 1
| make[1]: Leaving directory `/build/py3cairo-C39FLo/py3cairo-1.10.0+dfsg'
| make: *** [build] Error 2

Apparently python3.3-config is a shell script, not a Python script.

-- 
Jakub Wilk



More information about the Python-modules-team mailing list