Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 847242 Details for
Bug 889738
dev-python/ujson-5.6.0: Error! Installing dynamic libaries (.so) with blank PROVIDES!
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
builld.log
build.log (text/x-log), 10.75 KB, created by
Michael Mair-Keimberger (iamnr3)
on 2023-01-04 19:10:26 UTC
(
hide
)
Description:
builld.log
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (iamnr3)
Created:
2023-01-04 19:10:26 UTC
Size:
10.75 KB
patch
obsolete
>emerge -av1 ujson > > * IMPORTANT: 3 news items need reading for repository 'gentoo'. > * Use eselect news read to view new items. > > >These are the packages that would be merged, in order: > >Calculating dependencies... done! >[ebuild R ] dev-python/ujson-5.6.0::gentoo USE="-test" PYTHON_TARGETS="python3_10 -pypy3 -python3_8 -python3_9 -python3_11" 0 KiB > >Total: 1 package (1 reinstall), Size of downloads: 0 KiB > >Would you like to merge these packages? [Yes/No] > >>>> Verifying ebuild manifests > >>>> Emerging (1 of 1) dev-python/ujson-5.6.0::gentoo > * ujson-5.6.0.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ] >>>> Unpacking source... >>>> Unpacking ujson-5.6.0.tar.gz to /var/tmp/portage/dev-python/ujson-5.6.0/work >>>> Source unpacked in /var/tmp/portage/dev-python/ujson-5.6.0/work >>>> Preparing source in /var/tmp/portage/dev-python/ujson-5.6.0/work/ujson-5.6.0 ... > * Build system packages: > * dev-python/gpep517 : 13 > * dev-python/installer : 0.6.0 > * dev-python/setuptools : 65.6.3 > * dev-python/setuptools_scm : 7.1.0 > * dev-python/wheel : 0.38.4 >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/ujson-5.6.0/work/ujson-5.6.0 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/ujson-5.6.0/work/ujson-5.6.0 ... > * python3_10: running distutils-r1_run_phase distutils-r1_python_compile >python3.10 setup.py build_ext -j 9 >running build_ext >building 'ujson' extension >creating build >creating build/temp.linux-x86_64-cpython-310 >creating build/temp.linux-x86_64-cpython-310/lib >creating build/temp.linux-x86_64-cpython-310/python >x86_64-pc-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=bdver2 -mprefer-avx128 -fPIC -I./python -I./lib -I/usr/include/double-conversion -I/usr/include/python3.10 -c ./lib/dconv_wrapper.cc -o build/temp.linux-x86_64-cpython-310/./lib/dconv_wrapper.o -D_GNU_SOURCE >x86_64-pc-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=bdver2 -mprefer-avx128 -fPIC -I./python -I./lib -I/usr/include/double-conversion -I/usr/include/python3.10 -c ./lib/ultrajsondec.c -o build/temp.linux-x86_64-cpython-310/./lib/ultrajsondec.o -D_GNU_SOURCE >x86_64-pc-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=bdver2 -mprefer-avx128 -fPIC -I./python -I./lib -I/usr/include/double-conversion -I/usr/include/python3.10 -c ./lib/ultrajsonenc.c -o build/temp.linux-x86_64-cpython-310/./lib/ultrajsonenc.o -D_GNU_SOURCE >x86_64-pc-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=bdver2 -mprefer-avx128 -fPIC -I./python -I./lib -I/usr/include/double-conversion -I/usr/include/python3.10 -c ./python/JSONtoObj.c -o build/temp.linux-x86_64-cpython-310/./python/JSONtoObj.o -D_GNU_SOURCE >x86_64-pc-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=bdver2 -mprefer-avx128 -fPIC -I./python -I./lib -I/usr/include/double-conversion -I/usr/include/python3.10 -c ./python/objToJSON.c -o build/temp.linux-x86_64-cpython-310/./python/objToJSON.o -D_GNU_SOURCE >./python/objToJSON.c: In function âPyUnicodeToUTF8Rawâ: >./python/objToJSON.c:142:18: warning: initialization discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 142 | char *data = PyUnicode_AsUTF8AndSize(obj, &len); > | ^~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=bdver2 -mprefer-avx128 -fPIC -I./python -I./lib -I/usr/include/double-conversion -I/usr/include/python3.10 -c ./python/ujson.c -o build/temp.linux-x86_64-cpython-310/./python/ujson.o -D_GNU_SOURCE >creating build/lib.linux-x86_64-cpython-310 >x86_64-pc-linux-gnu-g++ -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe -march=bdver2 -mprefer-avx128 build/temp.linux-x86_64-cpython-310/./lib/dconv_wrapper.o build/temp.linux-x86_64-cpython-310/./lib/ultrajsondec.o build/temp.linux-x86_64-cpython-310/./lib/ultrajsonenc.o build/temp.linux-x86_64-cpython-310/./python/JSONtoObj.o build/temp.linux-x86_64-cpython-310/./python/objToJSON.o build/temp.linux-x86_64-cpython-310/./python/ujson.o -L/usr/lib64 -o build/lib.linux-x86_64-cpython-310/ujson.cpython-310-x86_64-linux-gnu.so -lstdc++ -lm -ldouble-conversion > * Building the wheel for ujson-5.6.0 via setuptools.build_meta:__legacy__ >gpep517 build-wheel --backend setuptools.build_meta:__legacy__ --output-fd 3 --wheel-dir /var/tmp/portage/dev-python/ujson-5.6.0/work/ujson-5.6.0-python3_10/wheel >2023-01-04 19:33:15,242 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ >2023-01-04 19:33:15,453 root INFO running bdist_wheel >2023-01-04 19:33:15,638 root INFO running build >2023-01-04 19:33:15,638 root INFO running build_ext >2023-01-04 19:33:15,699 wheel INFO installing to build/bdist.linux-x86_64/wheel >2023-01-04 19:33:15,699 root INFO running install >2023-01-04 19:33:15,717 root INFO running install_lib >2023-01-04 19:33:15,747 root INFO creating build/bdist.linux-x86_64 >2023-01-04 19:33:15,747 root INFO creating build/bdist.linux-x86_64/wheel >2023-01-04 19:33:15,748 root INFO copying build/lib.linux-x86_64-cpython-310/ujson.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel >2023-01-04 19:33:15,748 root WARNING warning: install_lib: byte-compiling is disabled, skipping. > >2023-01-04 19:33:15,748 root INFO running install_egg_info >2023-01-04 19:33:15,813 root INFO running egg_info >2023-01-04 19:33:15,852 root INFO writing ujson.egg-info/PKG-INFO >2023-01-04 19:33:15,853 root INFO writing dependency_links to ujson.egg-info/dependency_links.txt >2023-01-04 19:33:15,853 root INFO writing top-level names to ujson.egg-info/top_level.txt >2023-01-04 19:33:15,948 setuptools_scm.file_finder_git ERROR listing git files failed - pretending there aren't any >2023-01-04 19:33:15,955 root INFO reading manifest file 'ujson.egg-info/SOURCES.txt' >2023-01-04 19:33:15,957 root INFO reading manifest template 'MANIFEST.in' >2023-01-04 19:33:15,957 root INFO adding license file 'LICENSE.txt' >2023-01-04 19:33:15,960 root INFO writing manifest file 'ujson.egg-info/SOURCES.txt' >2023-01-04 19:33:15,960 root INFO Copying ujson.egg-info to build/bdist.linux-x86_64/wheel/ujson-5.6.0-py3.10.egg-info >2023-01-04 19:33:15,962 root INFO running install_scripts >2023-01-04 19:33:16,014 wheel INFO creating build/bdist.linux-x86_64/wheel/ujson-5.6.0.dist-info/WHEEL >2023-01-04 19:33:16,015 wheel INFO creating '/var/tmp/portage/dev-python/ujson-5.6.0/work/ujson-5.6.0-python3_10/wheel/.tmp-tinc2pum/ujson-5.6.0-cp310-cp310-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it >2023-01-04 19:33:16,016 wheel INFO adding 'ujson.cpython-310-x86_64-linux-gnu.so' >2023-01-04 19:33:16,016 wheel INFO adding 'ujson-5.6.0.dist-info/LICENSE.txt' >2023-01-04 19:33:16,017 wheel INFO adding 'ujson-5.6.0.dist-info/METADATA' >2023-01-04 19:33:16,017 wheel INFO adding 'ujson-5.6.0.dist-info/WHEEL' >2023-01-04 19:33:16,017 wheel INFO adding 'ujson-5.6.0.dist-info/top_level.txt' >2023-01-04 19:33:16,017 wheel INFO adding 'ujson-5.6.0.dist-info/RECORD' >2023-01-04 19:33:16,017 wheel INFO removing build/bdist.linux-x86_64/wheel >2023-01-04 19:33:16,018 gpep517 INFO The backend produced /var/tmp/portage/dev-python/ujson-5.6.0/work/ujson-5.6.0-python3_10/wheel/ujson-5.6.0-cp310-cp310-linux_x86_64.whl > * Installing ujson-5.6.0-cp310-cp310-linux_x86_64.whl to /var/tmp/portage/dev-python/ujson-5.6.0/work/ujson-5.6.0-python3_10/install >gpep517 install-wheel --destdir=/var/tmp/portage/dev-python/ujson-5.6.0/work/ujson-5.6.0-python3_10/install --interpreter=/usr/bin/python3.10 --prefix=/usr --optimize=all /var/tmp/portage/dev-python/ujson-5.6.0/work/ujson-5.6.0-python3_10/wheel/ujson-5.6.0-cp310-cp310-linux_x86_64.whl >2023-01-04 19:33:16,169 gpep517 INFO Installing /var/tmp/portage/dev-python/ujson-5.6.0/work/ujson-5.6.0-python3_10/wheel/ujson-5.6.0-cp310-cp310-linux_x86_64.whl into /var/tmp/portage/dev-python/ujson-5.6.0/work/ujson-5.6.0-python3_10/install >2023-01-04 19:33:16,173 gpep517 INFO Installation complete >>>> Source compiled. > * Skipping make test/check due to ebuild restriction. >>>> Test phase [disabled because of RESTRICT=test]: dev-python/ujson-5.6.0 > >>>> Install dev-python/ujson-5.6.0 into /var/tmp/portage/dev-python/ujson-5.6.0/image > * python3_10: running distutils-r1_run_phase distutils-r1_python_install > * Using python3.10 in global scope > * python3_10: running distutils-r1_run_phase distutils-r1_python_install_all >>>> Completed installing dev-python/ujson-5.6.0 into /var/tmp/portage/dev-python/ujson-5.6.0/image > > * Final size of build directory: 20264 KiB (19.7 MiB) > * Final size of installed tree: 88 KiB > > * Verifying compiled files for python3.10 >strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version > * Error! Installing dynamic libraries (.so) with blank PROVIDES! > >>>> Installing (1 of 1) dev-python/ujson-5.6.0::gentoo > * checking 6 files for package collisions >>>> Merging dev-python/ujson-5.6.0 to / >--- /usr/ >--- /usr/lib/ >--- /usr/lib/python3.10/ >--- /usr/lib/python3.10/site-packages/ >>>> /usr/lib/python3.10/site-packages/ujson.cpython-310-x86_64-linux-gnu.so >--- /usr/lib/python3.10/site-packages/ujson-5.6.0.dist-info/ >>>> /usr/lib/python3.10/site-packages/ujson-5.6.0.dist-info/METADATA >>>> /usr/lib/python3.10/site-packages/ujson-5.6.0.dist-info/WHEEL >>>> /usr/lib/python3.10/site-packages/ujson-5.6.0.dist-info/top_level.txt >>>> /usr/lib/python3.10/site-packages/ujson-5.6.0.dist-info/RECORD >--- /usr/share/ >--- /usr/share/doc/ >--- /usr/share/doc/ujson-5.6.0/ >>>> /usr/share/doc/ujson-5.6.0/README.md.bz2 >>>> Safely unmerging already-installed instance... >No package files given... Grabbing a set. >--- replaced obj /usr/share/doc/ujson-5.6.0/README.md.bz2 >--- replaced dir /usr/share/doc/ujson-5.6.0 >--- replaced dir /usr/share/doc >--- replaced dir /usr/share >--- replaced obj /usr/lib/python3.10/site-packages/ujson.cpython-310-x86_64-linux-gnu.so >--- replaced obj /usr/lib/python3.10/site-packages/ujson-5.6.0.dist-info/top_level.txt >--- replaced obj /usr/lib/python3.10/site-packages/ujson-5.6.0.dist-info/WHEEL >--- replaced obj /usr/lib/python3.10/site-packages/ujson-5.6.0.dist-info/RECORD >--- replaced obj /usr/lib/python3.10/site-packages/ujson-5.6.0.dist-info/METADATA >--- replaced dir /usr/lib/python3.10/site-packages/ujson-5.6.0.dist-info >--- replaced dir /usr/lib/python3.10/site-packages >--- replaced dir /usr/lib/python3.10 >--- replaced dir /usr/lib >--- replaced dir /usr >>>> Original instance of package unmerged safely. >>>> dev-python/ujson-5.6.0 merged. > > * Messages for package dev-python/ujson-5.6.0: > > * Error! Installing dynamic libraries (.so) with blank PROVIDES! > > * GNU info directory index is up-to-date. > > * IMPORTANT: 3 news items need reading for repository 'gentoo'. > * Use eselect news read to view new items.
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 889738
: 847242