From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cQxLv5MWMz32Vl for ; Tue, 16 Sep 2025 09:24:55 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cQxLr2QRlz2xJy for ; Tue, 16 Sep 2025 09:24:52 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4cQxLq51wMznL; Tue, 16 Sep 2025 09:24:51 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1758014691; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=fXykEEXvEz9+lGb68q6A9YRv3ZvfUhQ0J7ICXUOLBbM=; b=BRFRBnKLSjoYSZeqA0ApRzHv0RKO+2D61ky0taqDUZU6a0gDb8FxJmIDmrEnXqlBk+F9JW LQ3g1TlyW1aqsPAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1758014691; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=fXykEEXvEz9+lGb68q6A9YRv3ZvfUhQ0J7ICXUOLBbM=; b=p1Y1WdzB94i9jY/pek12J/CD1AEn5ODedsVGqC+HKDxbKHAsXQTTUXBTimtCvnSa07OuBV xDTOULbBIufKCTXy02eu2vNQ7PO4KSrpTdRIjrmMXypSDDgMjiJrWIZ9GfUtR2ZLUwaWR7 zxMwKFUT2YmxPeYUS7jPymKdUlWOt0lFCWl0YSVyzoVe/PRIcHSrcFeUunFx/Zvtn/w+DW BK9Bc8e8jsslGGDBLTSCgufuvuG2mSQs/Oo/nKrmcBgHSfHRPF/76fKe445ovfIhIxebi5 82bnFFN08ph5vT/38mPJWHjMtWpaQ9CYhBpolcqVFq0wsXxWFad1byYImxh4Fg== Content-Type: text/plain; charset=us-ascii Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: Mime-Version: 1.0 Subject: Re: Failed Build of 'next' x86_64 on GNU/Linux 13 (trixie) From: Michael Tremer In-Reply-To: <5cd17450-2b6a-48d3-921f-6c6a2c48ee1c@yahoo.com> Date: Tue, 16 Sep 2025 10:24:51 +0100 Cc: IPFire Development Content-Transfer-Encoding: quoted-printable Message-Id: References: <5cd17450-2b6a-48d3-921f-6c6a2c48ee1c.ref@yahoo.com> <5cd17450-2b6a-48d3-921f-6c6a2c48ee1c@yahoo.com> To: Charles Brown And? Does the directory actually not exist? -Michael > On 15 Sep 2025, at 22:19, Charles Brown wrote: >=20 > Hi All, > I did a fresh pull ... >=20 > commit 0fb06f864f987396be173350362b35f1ebe1fd17 (HEAD -> next, = origin/next) > Author: Adolf Belka > Date: Mon Sep 15 17:47:27 2025 +0200 >=20 > Then did a clean and build -- resulting in new/different breakage >=20 > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=20 > ... > perl (5.36.0) [ 2:24 ][ DONE ] > python3 (3.10.8) [ 1:22 ][ FAIL ] >=20 > 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" !=3D "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" !=3D "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" !=3D "xno" ; then \ > case no in \ > upgrade) ensurepip=3D"--upgrade" ;; \ > install|*) ensurepip=3D"" ;; \ > esac; \ > ./python -E -m ensurepip \ > $ensurepip --root=3D/ ; \ > 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' >=20 > ERROR: Building python3 [ FAIL ] > Check = /home/cbrown/myProject/ipfire-2.x/log_x86_64/_build.toolchain.log for = errors if applicable[ FAIL ] >=20 > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=20 >=20 > -Charles >=20 >=20 >=20 >=20