Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 786572 Details for
Bug 853208
dev-python/reportlab: missing EPREFIX in reportlab-3.6.9-paths.patch, fails to install in prefix
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/x-log), 9.15 KB, created by
hsk17
on 2022-06-21 10:45:58 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
hsk17
Created:
2022-06-21 10:45:58 UTC
Size:
9.15 KB
patch
obsolete
>[32m * [39;49;00mPackage: dev-python/reportlab-3.6.10 >[32m * [39;49;00mRepository: gentoo_prefix >[32m * [39;49;00mMaintainer: python@gentoo.org >[32m * [39;49;00mUpstream: reportlab-users@lists2.reportlab.com >[32m * [39;49;00mUSE: abi_x86_64 amd64 elibc_glibc kernel_linux prefix prefix-guest python_targets_python3_9 userland_GNU >[32m * [39;49;00mFEATURES: network-sandbox preserve-libs >>>> Unpacking source... >>>> Unpacking reportlab-3.6.10.tar.gz to /opt/prefix/var/tmp/portage/dev-python/reportlab-3.6.10/work >>>> Unpacking pfbfer-20070710.zip to /opt/prefix/var/tmp/portage/dev-python/reportlab-3.6.10/work/reportlab-3.6.10/src/reportlab/fonts >>>> Source unpacked in /opt/prefix/var/tmp/portage/dev-python/reportlab-3.6.10/work >>>> Preparing source in /opt/prefix/var/tmp/portage/dev-python/reportlab-3.6.10/work/reportlab-3.6.10 ... > [32m*[0m Applying reportlab-3.6.9-paths.patch ... >[A[263C [34;01m[ [32;01mok[34;01m ][0m > [32m*[0m Build system packages: > [32m*[0m dev-python/gpep517 : 6-r1 > [32m*[0m dev-python/installer : 0.5.1-r1 > [32m*[0m dev-python/setuptools : 62.6.0 > [32m*[0m dev-python/setuptools_scm : 6.4.2 > [32m*[0m dev-python/wheel : 0.37.1-r1 >>>> Source prepared. >>>> Configuring source in /opt/prefix/var/tmp/portage/dev-python/reportlab-3.6.10/work/reportlab-3.6.10 ... >>>> Source configured. >>>> Compiling source in /opt/prefix/var/tmp/portage/dev-python/reportlab-3.6.10/work/reportlab-3.6.10 ... > [32m*[0m python3_9: running distutils-r1_run_phase distutils-r1_python_compile >python3.9 setup.py build_ext -j 3 >##### setup-python-3.9.12-linux-x86_64: ================================================ >##### setup-python-3.9.12-linux-x86_64: Attempting build of _rl_accel >##### setup-python-3.9.12-linux-x86_64: extensions from 'src/rl_addons/rl_accel' >##### setup-python-3.9.12-linux-x86_64: ================================================ >##### setup-python-3.9.12-linux-x86_64: =================================================== >##### setup-python-3.9.12-linux-x86_64: Attempting build of _renderPM >##### setup-python-3.9.12-linux-x86_64: extensions from 'src/rl_addons/renderPM' >##### setup-python-3.9.12-linux-x86_64: =================================================== >##### setup-python-3.9.12-linux-x86_64: will use package libart 2.3.21 >##### setup-python-3.9.12-linux-x86_64: ################################################ >##### setup-python-3.9.12-linux-x86_64: not downloading T1 font curve files >##### setup-python-3.9.12-linux-x86_64: The _glyphlist module already exists >running build_ext >building 'reportlab.lib._rl_accel' extension >creating build >building 'reportlab.graphics._renderPM' extension >creating build/temp.linux-x86_64-cpython-39 >creating build/temp.linux-x86_64-cpython-39 >creating build/temp.linux-x86_64-cpython-39/src >creating build/temp.linux-x86_64-cpython-39/src/rl_addons >creating build/temp.linux-x86_64-cpython-39/src/rl_addons/rl_accel >x86_64-pc-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -O2 -pipe -fPIC -I/opt/prefix/usr/include/python3.9 -c src/rl_addons/rl_accel/_rl_accel.c -o build/temp.linux-x86_64-cpython-39/src/rl_addons/rl_accel/_rl_accel.o >creating build/temp.linux-x86_64-cpython-39/src/rl_addons/renderPM >creating build/temp.linux-x86_64-cpython-39/src/rl_addons/renderPM/gt1 >creating build/temp.linux-x86_64-cpython-39/src/rl_addons/renderPM/libart_lgpl >x86_64-pc-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -O2 -pipe -fPIC -DRENDERPM_FT -DLIBART_COMPILATION -DLIBART_VERSION=2.3.21 -Isrc/rl_addons/renderPM -Isrc/rl_addons/renderPM/libart_lgpl -Isrc/rl_addons/renderPM/gt1 -I/usr/include/freetype2 -I/opt/prefix/usr/include/python3.9 -c src/rl_addons/renderPM/_renderPM.c -o build/temp.linux-x86_64-cpython-39/src/rl_addons/renderPM/_renderPM.o >src/rl_addons/renderPM/_renderPM.c:143:10: fatal error: ft2build.h: No such file or directory > 143 | #include <ft2build.h> > | ^~~~~~~~~~~~ >compilation terminated. >src/rl_addons/rl_accel/_rl_accel.c: In function âunicode2T1â: >src/rl_addons/rl_accel/_rl_accel.c:615:37: warning: passing argument 2 of â_GetStringBufâ from incompatible pointer type [-Wincompatible-pointer-types] > 615 | encObj = _GetStringBuf(_o2, &encStr); > | ^~~~~~~ > | | > | char ** >src/rl_addons/rl_accel/_rl_accel.c:564:60: note: expected âconst char **â but argument is of type âchar **â > 564 | static PyObject *_GetStringBuf(PyObject *obj, const char **buf) > | ~~~~~~~~~~~~~^~~ >src/rl_addons/rl_accel/_rl_accel.c: In function âinstanceStringWidthTTFâ: >src/rl_addons/rl_accel/_rl_accel.c:871:9: warning: â_PyUnicode_get_wstr_lengthâ is deprecated [-Wdeprecated-declarations] > 871 | n = PyUnicode_GET_SIZE(text); > | ^ >In file included from /opt/prefix/usr/include/python3.9/unicodeobject.h:1026, > from /opt/prefix/usr/include/python3.9/Python.h:93, > from src/rl_addons/rl_accel/_rl_accel.c:9: >/opt/prefix/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here > 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ >src/rl_addons/rl_accel/_rl_accel.c:871:9: warning: âPyUnicode_AsUnicodeâ is deprecated [-Wdeprecated-declarations] > 871 | n = PyUnicode_GET_SIZE(text); > | ^ >/opt/prefix/usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here > 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( > | ^~~~~~~~~~~~~~~~~~~ >src/rl_addons/rl_accel/_rl_accel.c:871:9: warning: â_PyUnicode_get_wstr_lengthâ is deprecated [-Wdeprecated-declarations] > 871 | n = PyUnicode_GET_SIZE(text); > | ^ >/opt/prefix/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here > 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ >src/rl_addons/rl_accel/_rl_accel.c:872:9: warning: âPyUnicode_AsUnicodeâ is deprecated [-Wdeprecated-declarations] > 872 | b = PyUnicode_AS_UNICODE(text); > | ^ >/opt/prefix/usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here > 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( > | ^~~~~~~~~~~~~~~~~~~ >creating build/lib.linux-x86_64-cpython-39 >creating build/lib.linux-x86_64-cpython-39/reportlab >creating build/lib.linux-x86_64-cpython-39/reportlab/lib >x86_64-pc-linux-gnu-gcc -shared -Wl,-O1 -O2 -pipe -O2 -pipe build/temp.linux-x86_64-cpython-39/src/rl_addons/rl_accel/_rl_accel.o -L/opt/prefix/usr/lib -o build/lib.linux-x86_64-cpython-39/reportlab/lib/_rl_accel.cpython-39-x86_64-linux-gnu.so >error: command '/opt/prefix/usr/x86_64-pc-linux-gnu/gcc-bin/12.1.0/x86_64-pc-linux-gnu-gcc' failed with exit code 1 > [31;01m*[0m ERROR: dev-python/reportlab-3.6.10::gentoo_prefix failed (compile phase): > [31;01m*[0m (no error message) > [31;01m*[0m > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 127: Called __call-ebuildshell 'src_compile' > [31;01m*[0m ebuild.sh, line 534: Called src_compile > [31;01m*[0m environment, line 3459: Called distutils-r1_src_compile > [31;01m*[0m environment, line 1569: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile' > [31;01m*[0m environment, line 686: Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile' > [31;01m*[0m environment, line 3131: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' > [31;01m*[0m environment, line 2649: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' > [31;01m*[0m environment, line 2647: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile' > [31;01m*[0m environment, line 1042: Called distutils-r1_run_phase 'distutils-r1_python_compile' > [31;01m*[0m environment, line 1551: Called distutils-r1_python_compile > [31;01m*[0m environment, line 1357: Called esetup.py 'build_ext' '-j' '3' > [31;01m*[0m environment, line 2134: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m "${@}" || die -n; > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=dev-python/reportlab-3.6.10::gentoo_prefix'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-python/reportlab-3.6.10::gentoo_prefix'`. > [31;01m*[0m The complete build log is located at '/opt/prefix/var/tmp/portage/dev-python/reportlab-3.6.10/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/opt/prefix/var/tmp/portage/dev-python/reportlab-3.6.10/temp/environment'. > [31;01m*[0m Working directory: '/opt/prefix/var/tmp/portage/dev-python/reportlab-3.6.10/work/reportlab-3.6.10' > [31;01m*[0m S: '/opt/prefix/var/tmp/portage/dev-python/reportlab-3.6.10/work/reportlab-3.6.10'
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 853208
:
786569
| 786572