From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZPKpQ5m48z3356 for ; Fri, 28 Mar 2025 12:39:10 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZPKpP64tHz2xWD for ; Fri, 28 Mar 2025 12:39:09 +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 4ZPKpP1LFBzlX; Fri, 28 Mar 2025 12:39:06 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1743165549; 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=xg93rEy/g8XgoC6/KqmQT+gHFJkEqszDC/UTQWlnIfc=; b=V5q5zINO3yn7sFDspj7E19hFuERygBwxNV3sknl1Kj3RxWEeGlR8owhPTx1f4M9B0qtsTR u8rHi0JIFna7pSDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1743165549; 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=xg93rEy/g8XgoC6/KqmQT+gHFJkEqszDC/UTQWlnIfc=; b=pBeg7ChkttRweajspL0HrlXz6HHs+5OKpLJLEtwrX+yi/MSxSzGTS+DenEsRDRUkvOpfUn 6uomVVdA2e+gBCXATTmW5430eE66RRO+o68huwuIWQTYOTeDfS8RMAgku9x8ArM8enXf+v XCndnohau8p99PCDI0LKsZYMSGWjeDwZX7woSXyDckmApKDWgblRWjYm2RFOAzhQMVwHSN qWdazqi78c9Qdz5Pyeu1Zj06uNxGhaRxyKKyXPMBL+5jvFhHHfgwqWJ0cI6o5DbXgPu9Up Ac5wLAhnfQ5+WodYR6WIHw3OVjPvHXoqJUwCrOR9PXXs1XI0fau4YdjfZ7XFtg== 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: Upload libloc to Debian From: Michael Tremer In-Reply-To: Date: Fri, 28 Mar 2025 12:39:06 +0000 Cc: location@lists.ipfire.org Content-Transfer-Encoding: quoted-printable Message-Id: <7C6C4771-4A81-4C50-B88E-3FC81B1AEC77@ipfire.org> References: <968FAB68-729C-4367-BA24-FDC1D1F885A7@ipfire.org> <6e7a9c4e-63c1-4896-bdb0-e621542ca3a7@guardianproject.info> <2B3195A3-B3AC-4002-A18B-275C58DDAA80@ipfire.org> <633f6312-7914-45db-882b-cb890a6f770c@guardianproject.info> <7A44A48A-9689-42AF-BC45-2B945CB9F0E1@ipfire.org> <50924840-11D7-4132-9124-576EB7B13549@ipfire.org> To: Jochen Sprickerhof Thank you. My build system is currently running bookworm :( > On 27 Mar 2025, at 16:55, Jochen Sprickerhof = wrote: >=20 > Hi Michael, >=20 > * Michael Tremer [2025-03-27 16:39]: >> On trixie, there is an additional problem where the build = dependencies cannot be installed: >>=20 >> Setting up python3.13-minimal:mips64el (3.13.2-2) ... >> /var/lib/dpkg/info/python3.13-minimal.postinst: 51: = /usr/bin/python3.13: Exec format error >> dpkg: error processing package python3.13-minimal:mips64el = (--configure): >> installed python3.13-minimal:mips64el package post-installation = script subprocess returned error exit status 126 >> Errors were encountered while processing: >> python3.13-minimal:mips64el >> E: Sub-process /usr/bin/dpkg returned an error code (1) >> E: Failed to process build dependencies >> script returned exit code 100 >=20 > On trixie try: >=20 > sbuild --chroot-mode=3Dunshare --anything-failed-commands=3D%s = --arch=3Dmips64el --dist=3Dunstable libloc >=20 > Cheers Jochen