Hi Michael
On 9/16/2025 4:24 AM, Michael Tremer wrote:
And? Does the directory actually not exist?
-Michael
It appears to exist ...
cbrown@samba:~/myProject/ipfire-2.x/build_x86_64$ sudo find . -type d
-iname '*site-packages*'
./usr/src/Python-3.10.8/Lib/site-packages
./tools_x86_64/lib/python3.10/site-packages
On 15 Sep 2025, at 22:19, Charles Brown <[email protected]> wrote:
Hi All,
I did a fresh pull ...
commit 0fb06f864f987396be173350362b35f1ebe1fd17 (HEAD -> next, origin/next)
Author: Adolf Belka <[email protected]>
Date: Mon Sep 15 17:47:27 2025 +0200
Then did a clean and build -- resulting in new/different breakage
=============================================================================================
...
perl (5.36.0) [ 2:24 ][ DONE ]
python3 (3.10.8) [ 1:22 ][ FAIL ]
rm -f /tools_x86_64/bin/pydoc3
(cd /tools_x86_64/bin; ln -s pydoc3.10 pydoc3)
rm -f /tools_x86_64/bin/2to3
(cd /tools_x86_64/bin; ln -s 2to3-3.10 2to3)
if test "x" != "x" ; then \
rm -f /tools_x86_64/bin/python3-32; \
(cd /tools_x86_64/bin; ln -s python3.10-32 python3-32) \
fi
if test "x" != "x" ; then \
rm -f /tools_x86_64/bin/python3-intel64; \
(cd /tools_x86_64/bin; ln -s python3.10-intel64 python3-intel64) \
fi
rm -f /tools_x86_64/share/man/man1/python3.1
(cd /tools_x86_64/share/man/man1; ln -s python3.10.1 python3.1)
if test "xno" != "xno" ; then \
case no in \
upgrade) ensurepip="--upgrade" ;; \
install|*) ensurepip="" ;; \
esac; \
./python -E -m ensurepip \
$ensurepip --root=/ ; \
fi
make[1]: Leaving directory
'/home/cbrown/myProject/ipfire-2.x/build_x86_64/usr/src/Python-3.10.8'
# Remove precompiled pycache at toolchain and tests
cd /tools_x86_64/lib/python3.10 && find . | grep -E
"(/__pycache__|/test/)" | xargs rm -rf
# Remove the bundled setuptools directories
cd /usr/lib/python3.10/site-packages/ && rm -r setuptools*
/bin/sh: 1: cd: can't cd to /usr/lib/python3.10/site-packages/
make: *** [python3:104:
/home/cbrown/myProject/ipfire-2.x/log_x86_64/Python-3.10.8-tools] Error 2
make: Leaving directory '/home/cbrown/myProject/ipfire-2.x/lfs'
ERROR: Building python3 [ FAIL ]
Check /home/cbrown/myProject/ipfire-2.x/log_x86_64/_build.toolchain.log
for errors if applicable[ FAIL ]
===============================================================================================
-Charles