Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 384692 Details for
Bug 522754
dev-python/pycairo-1.10.0-r4 uses the same build environment that was used to emerge dev-lang/python
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/plain), 31.52 KB, created by
Abulhair Saparov
on 2014-09-14 00:14:13 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Abulhair Saparov
Created:
2014-09-14 00:14:13 UTC
Size:
31.52 KB
patch
obsolete
># project pycairo (1.10.0) configured on Sat Sep 13 19:47:52 2014 by ># waf 1.6.4 (abi 98, python 30305f0 on linux) ># using ./waf --prefix=/usr --libdir=/usr/lib64 --nopyc --nopyo configure ># >---------------------------------------- >Setting top to >/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3 >---------------------------------------- >Setting out to >/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/build_directory >---------------------------------------- >Checking for 'gcc' (c compiler) >find program=['gcc', 'cc'] paths='' var='CC' -> 'x86_64-pc-linux-gnu-gcc' >find program=['ar'] paths='' var='AR' -> 'x86_64-pc-linux-gnu-ar' >ok >---------------------------------------- >Checking for program python >/usr/bin/python3.3 >find program=['python'] paths='' var='PYTHON' -> '/usr/bin/python3.3' >['/usr/bin/python3.3', '-c', 'import sys\nfor x in sys.version_info: print(str(x))'] >out: 3 >3 >5 >final >0 > >['/usr/bin/python3.3', '-c', "from distutils.sysconfig import get_python_lib\n\nprint(repr(get_python_lib(standard_lib=0, prefix='/usr') or ''))"] >out: '/usr/lib64/python3.3/site-packages' > >['/usr/bin/python3.3', '-c', "from distutils.sysconfig import get_python_lib\n\nprint(repr(get_python_lib(plat_specific=1, standard_lib=0, prefix='/usr') or ''))"] >out: '/usr/lib64/python3.3/site-packages' > >---------------------------------------- >Checking for python version >(3, 3, 5, 'final', 0) >['/usr/bin/python3.3', '-c', "from distutils.sysconfig import get_config_var\n\nprint(repr(get_config_var('prefix') or ''))\nprint(repr(get_config_var('SO') or ''))\nprint(repr(get_config_var('LDFLAGS') or ''))\nprint(repr(get_config_var('LIBDIR') or ''))\nprint(repr(get_config_var('LIBPL') or ''))\nprint(repr(get_config_var('INCLUDEPY') or ''))\nprint(repr(get_config_var('Py_ENABLE_SHARED') or ''))\nprint(repr(get_config_var('MACOSX_DEPLOYMENT_TARGET') or ''))\nprint(repr(get_config_var('LDSHARED') or ''))\nprint(repr(get_config_var('CFLAGS') or ''))"] >out: '/usr' >'.so' >'' >'/usr/lib64' >'/usr/lib64/python3.3/config-3.3' >'/usr/include/python3.3' >1 >'' >'icc -pthread -shared' >'-Wno-unused-result -DNDEBUG -O3 -gcc -pipe -march=corei7 -xHost -fno-stack-protector-all -fwrapv -O2 -pipe -march=native -fomit-frame-pointer -fno-stack-protector' > >Configuration returned from ['/usr/bin/python3.3']: >"prefix = '/usr'\nSO = '.so'\nLDFLAGS = ''\nLIBDIR = '/usr/lib64'\nLIBPL = '/usr/lib64/python3.3/config-3.3'\nINCLUDEPY = '/usr/include/python3.3'\nPy_ENABLE_SHARED = 1\nMACOSX_DEPLOYMENT_TARGET = ''\nLDSHARED = 'icc -pthread -shared'\nCFLAGS = '-Wno-unused-result -DNDEBUG -O3 -gcc -pipe -march=corei7 -xHost -fno-stack-protector-all -fwrapv -O2 -pipe -march=native -fomit-frame-pointer -fno-stack-protector'" > > > ># try again with -L$python_LIBDIR: ['/usr/lib64'] > >---------------------------------------- >Checking for library python3.3 in LIBDIR >==> > >int main() { > return 0; >} > ><== >[1/2] c: build_directory/.conf_check_bf3aa4ebb4efb865f63ce810eff8b94f/test.c -> build_directory/.conf_check_bf3aa4ebb4efb865f63ce810eff8b94f/testbuild/test.c.0.o > >['x86_64-pc-linux-gnu-gcc', '-O2', '-pipe', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-pthread', '-march=corei7', '-fno-stack-protector-all', '-fwrapv', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-DPYTHONDIR="/usr/lib64/python3.3/site-packages"', '-DPYTHONARCHDIR="[\'/usr/lib64/python3.3/site-packages\']"', '-DNDEBUG', '../test.c', '-c', '-o', 'test.c.0.o'] >err: x86_64-pc-linux-gnu-gcc: error: unrecognized command line option â-fno-stack-protector-allâ > >from /var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3: Test does not build: Traceback (most recent call last): > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Tools/c_config.py", line 435, in run_c_code > bld.compile() > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Build.py", line 192, in compile > raise Errors.BuildError(self.producer.error) >waflib.Errors.BuildError: Build failed > -> task failed (exit status 1): > {task 140721062683856: c test.c -> test.c.0.o} >['x86_64-pc-linux-gnu-gcc', '-O2', '-pipe', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-pthread', '-march=corei7', '-fno-stack-protector-all', '-fwrapv', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-DPYTHONDIR="/usr/lib64/python3.3/site-packages"', '-DPYTHONARCHDIR="[\'/usr/lib64/python3.3/site-packages\']"', '-DNDEBUG', '../test.c', '-c', '-o', 'test.c.0.o'] > >not found >from /var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3: The configuration failed > > ># try again with -L$python_LIBPL (some systems don't install the python library in $prefix/lib) > >---------------------------------------------- >Checking for library python3.3 in python_LIBPL >==> > >int main() { > return 0; >} > ><== >[1/2] c: build_directory/.conf_check_79bd56072d69fbf296a2ae8488bdb69e/test.c -> build_directory/.conf_check_79bd56072d69fbf296a2ae8488bdb69e/testbuild/test.c.0.o > >['x86_64-pc-linux-gnu-gcc', '-O2', '-pipe', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-pthread', '-march=corei7', '-fno-stack-protector-all', '-fwrapv', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-DPYTHONDIR="/usr/lib64/python3.3/site-packages"', '-DPYTHONARCHDIR="[\'/usr/lib64/python3.3/site-packages\']"', '-DNDEBUG', '../test.c', '-c', '-o', 'test.c.0.o'] >err: x86_64-pc-linux-gnu-gcc: error: unrecognized command line option â-fno-stack-protector-allâ > >from /var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3: Test does not build: Traceback (most recent call last): > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Tools/c_config.py", line 435, in run_c_code > bld.compile() > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Build.py", line 192, in compile > raise Errors.BuildError(self.producer.error) >waflib.Errors.BuildError: Build failed > -> task failed (exit status 1): > {task 140721062868880: c test.c -> test.c.0.o} >['x86_64-pc-linux-gnu-gcc', '-O2', '-pipe', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-pthread', '-march=corei7', '-fno-stack-protector-all', '-fwrapv', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-DPYTHONDIR="/usr/lib64/python3.3/site-packages"', '-DPYTHONARCHDIR="[\'/usr/lib64/python3.3/site-packages\']"', '-DNDEBUG', '../test.c', '-c', '-o', 'test.c.0.o'] > >not found >from /var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3: The configuration failed > > ># try again with -L$prefix/libs, and pythonXY name rather than pythonX.Y (win32) > >---------------------------------------------- >Checking for library python3.3 in $prefix/libs >==> > >int main() { > return 0; >} > ><== >[1/2] c: build_directory/.conf_check_0aefa90ca68cc2e803836eb19dd29fcf/test.c -> build_directory/.conf_check_0aefa90ca68cc2e803836eb19dd29fcf/testbuild/test.c.0.o > >['x86_64-pc-linux-gnu-gcc', '-O2', '-pipe', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-pthread', '-march=corei7', '-fno-stack-protector-all', '-fwrapv', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-DPYTHONDIR="/usr/lib64/python3.3/site-packages"', '-DPYTHONARCHDIR="[\'/usr/lib64/python3.3/site-packages\']"', '-DNDEBUG', '../test.c', '-c', '-o', 'test.c.0.o'] >err: x86_64-pc-linux-gnu-gcc: error: unrecognized command line option â-fno-stack-protector-allâ > >from /var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3: Test does not build: Traceback (most recent call last): > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Tools/c_config.py", line 435, in run_c_code > bld.compile() > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Build.py", line 192, in compile > raise Errors.BuildError(self.producer.error) >waflib.Errors.BuildError: Build failed > -> task failed (exit status 1): > {task 140721062870672: c test.c -> test.c.0.o} >['x86_64-pc-linux-gnu-gcc', '-O2', '-pipe', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-pthread', '-march=corei7', '-fno-stack-protector-all', '-fwrapv', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-DPYTHONDIR="/usr/lib64/python3.3/site-packages"', '-DPYTHONARCHDIR="[\'/usr/lib64/python3.3/site-packages\']"', '-DNDEBUG', '../test.c', '-c', '-o', 'test.c.0.o'] > >not found >from /var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3: The configuration failed > > ># try again with -L$python_LIBDIR: ['/usr/lib64'] > >---------------------------------------------- >Checking for library python3.3m in LIBDIR >==> > >int main() { > return 0; >} > ><== >[1/2] c: build_directory/.conf_check_6e5628ebc39dae61c9c89f16377c1ff9/test.c -> build_directory/.conf_check_6e5628ebc39dae61c9c89f16377c1ff9/testbuild/test.c.0.o > >['x86_64-pc-linux-gnu-gcc', '-O2', '-pipe', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-pthread', '-march=corei7', '-fno-stack-protector-all', '-fwrapv', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-DPYTHONDIR="/usr/lib64/python3.3/site-packages"', '-DPYTHONARCHDIR="[\'/usr/lib64/python3.3/site-packages\']"', '-DNDEBUG', '../test.c', '-c', '-o', 'test.c.0.o'] >err: x86_64-pc-linux-gnu-gcc: error: unrecognized command line option â-fno-stack-protector-allâ > >from /var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3: Test does not build: Traceback (most recent call last): > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Tools/c_config.py", line 435, in run_c_code > bld.compile() > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Build.py", line 192, in compile > raise Errors.BuildError(self.producer.error) >waflib.Errors.BuildError: Build failed > -> task failed (exit status 1): > {task 140721062384976: c test.c -> test.c.0.o} >['x86_64-pc-linux-gnu-gcc', '-O2', '-pipe', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-pthread', '-march=corei7', '-fno-stack-protector-all', '-fwrapv', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-DPYTHONDIR="/usr/lib64/python3.3/site-packages"', '-DPYTHONARCHDIR="[\'/usr/lib64/python3.3/site-packages\']"', '-DNDEBUG', '../test.c', '-c', '-o', 'test.c.0.o'] > >not found >from /var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3: The configuration failed > > ># try again with -L$python_LIBPL (some systems don't install the python library in $prefix/lib) > >----------------------------------------------- >Checking for library python3.3m in python_LIBPL >==> > >int main() { > return 0; >} > ><== >[1/2] c: build_directory/.conf_check_e3e04357ba13b3ba531f7f77c7be86f6/test.c -> build_directory/.conf_check_e3e04357ba13b3ba531f7f77c7be86f6/testbuild/test.c.0.o > >['x86_64-pc-linux-gnu-gcc', '-O2', '-pipe', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-pthread', '-march=corei7', '-fno-stack-protector-all', '-fwrapv', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-DPYTHONDIR="/usr/lib64/python3.3/site-packages"', '-DPYTHONARCHDIR="[\'/usr/lib64/python3.3/site-packages\']"', '-DNDEBUG', '../test.c', '-c', '-o', 'test.c.0.o'] >err: x86_64-pc-linux-gnu-gcc: error: unrecognized command line option â-fno-stack-protector-allâ > >from /var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3: Test does not build: Traceback (most recent call last): > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Tools/c_config.py", line 435, in run_c_code > bld.compile() > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Build.py", line 192, in compile > raise Errors.BuildError(self.producer.error) >waflib.Errors.BuildError: Build failed > -> task failed (exit status 1): > {task 140721062867152: c test.c -> test.c.0.o} >['x86_64-pc-linux-gnu-gcc', '-O2', '-pipe', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-pthread', '-march=corei7', '-fno-stack-protector-all', '-fwrapv', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-DPYTHONDIR="/usr/lib64/python3.3/site-packages"', '-DPYTHONARCHDIR="[\'/usr/lib64/python3.3/site-packages\']"', '-DNDEBUG', '../test.c', '-c', '-o', 'test.c.0.o'] > >not found >from /var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3: The configuration failed > > ># try again with -L$prefix/libs, and pythonXY name rather than pythonX.Y (win32) > >----------------------------------------------- >Checking for library python3.3m in $prefix/libs >==> > >int main() { > return 0; >} > ><== >[1/2] c: build_directory/.conf_check_ca786241c5b79a7e488c7e5dbdfcd72a/test.c -> build_directory/.conf_check_ca786241c5b79a7e488c7e5dbdfcd72a/testbuild/test.c.0.o > >['x86_64-pc-linux-gnu-gcc', '-O2', '-pipe', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-pthread', '-march=corei7', '-fno-stack-protector-all', '-fwrapv', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-DPYTHONDIR="/usr/lib64/python3.3/site-packages"', '-DPYTHONARCHDIR="[\'/usr/lib64/python3.3/site-packages\']"', '-DNDEBUG', '../test.c', '-c', '-o', 'test.c.0.o'] >err: x86_64-pc-linux-gnu-gcc: error: unrecognized command line option â-fno-stack-protector-allâ > >from /var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3: Test does not build: Traceback (most recent call last): > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Tools/c_config.py", line 435, in run_c_code > bld.compile() > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Build.py", line 192, in compile > raise Errors.BuildError(self.producer.error) >waflib.Errors.BuildError: Build failed > -> task failed (exit status 1): > {task 140721062868944: c test.c -> test.c.0.o} >['x86_64-pc-linux-gnu-gcc', '-O2', '-pipe', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-pthread', '-march=corei7', '-fno-stack-protector-all', '-fwrapv', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-DPYTHONDIR="/usr/lib64/python3.3/site-packages"', '-DPYTHONARCHDIR="[\'/usr/lib64/python3.3/site-packages\']"', '-DNDEBUG', '../test.c', '-c', '-o', 'test.c.0.o'] > >not found >from /var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3: The configuration failed > > ># try again with -L$python_LIBDIR: ['/usr/lib64'] > >----------------------------------------------- >Checking for library python33 in LIBDIR >==> > >int main() { > return 0; >} > ><== >[1/2] c: build_directory/.conf_check_45cebfb6c2ea4c8b46fba6d008cb1b1f/test.c -> build_directory/.conf_check_45cebfb6c2ea4c8b46fba6d008cb1b1f/testbuild/test.c.0.o > >['x86_64-pc-linux-gnu-gcc', '-O2', '-pipe', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-pthread', '-march=corei7', '-fno-stack-protector-all', '-fwrapv', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-DPYTHONDIR="/usr/lib64/python3.3/site-packages"', '-DPYTHONARCHDIR="[\'/usr/lib64/python3.3/site-packages\']"', '-DNDEBUG', '../test.c', '-c', '-o', 'test.c.0.o'] >err: x86_64-pc-linux-gnu-gcc: error: unrecognized command line option â-fno-stack-protector-allâ > >from /var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3: Test does not build: Traceback (most recent call last): > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Tools/c_config.py", line 435, in run_c_code > bld.compile() > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Build.py", line 192, in compile > raise Errors.BuildError(self.producer.error) >waflib.Errors.BuildError: Build failed > -> task failed (exit status 1): > {task 140721062386640: c test.c -> test.c.0.o} >['x86_64-pc-linux-gnu-gcc', '-O2', '-pipe', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-pthread', '-march=corei7', '-fno-stack-protector-all', '-fwrapv', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-DPYTHONDIR="/usr/lib64/python3.3/site-packages"', '-DPYTHONARCHDIR="[\'/usr/lib64/python3.3/site-packages\']"', '-DNDEBUG', '../test.c', '-c', '-o', 'test.c.0.o'] > >not found >from /var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3: The configuration failed > > ># try again with -L$python_LIBPL (some systems don't install the python library in $prefix/lib) > >----------------------------------------------- >Checking for library python33 in python_LIBPL >==> > >int main() { > return 0; >} > ><== >[1/2] c: build_directory/.conf_check_134d88f6e87cbb9ee33483a5ff46a568/test.c -> build_directory/.conf_check_134d88f6e87cbb9ee33483a5ff46a568/testbuild/test.c.0.o > >['x86_64-pc-linux-gnu-gcc', '-O2', '-pipe', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-pthread', '-march=corei7', '-fno-stack-protector-all', '-fwrapv', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-DPYTHONDIR="/usr/lib64/python3.3/site-packages"', '-DPYTHONARCHDIR="[\'/usr/lib64/python3.3/site-packages\']"', '-DNDEBUG', '../test.c', '-c', '-o', 'test.c.0.o'] >err: x86_64-pc-linux-gnu-gcc: error: unrecognized command line option â-fno-stack-protector-allâ > >from /var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3: Test does not build: Traceback (most recent call last): > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Tools/c_config.py", line 435, in run_c_code > bld.compile() > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Build.py", line 192, in compile > raise Errors.BuildError(self.producer.error) >waflib.Errors.BuildError: Build failed > -> task failed (exit status 1): > {task 140721062433360: c test.c -> test.c.0.o} >['x86_64-pc-linux-gnu-gcc', '-O2', '-pipe', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-pthread', '-march=corei7', '-fno-stack-protector-all', '-fwrapv', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-DPYTHONDIR="/usr/lib64/python3.3/site-packages"', '-DPYTHONARCHDIR="[\'/usr/lib64/python3.3/site-packages\']"', '-DNDEBUG', '../test.c', '-c', '-o', 'test.c.0.o'] > >not found >from /var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3: The configuration failed > > ># try again with -L$prefix/libs, and pythonXY name rather than pythonX.Y (win32) > >----------------------------------------------- >Checking for library python33 in $prefix/libs >==> > >int main() { > return 0; >} > ><== >[1/2] c: build_directory/.conf_check_4edbca391aa5fdb0bcc0bb12fbed2d67/test.c -> build_directory/.conf_check_4edbca391aa5fdb0bcc0bb12fbed2d67/testbuild/test.c.0.o > >['x86_64-pc-linux-gnu-gcc', '-O2', '-pipe', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-pthread', '-march=corei7', '-fno-stack-protector-all', '-fwrapv', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-DPYTHONDIR="/usr/lib64/python3.3/site-packages"', '-DPYTHONARCHDIR="[\'/usr/lib64/python3.3/site-packages\']"', '-DNDEBUG', '../test.c', '-c', '-o', 'test.c.0.o'] >err: x86_64-pc-linux-gnu-gcc: error: unrecognized command line option â-fno-stack-protector-allâ > >from /var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3: Test does not build: Traceback (most recent call last): > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Tools/c_config.py", line 435, in run_c_code > bld.compile() > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Build.py", line 192, in compile > raise Errors.BuildError(self.producer.error) >waflib.Errors.BuildError: Build failed > -> task failed (exit status 1): > {task 140721062435152: c test.c -> test.c.0.o} >['x86_64-pc-linux-gnu-gcc', '-O2', '-pipe', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-pthread', '-march=corei7', '-fno-stack-protector-all', '-fwrapv', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-DPYTHONDIR="/usr/lib64/python3.3/site-packages"', '-DPYTHONARCHDIR="[\'/usr/lib64/python3.3/site-packages\']"', '-DNDEBUG', '../test.c', '-c', '-o', 'test.c.0.o'] > >not found >from /var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3: The configuration failed > > >### LIB NOT FOUND > >----------------------------------------------- >Checking for program python3.3-config >/usr/bin/python3.3-config >find program=['python3.3-config'] paths=['/usr/lib64/portage/bin/ebuild-helpers', '/usr/local/sbin', '/usr/local/bin', '/usr/sbin', '/usr/bin', '/sbin', '/bin', '/opt/bin', '/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.3', '/opt/intel/composerxe-2013.3.174/bin/intel64', '/opt/intel/composerxe-2013.3.174/mpirt/bin/intel64', '/opt/intel/composerxe-2013.3.174/bin/ia32', '/opt/intel/composerxe-2013.3.174/mpirt/bin/ia32'] var='PYTHON_CONFIG' -> '/usr/bin/python3.3-config' >['/usr/bin/python3.3-config', '--includes'] >out: -I/usr/include/python3.3 -I/usr/include/python3.3 > >Include path for Python extensions (found via python-config --includes): ['/usr/include/python3.3'] > >----------------------------------------------- >Checking for header Python.h >==> > >#ifdef __cplusplus >extern "C" { >#endif > void Py_Initialize(void); > void Py_Finalize(void); >#ifdef __cplusplus >} >#endif >int main() >{ > Py_Initialize(); > Py_Finalize(); > return 0; >} > ><== >[1/2] c: build_directory/.conf_check_f3a454420ee7e58001af35a1696b462b/test.c -> build_directory/.conf_check_f3a454420ee7e58001af35a1696b462b/testbuild/test.c.0.o > >['x86_64-pc-linux-gnu-gcc', '-O2', '-pipe', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-pthread', '-march=corei7', '-fno-stack-protector-all', '-fwrapv', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-fno-strict-aliasing', '-I/usr/include/python3.3', '-DPYTHONDIR="/usr/lib64/python3.3/site-packages"', '-DPYTHONARCHDIR="[\'/usr/lib64/python3.3/site-packages\']"', '-DNDEBUG', '../test.c', '-c', '-o', 'test.c.0.o'] >err: x86_64-pc-linux-gnu-gcc: error: unrecognized command line option â-fno-stack-protector-allâ > >from /var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3: Test does not build: Traceback (most recent call last): > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Tools/c_config.py", line 435, in run_c_code > bld.compile() > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Build.py", line 192, in compile > raise Errors.BuildError(self.producer.error) >waflib.Errors.BuildError: Build failed > -> task failed (exit status 1): > {task 140721062436688: c test.c -> test.c.0.o} >['x86_64-pc-linux-gnu-gcc', '-O2', '-pipe', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-pthread', '-march=corei7', '-fno-stack-protector-all', '-fwrapv', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-fno-strict-aliasing', '-I/usr/include/python3.3', '-DPYTHONDIR="/usr/lib64/python3.3/site-packages"', '-DPYTHONARCHDIR="[\'/usr/lib64/python3.3/site-packages\']"', '-DNDEBUG', '../test.c', '-c', '-o', 'test.c.0.o'] > >Could not find the python development headers >from /var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3: The configuration failed >----------------------------------------------- >Checking for '/usr/bin/python3.3-config' >['/usr/bin/python3.3-config', '--cflags', '--libs'] >out: -I/usr/include/python3.3 -I/usr/include/python3.3 -Wno-unused-result -DNDEBUG -O3 -gcc -pipe -march=corei7 -xHost -fno-stack-protector-all -fwrapv >-lpthread -ldl -lutil -lm -lpython3.3 > >yes >----------------------------------------------- >Checking for header Python.h >==> > >#ifdef __cplusplus >extern "C" { >#endif > void Py_Initialize(void); > void Py_Finalize(void); >#ifdef __cplusplus >} >#endif >int main() >{ > Py_Initialize(); > Py_Finalize(); > return 0; >} > ><== >[1/2] c: build_directory/.conf_check_15eb731d0a083ae518c00a33be40d58f/test.c -> build_directory/.conf_check_15eb731d0a083ae518c00a33be40d58f/testbuild/test.c.0.o > >['x86_64-pc-linux-gnu-gcc', '-O2', '-pipe', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-pthread', '-march=corei7', '-fno-stack-protector-all', '-fwrapv', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-fno-strict-aliasing', '-march=corei7', '-fno-stack-protector-all', '-fwrapv', '-I/usr/include/python3.3', '-DPYTHONDIR="/usr/lib64/python3.3/site-packages"', '-DPYTHONARCHDIR="[\'/usr/lib64/python3.3/site-packages\']"', '-DHAVE_PYEMBED=1', '-DNDEBUG', '-DNDEBUG', '../test.c', '-c', '-o', 'test.c.0.o'] >err: x86_64-pc-linux-gnu-gcc: error: unrecognized command line option â-fno-stack-protector-allâ >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option â-fno-stack-protector-allâ > >from /var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3: Test does not build: Traceback (most recent call last): > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Tools/c_config.py", line 435, in run_c_code > bld.compile() > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Build.py", line 192, in compile > raise Errors.BuildError(self.producer.error) >waflib.Errors.BuildError: Build failed > -> task failed (exit status 1): > {task 140721062436688: c test.c -> test.c.0.o} >['x86_64-pc-linux-gnu-gcc', '-O2', '-pipe', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-pthread', '-march=corei7', '-fno-stack-protector-all', '-fwrapv', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-fno-strict-aliasing', '-I/usr/include/python3.3', '-DPYTHONDIR="/usr/lib64/python3.3/site-packages"', '-DPYTHONARCHDIR="[\'/usr/lib64/python3.3/site-packages\']"', '-DNDEBUG', '../test.c', '-c', '-o', 'test.c.0.o'] > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Tools/c_config.py", line 357, in check > ret=self.run_c_code(*k,**kw) > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Configure.py", line 220, in fun > raise e > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Configure.py", line 217, in fun > return f(*k,**kw) > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Tools/c_config.py", line 438, in run_c_code > self.fatal(ret) > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Context.py", line 207, in fatal > raise self.errors.ConfigurationError(msg,ex=ex) >waflib.Errors.ConfigurationError: Test does not build: Traceback (most recent call last): > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Tools/c_config.py", line 435, in run_c_code > bld.compile() > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Build.py", line 192, in compile > raise Errors.BuildError(self.producer.error) >waflib.Errors.BuildError: Build failed > -> task failed (exit status 1): > {task 140721062436688: c test.c -> test.c.0.o} >['x86_64-pc-linux-gnu-gcc', '-O2', '-pipe', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-pthread', '-march=corei7', '-fno-stack-protector-all', '-fwrapv', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-fno-strict-aliasing', '-I/usr/include/python3.3', '-DPYTHONDIR="/usr/lib64/python3.3/site-packages"', '-DPYTHONARCHDIR="[\'/usr/lib64/python3.3/site-packages\']"', '-DNDEBUG', '../test.c', '-c', '-o', 'test.c.0.o'] > >(complete log in /var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/build_directory/config.log) > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Tools/python.py", line 191, in check_python_headers > conf.check(header_name='Python.h',define_name='HAVE_PYTHON_H',uselib='PYEMBED',fragment=FRAG,errmsg='Could not find the python development headers') > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Configure.py", line 220, in fun > raise e > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Configure.py", line 217, in fun > return f(*k,**kw) > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Tools/c_config.py", line 363, in check > self.fatal('The configuration failed') > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Context.py", line 207, in fatal > raise self.errors.ConfigurationError(msg,ex=ex) >waflib.Errors.ConfigurationError: The configuration failed >(complete log in /var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/build_directory/config.log) > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Tools/c_config.py", line 435, in run_c_code > bld.compile() > File "/var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3/.waf3-1.6.4-e3c1e08604b18a10567cfcd2d02eb6e6/waflib/Build.py", line 192, in compile > raise Errors.BuildError(self.producer.error) >waflib.Errors.BuildError: Build failed > -> task failed (exit status 1): > {task 140721062432976: c test.c -> test.c.0.o} >['x86_64-pc-linux-gnu-gcc', '-O2', '-pipe', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-pthread', '-march=corei7', '-fno-stack-protector-all', '-fwrapv', '-march=native', '-fomit-frame-pointer', '-fno-stack-protector', '-fno-strict-aliasing', '-march=corei7', '-fno-stack-protector-all', '-fwrapv', '-I/usr/include/python3.3', '-DPYTHONDIR="/usr/lib64/python3.3/site-packages"', '-DPYTHONARCHDIR="[\'/usr/lib64/python3.3/site-packages\']"', '-DHAVE_PYEMBED=1', '-DNDEBUG', '-DNDEBUG', '../test.c', '-c', '-o', 'test.c.0.o'] > >Could not find the python development headers elsewhere >from /var/tmp/portage/dev-python/pycairo-1.10.0-r4/work/pycairo-1.10.0-python3_3: The configuration failed
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 522754
: 384692