-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Closed as not planned
Labels
buildThe build process and cross-buildThe build process and cross-buildextension-modulesC modules in the Modules dirC modules in the Modules dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
The following modules found by detect_modules() in setup.py, have been
built by the Makefile instead, as configured by the Setup files:
_abc pwd time
Failed to build these modules:
_bz2
running build_scripts
copying and adjusting /root/python_3.10.2/Python-3.10.2/Tools/scripts/pydoc3 -> build/scripts-3.10
copying and adjusting /root/python_3.10.2/Python-3.10.2/Tools/scripts/idle3 -> build/scripts-3.10
copying and adjusting /root/python_3.10.2/Python-3.10.2/Tools/scripts/2to3 -> build/scripts-3.10
changing mode of build/scripts-3.10/pydoc3 from 644 to 755
changing mode of build/scripts-3.10/idle3 from 644 to 755
changing mode of build/scripts-3.10/2to3 from 644 to 755
renaming build/scripts-3.10/pydoc3 to build/scripts-3.10/pydoc3.10
renaming build/scripts-3.10/idle3 to build/scripts-3.10/idle3.10
renaming build/scripts-3.10/2to3 to build/scripts-3.10/2to3-3.10
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -fPIC -DPy_BUILD_CORE -o Programs/_testembed.o ./Programs/_testembed.c
gcc -pthread -Xlinker -export-dynamic -o Programs/_testembed Programs/_testembed.o -L. -lpython3.10 -lcrypt -lpthread -ldl -lutil -lm -lm
sed -e "s,@EXENAME@,/usr/local/bin/python3.10," < ./Misc/python-config.in >python-config.py
LC_ALL=C sed -e 's,\$(\([A-Za-z0-9_]*\)),\$\{\1\},g' < Misc/python-config.sh >python-config
[root@VM-0-14-centos Python-3.10.2]# sudo yum install bzip2
Repository extras is listed more than once in the configuration
Warning: failed loading '/etc/yum.repos.d/raven.repo', skipping.
Last metadata expiration check: 1:45:54 ago on Thu 20 Apr 2023 07:06:07 PM CST.
Package bzip2-1.0.6-26.el8.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
[root@VM-0-14-centos Python-3.10.2]# rpm -q bzip2 bzip2-devel
bzip2-1.0.6-26.el8.x86_64
bzip2-devel-1.0.6-26.el8.x86_64
[root@VM-0-14-centos Python-3.10.2]# rpm -qa | grep bzip2
bzip2-libs-1.0.6-26.el8.x86_64
bzip2-devel-1.0.6-26.el8.x86_64
bzip2-1.0.6-26.el8.x86_64
Metadata
Metadata
Assignees
Labels
buildThe build process and cross-buildThe build process and cross-buildextension-modulesC modules in the Modules dirC modules in the Modules dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Done