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 4gYrCb4kN9z2y4x for ; Mon, 08 Jun 2026 11:58:19 +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 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gYrCX2jtjz2xLt for ; Mon, 08 Jun 2026 11:58:16 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4gYrCV5FHMz7b for ; Mon, 08 Jun 2026 11:58:14 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1780919894; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=GD5KOYzCCK/j6gvDKK2a5WPgTTQdw7OgsmYhBXZ2CQw=; b=Ij+i5aajl3ZaAWS2h/jhysxty0mIJ8nQ7PFFgxL3zhj4+U4G9mmpWythuLQyQ0cs8plMM6 sedd0heAH+rEpODg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1780919894; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=GD5KOYzCCK/j6gvDKK2a5WPgTTQdw7OgsmYhBXZ2CQw=; b=jyW1J8so3bzFRCiVa14GGMMTnD9KBdjrc9SKYKNEcKvvtiJ4jSwAHchNBdNT1d6eMhQwQj n9NOQVirx8wKlGKkuXG3jQNthO3DeelnNVx7df4hgAz8Aqrq+e5DNNSr+/GMlijrMCULtH mhpjACKEtA8DaQr5LuObtTxPeLLKYoH0+Cu1Ve5xDnMNXFTf803UGmsNlqD8m4B1OEZGLb X2rwZ7wUpIDZNV/6gJ6QFtMs7SQVUV41my0nFfWLeNtLSIB37tiTgMqE8gGr2sPcT9+dQ4 TZWAZJAFe8aHe2jeDXsN0A4OGJc5qfJvnEKTP1mh+bQikMrcTYZt3f8QkzBiXw== Message-ID: <530a1f74-957c-4c3f-a3ea-7c5c0962bbae@ipfire.org> Date: Mon, 8 Jun 2026 13:58:07 +0200 Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Language: en-US To: "IPFire: Development-List" From: Matthias Fischer Subject: Unending item build Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi all, I'd like to warm up an old problem...perhaps I found something like a solution. The original problem is rather old - it dates from 2025-01-15. It still can be found here: https://marc.info/?l=ipfire-development&m=173691503411708 Once in a while I experienced the same problem like Jon - building stopped suddenly: "./make.sh build goes into a loop and builds an item forever." And it doesn't matter which item. Either the counter kept running indefinitely, or it stopped displaying anything at all. That was pretty annoying. No errors, nothing in the logs. After stopping the build with CTRL-C and restarting the whole build, usually everything ran through and worked again as if nothing had happened. The last message often was just "make: Leaving directory '/usr/src/lfs'" and that was all. Lastly I was thinking it might have something to do with counters. So I changed "while sleep 1" to "while sleep 2" in 'make.sh'. Nothing more. Since then buildings are running without stopping anymore... Did anyone had similar problems? Best Matthias