Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 642368 Details for
Bug 725884
dev-python/gmpy-2.0.8-r1 fails to emerge
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.01 KB, created by
Richard Cox
on 2020-05-28 13:19:52 UTC
(
hide
)
Description:
build log
Filename:
MIME Type:
Creator:
Richard Cox
Created:
2020-05-28 13:19:52 UTC
Size:
7.01 KB
patch
obsolete
>[32;01m * [39;49;00mPackage: dev-python/gmpy-2.0.8-r1 >[32;01m * [39;49;00mRepository: gentoo >[32;01m * [39;49;00mMaintainer: python@gentoo.org >[32;01m * [39;49;00mUSE: abi_x86_64 amd64 doc elibc_glibc kernel_linux python_targets_python3_7 python_targets_python3_8 userland_GNU >[32;01m * [39;49;00mFEATURES: network-sandbox preserve-libs sandbox splitdebug userpriv usersandbox >>>> Unpacking source... >>>> Unpacking gmpy2-2.0.8.zip to /var/tmp/portage/dev-python/gmpy-2.0.8-r1/work >>>> Source unpacked in /var/tmp/portage/dev-python/gmpy-2.0.8-r1/work >>>> Preparing source in /var/tmp/portage/dev-python/gmpy-2.0.8-r1/work/gmpy2-2.0.8 ... > [32;01m*[0m Applying gmpy-2.0.8-fix-mpir-types.patch ... >[A[91C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying gmpy-2.0.8-test-exit-status.patch ... >[A[91C [34;01m[ [32;01mok[34;01m ][0m >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/gmpy-2.0.8-r1/work/gmpy2-2.0.8 ... > [32;01m*[0m Using python3.8 in global scope > [32;01m*[0m python3_8: running distutils-r1_run_phase python_configure_all >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/gmpy-2.0.8-r1/work/gmpy2-2.0.8 ... > [32;01m*[0m python3_7: running distutils-r1_run_phase python_compile >python3.7 setup.py --gmp build -j 8 >running build >running build_ext >building 'gmpy2' extension >creating /var/tmp/portage/dev-python/gmpy-2.0.8-r1/work/gmpy2-2.0.8-python3_7/temp.linux-x86_64-3.7 >creating /var/tmp/portage/dev-python/gmpy-2.0.8-r1/work/gmpy2-2.0.8-python3_7/temp.linux-x86_64-3.7/src >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fPIC -DWITHMPFR -DWITHMPC -I/usr/include/python3.7m -c src/gmpy2.c -o /var/tmp/portage/dev-python/gmpy-2.0.8-r1/work/gmpy2-2.0.8-python3_7/temp.linux-x86_64-3.7/src/gmpy2.o >In file included from src/gmpy2.c:529: >src/gmpy_random.c: In function âGMPY_mpfr_grandomâ: >src/gmpy_random.c:251:5: warning: âmpfr_grandomâ is deprecated [-Wdeprecated-declarations] > 251 | mpfr_grandom(Pympfr_AS_MPFR(result1), Pympfr_AS_MPFR(result2), > | ^~~~~~~~~~~~ >In file included from src/gmpy.h:257, > from src/gmpy2.c:426: >/usr/include/mpfr.h:502:21: note: declared here > 502 | __MPFR_DECLSPEC int mpfr_grandom (mpfr_ptr, mpfr_ptr, gmp_randstate_t, > | ^~~~~~~~~~~~ >In file included from src/gmpy2.c:555: >src/gmpy_mpfr.c: In function âPympfr_rootâ: >src/gmpy_mpfr.c:988:5: warning: âmpfr_rootâ is deprecated [-Wdeprecated-declarations] > 988 | result->rc = mpfr_root(result->f, Pympfr_AS_MPFR(self), n, > | ^~~~~~ >In file included from src/gmpy.h:257, > from src/gmpy2.c:426: >/usr/include/mpfr.h:693:21: note: declared here > 693 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, > | ^~~~~~~~~ >x86_64-pc-linux-gnu-gcc -shared -Wl,-O1 -Wl,--as-needed -march=native -O2 -pipe /var/tmp/portage/dev-python/gmpy-2.0.8-r1/work/gmpy2-2.0.8-python3_7/temp.linux-x86_64-3.7/src/gmpy2.o -L/usr/lib64 -lgmp -lmpfr -lmpc -lpython3.7m -o /var/tmp/portage/dev-python/gmpy-2.0.8-r1/work/gmpy2-2.0.8-python3_7/lib/gmpy2.cpython-37m-x86_64-linux-gnu.so > [32;01m*[0m python3_8: running distutils-r1_run_phase python_compile >python3.8 setup.py --gmp build -j 8 >running build >running build_ext >building 'gmpy2' extension >creating /var/tmp/portage/dev-python/gmpy-2.0.8-r1/work/gmpy2-2.0.8-python3_8/temp.linux-x86_64-3.8 >creating /var/tmp/portage/dev-python/gmpy-2.0.8-r1/work/gmpy2-2.0.8-python3_8/temp.linux-x86_64-3.8/src >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fPIC -DWITHMPFR -DWITHMPC -I/usr/include/python3.8 -c src/gmpy2.c -o /var/tmp/portage/dev-python/gmpy-2.0.8-r1/work/gmpy2-2.0.8-python3_8/temp.linux-x86_64-3.8/src/gmpy2.o >In file included from src/gmpy2.c:529: >src/gmpy_random.c: In function âGMPY_mpfr_grandomâ: >src/gmpy_random.c:251:5: warning: âmpfr_grandomâ is deprecated [-Wdeprecated-declarations] > 251 | mpfr_grandom(Pympfr_AS_MPFR(result1), Pympfr_AS_MPFR(result2), > | ^~~~~~~~~~~~ >In file included from src/gmpy.h:257, > from src/gmpy2.c:426: >/usr/include/mpfr.h:502:21: note: declared here > 502 | __MPFR_DECLSPEC int mpfr_grandom (mpfr_ptr, mpfr_ptr, gmp_randstate_t, > | ^~~~~~~~~~~~ >In file included from src/gmpy2.c:555: >src/gmpy_mpfr.c: In function âPympfr_rootâ: >src/gmpy_mpfr.c:988:5: warning: âmpfr_rootâ is deprecated [-Wdeprecated-declarations] > 988 | result->rc = mpfr_root(result->f, Pympfr_AS_MPFR(self), n, > | ^~~~~~ >In file included from src/gmpy.h:257, > from src/gmpy2.c:426: >/usr/include/mpfr.h:693:21: note: declared here > 693 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long, > | ^~~~~~~~~ >x86_64-pc-linux-gnu-gcc -shared -Wl,-O1 -Wl,--as-needed -march=native -O2 -pipe /var/tmp/portage/dev-python/gmpy-2.0.8-r1/work/gmpy2-2.0.8-python3_8/temp.linux-x86_64-3.8/src/gmpy2.o -L/usr/lib64 -lgmp -lmpfr -lmpc -o /var/tmp/portage/dev-python/gmpy-2.0.8-r1/work/gmpy2-2.0.8-python3_8/lib/gmpy2.cpython-38-x86_64-linux-gnu.so > [32;01m*[0m Using python3.8 in global scope > [32;01m*[0m python3_8: running distutils-r1_run_phase python_compile_all >Running Sphinx v3.0.4 > >Extension error: >Could not import extension sphinx.ext.pngmath (exception: No module named 'sphinx.ext.pngmath') > [31;01m*[0m ERROR: dev-python/gmpy-2.0.8-r1::gentoo failed (compile phase): > [31;01m*[0m (no error message) > [31;01m*[0m > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 125: Called src_compile > [31;01m*[0m environment, line 2979: Called distutils-r1_src_compile > [31;01m*[0m environment, line 1230: Called _distutils-r1_run_common_phase 'python_compile_all' > [31;01m*[0m environment, line 457: Called multibuild_foreach_variant 'distutils-r1_run_phase' 'python_compile_all' > [31;01m*[0m environment, line 2063: Called _multibuild_run 'distutils-r1_run_phase' 'python_compile_all' > [31;01m*[0m environment, line 2061: Called distutils-r1_run_phase 'python_compile_all' > [31;01m*[0m environment, line 1218: Called python_compile_all > [31;01m*[0m environment, line 2320: Called sphinx_compile_all > [31;01m*[0m environment, line 2975: Called build_sphinx 'docs' > [31;01m*[0m environment, line 1050: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m sphinx-build -b html -d "${dir}"/_build/doctrees "${dir}" "${dir}"/_build/html || die; > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=dev-python/gmpy-2.0.8-r1::gentoo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-python/gmpy-2.0.8-r1::gentoo'`. > [31;01m*[0m The complete build log is located at '/var/tmp/portage/dev-python/gmpy-2.0.8-r1/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-python/gmpy-2.0.8-r1/temp/environment'. > [31;01m*[0m Working directory: '/var/tmp/portage/dev-python/gmpy-2.0.8-r1/work/gmpy2-2.0.8' > [31;01m*[0m S: '/var/tmp/portage/dev-python/gmpy-2.0.8-r1/work/gmpy2-2.0.8'
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 725884
: 642368