Hello.
Today I decided to update the packages for my OpenWRT project with these commands:
./scripts/feeds update -a
./scripts/feeds install -a
Then during assembly the following error appeared:
The necessary bits to build these optional modules were not found:
readline
To find the necessary bits, look in setup.py in detect_modules() for the module's name.
The following modules found by detect_modules() in setup.py have not
been built, they are *disabled* by configure:
_ctypes_test _testbuffer _testcapi
_testclinic _testimportmultiple _testinternalcapi
_testmultiphase _xxtestfuzz
Traceback (most recent call last):
File "/home/user/openwrt/build_dir/target-aarch64_generic_musl/Python-3.11.7/./setup.py", line 1621, in <module>
main()
File "/home/user/openwrt/build_dir/target-aarch64_generic_musl/Python-3.11.7/./setup.py", line 1591, in main
setup(# PyPI Metadata (PEP 301)
File "/home/user/openwrt/build_dir/target-aarch64_generic_musl/Python-3.11.7/Lib/distutils/core.py", line 148, in setup
dist.run_commands()
File "/home/user/openwrt/build_dir/target-aarch64_generic_musl/Python-3.11.7/Lib/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
File "/home/user/openwrt/build_dir/target-aarch64_generic_musl/Python-3.11.7/Lib/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/home/user/openwrt/build_dir/target-aarch64_generic_musl/Python-3.11.7/Lib/distutils/command/build.py", line 135, in run
self.run_command(cmd_name)
File "/home/user/openwrt/build_dir/target-aarch64_generic_musl/Python-3.11.7/Lib/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/home/user/openwrt/build_dir/target-aarch64_generic_musl/Python-3.11.7/Lib/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/home/user/openwrt/build_dir/target-aarch64_generic_musl/Python-3.11.7/Lib/distutils/command/build_ext.py", line 343, in run
self.build_extensions()
File "/home/user/openwrt/build_dir/target-aarch64_generic_musl/Python-3.11.7/./setup.py", line 522, in build_extensions
self.summary(mods_built, mods_disabled)
File "/home/user/openwrt/build_dir/target-aarch64_generic_musl/Python-3.11.7/./setup.py", line 600, in summary
raise RuntimeError("Failed to build some stdlib modules")
RuntimeError: Failed to build some stdlib modules
make[7]: *** [Makefile:868: sharedmods] Error 1
make[7]: Leaving directory '/home/user/openwrt/build_dir/target-aarch64_generic_musl/Python-3.11.7'
make[6]: *** [Makefile:767: build_all_generate_profile] Error 2
make[6]: Leaving directory '/home/user/openwrt/build_dir/target-aarch64_generic_musl/Python-3.11.7'
make[5]: *** [Makefile:743: profile-gen-stamp] Error 2
make[5]: Leaving directory '/home/user/openwrt/build_dir/target-aarch64_generic_musl/Python-3.11.7'
make[4]: *** [Makefile:755: profile-run-stamp] Error 2
make[4]: Leaving directory '/home/user/openwrt/build_dir/target-aarch64_generic_musl/Python-3.11.7'
make[3]: *** [Makefile:354: /home/user/openwrt/build_dir/target-aarch64_generic_musl/Python-3.11.7/.built] Error 2
make[3]: Leaving directory '/home/user/openwrt/feeds/packages/lang/python/python3'
time: package/feeds/packages/python3/compile#297.17#19.66#307.53
ERROR: package/feeds/packages/python3 failed to build.
make[2]: *** [package/Makefile:120: package/feeds/packages/python3/compile] Error 1
make[2]: Leaving directory '/home/user/openwrt'
make[1]: *** [package/Makefile:114: /home/user/openwrt/staging_dir/target-aarch64_generic_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/user/openwrt'
make: *** [/home/user/openwrt/include/toplevel.mk:232: world] ΠΡΠΈΠ±ΠΊΠ° 2
I tried to write make clean and searched the Internet for solutions to similar problems, but nothing works, the error remains. It asks for modules that have the word test everywhere, but there are none in menuconfig