-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
Description
Package Name
python3
Maintainer
OpenWrt Version
SNAPSHOT
OpenWrt Target/Subtarget
x86/64
Steps to Reproduce
make package/feeds/packages/python3/{clean,compile} -j$(nproc) V=sActual Behaviour
ERROR: package/feeds/packages/python3 [host] failed to build.
make[2] -C customfeeds/packages/lang/python/python-flit-core host-compile
ERROR: package/feeds/packages/python-flit-core [host] failed to build.
make[2] -C customfeeds/packages/lang/python/python-installer host-compile
ERROR: package/feeds/packages/python-installer [host] failed to build.
make[2] -C customfeeds/packages/lang/python/python-packaging host-compile
make[2] -C customfeeds/packages/lang/python/python-pyproject-hooks host-compile
ERROR: package/feeds/packages/python-pyproject-hooks [host] failed to build.
ERROR: package/feeds/packages/python-packaging [host] failed to build.
make[2] -C customfeeds/packages/lang/python/python-build host-compile
ERROR: package/feeds/packages/python-build [host] failed to build.
make[2] -C customfeeds/packages/lang/python/python-wheel host-compile
ERROR: package/feeds/packages/python-wheel [host] failed to build.
make[2] -C customfeeds/packages/lang/python/python3 compile
make[2] -C customfeeds/packages/lang/python/python-setuptools host-compile
make[2] -C package/kernel/mac80211 compile
ERROR: package/feeds/packages/python-setuptools [host] failed to build.
make[2] -C customfeeds/packages/utils/ttyd compile
ERROR: package/feeds/packages/python3 failed to build.
--
make[2]: Leaving directory '/home/ranran/actions-runner/_work/OpenWRT-X86_64/OpenWRT-X86_64/openwrt/package/libs/openssl'
time: package/libs/openssl/compile#2.54#0.68#3.13
0:00:35 load avg: 9.05 [41/43] test_time passed
0:00:35 load avg: 9.05 [42/43] test_xml_etree
0:00:35 load avg: 9.05 [42/43] test_xml_etree passed
0:00:35 load avg: 9.05 [43/43] test_xml_etree_c
0:00:36 load avg: 9.05 [43/43] test_xml_etree_c passed
Total duration: 36.3 sec
Total tests: run=8,601 skipped=314
Total test files: run=43/43 failed=1 skipped=2
Result: FAILURE
make[3]: *** [Makefile:895: profile-run-stamp] Error 2
make[3]: Leaving directory '/home/ranran/actions-runner/_work/OpenWRT-X86_64/OpenWRT-X86_64/openwrt/build_dir/hostpkg/Python-3.13.9'
make[2]: *** [Makefile:344: /home/ranran/actions-runner/_work/OpenWRT-X86_64/OpenWRT-X86_64/openwrt/build_dir/hostpkg/Python-3.13.9/.built] Error 2
make[2]: Leaving directory '/home/ranran/actions-runner/_work/OpenWRT-X86_64/OpenWRT-X86_64/openwrt/customfeeds/packages/lang/python/python3'
time: package/feeds/packages/python3/host-compile#31.26#0.68#36.69
ERROR: package/feeds/packages/python3 [host] failed to build.
make[1]: *** [package/Makefile:185: package/feeds/packages/python3/host/compile] Error 1
make[1]: Leaving directory '/home/ranran/actions-runner/_work/OpenWRT-X86_64/OpenWRT-X86_64/openwrt'
make: *** [/home/ranran/actions-runner/_work/OpenWRT-X86_64/OpenWRT-X86_64/openwrt/include/toplevel.mk:233: package/feeds/packages/python3/compile] Error 2
Confirmation Checklist
- The package is maintained in this repository.
- I understand that issues related to the base OpenWrt repository or LuCI repository will be closed.
- I am reporting an issue for OpenWrt, not an unsupported fork.