Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 405578 Details for
Bug 552922
dev-python/matplotlib-1.4.3 - TypeError: ffi.include() expects an argument that is also of type cffi.FFI, not 'CompiledFFI'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 7.24 KB, created by
Juergen Rose
on 2015-06-23 10:14:50 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Juergen Rose
Created:
2015-06-23 10:14:50 UTC
Size:
7.24 KB
patch
obsolete
>[32;01m * [39;49;00mPackage: dev-python/matplotlib-1.4.3 >[32;01m * [39;49;00mRepository: gentoo >[32;01m * [39;49;00mMaintainer: python@gentoo.org >[32;01m * [39;49;00mUSE: abi_x86_64 amd64 cairo elibc_glibc examples excel fltk gtk gtk3 kernel_linux latex python_targets_python2_7 python_targets_python3_3 qt4 qt5 tk userland_GNU wxwidgets >[32;01m * [39;49;00mFEATURES: preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking matplotlib-1.4.3.tar.gz to /var/tmp/portage/dev-python/matplotlib-1.4.3/work >>>> Source unpacked in /var/tmp/portage/dev-python/matplotlib-1.4.3/work >>>> Preparing source in /var/tmp/portage/dev-python/matplotlib-1.4.3/work/matplotlib-1.4.3 ... > [32;01m*[0m Applying matplotlib-1.4.3-cross-compile-1.patch ... >[A[176C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying matplotlib-1.4.3-cross-compile-2.patch ... >[A[176C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying matplotlib-1.4.3-cross-compile-3.patch ... >[A[176C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Will copy sources from /var/tmp/portage/dev-python/matplotlib-1.4.3/work/matplotlib-1.4.3 > [32;01m*[0m python3_3: copying to /var/tmp/portage/dev-python/matplotlib-1.4.3/work/matplotlib-1.4.3-python3_3 > [32;01m*[0m python2_7: copying to /var/tmp/portage/dev-python/matplotlib-1.4.3/work/matplotlib-1.4.3-python2_7 >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/matplotlib-1.4.3/work/matplotlib-1.4.3 ... > [32;01m*[0m python3_3: running distutils-r1_run_phase python_configure > [32;01m*[0m python2_7: running distutils-r1_run_phase python_configure > [32;01m*[0m python2_7: running distutils-r1_run_phase python_configure_all >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/matplotlib-1.4.3/work/matplotlib-1.4.3 ... > [32;01m*[0m python3_3: running distutils-r1_run_phase python_compile >cp: â./build/matplotlib.egg-infoâ and â/var/tmp/portage/dev-python/matplotlib-1.4.3/work/matplotlib-1.4.3-python3_3/build/matplotlib.egg-infoâ are the same file >/usr/bin/python3.3 setup.py build build --build-lib=/var/tmp/portage/dev-python/matplotlib-1.4.3/work/matplotlib-1.4.3-python3_3/build/build/lib >============================================================================ >Edit setup.cfg to change the build options > >BUILDING MATPLOTLIB > matplotlib: yes [1.4.3] > python: yes [3.3.5 (default, Jun 17 2015, 12:35:19) [GCC > 4.9.2]] > platform: yes [linux] > >REQUIRED DEPENDENCIES AND EXTENSIONS > numpy: yes [version 1.9.2] > six: yes [using six version 1.9.0] > dateutil: yes [using dateutil version 2.4.2] > pytz: yes [using pytz version 2015.4] > tornado: yes [using tornado version 4.2b1] > pyparsing: yes [using pyparsing version 2.0.3] > pycxx: yes [Official versions of PyCXX are not compatible > with matplotlib on Python 3.x, since they lack > support for the buffer object. Using local copy] > libagg: yes [Requires patches that have not been merged > upstream. Using local copy.] > freetype: yes [version 2.6.0] > png: yes [version 1.6.17] > qhull: yes [pkg-config information for 'qhull' could not be > found. Using local copy.] > >OPTIONAL SUBPACKAGES > sample_data: yes [installing] > toolkits: yes [installing] > tests: yes [nose 0.11.1 or later is required to run the > matplotlib test suite. pip/easy_install may attempt > to install it after matplotlib. / using > unittest.mock] > toolkits_tests: yes [nose 0.11.1 or later is required to run the > matplotlib test suite. pip/easy_install may attempt > to install it after matplotlib. / using > unittest.mock] > >OPTIONAL BACKEND EXTENSIONS > macosx: no [Mac OS-X only] > qt5agg: yes [installing, Qt: 5.4.2, PyQt: 5.4.2] > qt4agg: yes [installing, Qt: 4.8.7, PyQt: 4.8.7] > pyside: no [skipping due to configuration] >No protocol specified >No protocol specified > gtk3agg: yes [installing, version 3.3.16] >Traceback (most recent call last): > File "setup.py", line 155, in <module> > result = package.check() > File "/var/tmp/portage/dev-python/matplotlib-1.4.3/work/matplotlib-1.4.3-python3_3/setupext.py", line 479, in check > additional_info = self.check_requirements() > File "/var/tmp/portage/dev-python/matplotlib-1.4.3/work/matplotlib-1.4.3-python3_3/setupext.py", line 1847, in check_requirements > success, msg = res.get(timeout=10)[0] > File "/usr/lib64/python3.3/multiprocessing/pool.py", line 568, in get > raise self._value >TypeError: ffi.include() expects an argument that is also of type cffi.FFI, not 'CompiledFFI' > [31;01m*[0m ERROR: dev-python/matplotlib-1.4.3::gentoo failed (compile phase): > [31;01m*[0m (no error message) > [31;01m*[0m > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 93: Called src_compile > [31;01m*[0m environment, line 4472: Called distutils-r1_src_compile > [31;01m*[0m environment, line 1576: Called _distutils-r1_run_foreach_impl 'python_compile' > [31;01m*[0m environment, line 573: Called python_foreach_impl 'distutils-r1_run_phase' 'python_compile' > [31;01m*[0m environment, line 3934: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_compile' > [31;01m*[0m environment, line 2983: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_compile' > [31;01m*[0m environment, line 2981: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_compile' > [31;01m*[0m environment, line 1082: Called distutils-r1_run_phase 'python_compile' > [31;01m*[0m environment, line 1569: Called python_compile > [31;01m*[0m environment, line 3477: Called wrap_setup 'distutils-r1_python_compile' > [31;01m*[0m environment, line 5240: Called distutils-r1_python_compile 'build' '--build-lib=/var/tmp/portage/dev-python/matplotlib-1.4.3/work/matplotlib-1.4.3-python3_3/build/build/lib' > [31;01m*[0m environment, line 1454: Called esetup.py 'build' 'build' '--build-lib=/var/tmp/portage/dev-python/matplotlib-1.4.3/work/matplotlib-1.4.3-python3_3/build/build/lib' > [31;01m*[0m environment, line 2057: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m "${@}" || die > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=dev-python/matplotlib-1.4.3::gentoo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-python/matplotlib-1.4.3::gentoo'`. > [31;01m*[0m The complete build log is located at '/var/tmp/portage/dev-python/matplotlib-1.4.3/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-python/matplotlib-1.4.3/temp/environment'. > [31;01m*[0m Working directory: '/var/tmp/portage/dev-python/matplotlib-1.4.3/work/matplotlib-1.4.3-python3_3' > [31;01m*[0m S: '/var/tmp/portage/dev-python/matplotlib-1.4.3/work/matplotlib-1.4.3'
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 552922
: 405578