From debbugs-submit-bounces@debbugs.gnu.org Fri May 24 12:04:47 2024 Received: (at submit) by debbugs.gnu.org; 24 May 2024 16:04:47 +0000 Received: from localhost ([127.0.0.1]:37858 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sAXPS-0001CX-DV for submit@debbugs.gnu.org; Fri, 24 May 2024 12:04:47 -0400 Received: from lists.gnu.org ([209.51.188.17]:52392) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sAWs1-0000um-2B for submit@debbugs.gnu.org; Fri, 24 May 2024 11:30:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sAWrs-0007QN-KK for bug-guix@gnu.org; Fri, 24 May 2024 11:30:04 -0400 Received: from mail-108-mta138.mxroute.com ([136.175.108.138]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sAWrq-0006Qx-8W for bug-guix@gnu.org; Fri, 24 May 2024 11:30:04 -0400 Received: from filter006.mxroute.com ([136.175.111.3] filter006.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta138.mxroute.com (ZoneMTA) with ESMTPSA id 18fab3479c5000efce.001 for (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384); Fri, 24 May 2024 15:24:54 +0000 X-Zone-Loop: ea5c7cda501819e500dd163389aea144195adfe1f6cc X-Originating-IP: [136.175.111.3] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=icepic.de; s=x; h=Content-Type:MIME-Version:Message-ID:Date:Subject:To:From:Sender: Reply-To:Cc:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=XSX/9KVTTVIYVmvhDMOuNUN7DsMIIOfMLcY573ML698=; b=SofX0FD2KILz+AXiujyf/Kyead ZWPSNqY4M2QMUrv/wU3dMk/okIGGIGnVsLKrqYdYkC1/hqicjT+JhnPX3fUlpgGuQ2C6JDpvPcNzg guYK+qECH27J+HcYq+GCOfLEAdQZ2YUmCB8ep+SNJO67iFqIZqY7cUNU9aQ7xbNb6uugCzwtkSPm0 kVr2u5cQlZbM642lyxXIhmhIAvTqfECt1AsK4kKW+NVplYZ61GV8hAlyJaiFj3aShWsVVOqu5y91l bSaaZtcUlqStF1nq7096615/kLuLo2zrbTnCraJGZvUjaVm0V8S67zM8VCFhUDJ7LxswK/NdEHMsa RrjsozjA==; From: Christoph Buck To: bug-guix@gnu.org Subject: libb2 fails to build during cross-compilation User-Agent: mu4e 1.12.0; emacs 30.0.50 Date: Fri, 24 May 2024 17:24:50 +0200 Message-ID: <874jantepp.fsf@icepic.de> MIME-Version: 1.0 Content-Type: text/plain X-Authenticated-Id: dev@icepic.de Received-SPF: pass client-ip=136.175.108.138; envelope-from=dev@icepic.de; helo=mail-108-mta138.mxroute.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 24 May 2024 12:04:45 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Hi! The package libb2 in `(gnu packages crypto)` fails during cross-compilation from `x86_64-linux-gn` to `aarch64-linux-gnu`, but possible more combinations are broken. Steps to reproduce: > git log --oneline HEAD^..HEAD > 9901416233 (origin/master, origin/HEAD) gnu: ctl: Update to 1.5.3. > ./pre-inst-env guix build libb2 --system=x86_64-linux > --target=aarch64-linux-gnu --no-substitutes --no-grafts > [...] > checking for objdir... .libs > checking if aarch64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no > checking for aarch64-linux-gnu-gcc option to produce PIC... -fPIC -DPIC > checking if aarch64-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes > checking if aarch64-linux-gnu-gcc static flag -static works... yes > checking if aarch64-linux-gnu-gcc supports -c -o file.o... yes > checking if aarch64-linux-gnu-gcc supports -c -o file.o... (cached) yes > checking whether the aarch64-linux-gnu-gcc linker (/gnu/store/kh7kl57h5i3vzx9hbbairnkkgnx7kf61-gcc-cross-aarch64-linux-gnu-11.3.0/libexec/gcc/aarch64-linux-gnu/ld) supports shared libraries... yes > checking whether -lc should be explicitly linked in... no > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... yes > checking whether C compiler accepts -O3... yes > checking whether C compiler accepts -msse2... no > configure: error: Compiler does not know -msse2. > error: in phase 'configure': uncaught exception: > %exception #<&invoke-error program: "/gnu/store/rib9g2ig1xf3kclyl076w28parmncg4k-bash-minimal-5.1.16/bin/bash" arguments: ("./configure" "CC_FOR_BUILD=gcc" "CONFIG_SHELL=/gnu/store/rib9g2ig1xf3kclyl076w28parmncg4k-bash-minimal-5.1.16/bin/bash" "SHELL=/gnu/store/rib9g2ig1xf3kclyl076w28parmncg4k-bash-minimal-5.1.16/bin/bash" "--prefix=/gnu/store/5cy4lw70ilgwbrmav12xli0lyqzwvmk5-libb2-0.98.1" "--enable-fast-install" "--build=x86_64-unknown-linux-gnu" "--host=aarch64-linux-gnu" "--enable-fat" "--disable-native") exit-status: 1 term-signal: #f stop-signal: #f> > phase `configure' failed after 1.2 seconds > command "/gnu/store/rib9g2ig1xf3kclyl076w28parmncg4k-bash-minimal-5.1.16/bin/bash" "./configure" "CC_FOR_BUILD=gcc" "CONFIG_SHELL=/gnu/store/rib9g2ig1xf3kclyl076w28parmncg4k-bash-minimal-5.1.16/bin/bash" "SHELL=/gnu/store/rib9g2ig1xf3kclyl076w28parmncg4k-bash-minimal-5.1.16/bin/bash" "--prefix=/gnu/store/5cy4lw70ilgwbrmav12xli0lyqzwvmk5-libb2-0.98.1" "--enable-fast-install" "--build=x86_64-unknown-linux-gnu" "--host=aarch64-linux-gnu" "--enable-fat" "--disable-native" failed with status 1 > builder for `/gnu/store/rlhm80fld1h2xszn3yh7x5fvr295x6qh-libb2-0.98.1.drv' failed with exit code 1 > build of /gnu/store/rlhm80fld1h2xszn3yh7x5fvr295x6qh-libb2-0.98.1.drv failed > Could not find build log for '/gnu/store/rlhm80fld1h2xszn3yh7x5fvr295x6qh-libb2-0.98.1.drv'. > guix build: error: build of > `/gnu/store/rlhm80fld1h2xszn3yh7x5fvr295x6qh-libb2-0.98.1.drv' failed Root-cause: The `configure-flags` in the package definition of libb2 are broken for cross-compilation. > `(#:configure-flags > (list > ,@(if (any (cute string-prefix? <> (or (%current-system) > (%current-target-system))) > '("x86_64" "i686")) > ;; fat only checks for Intel optimisations > '("--enable-fat") > '()) > "--disable-native")) Shot-circuit evaluation of the `or` operator leads to enabling of `fat` as long as `%current-system` is set to `x86_64/i686` regardless of the value of `%current-target-system`. If `%current-target-system` is set for example to the `aarch64-linux-gnu` triplet, `--enable-fat` is added to the configure flags which in turn will break compilation. I am not entirley sure, what `enable-fat` does. From my understanding this flag enables fat binaries (or multiarchitecture binaries), which seems to require the `sse2` instruction set. The cross compile toolchain for aarch64-linux-gnu (and mostlikey other toolchains as well) does not support this instruction set. As a quick workaround, i came up with the following patch: > `(#:configure-flags > (list > ,@(let ((check-x86 (lambda (triplet) (any (cute string-prefix? <> triplet) '("x86_64" "i868"))))) > (if (%current-target-system) > (if (check-x86 (%current-target-system)) > '("--enable-fat") > '()) > (if (check-x86 (%current-system)) > '("--enable-fat") > '()))) > "--disable-native")) This enables fat binaries if the target system is set to `x86_64/i868` regardless of the value of `%current-system`. If the target system is not set, fat binaries are only enabled if the `%current-system` is set to `x86_64/i868`. Most likely there is a cleaner way to write this, but i am a total scheme newbee. If required, i can submit a real patch. Best regards Christoph From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 28 10:15:04 2024 Received: (at 71174) by debbugs.gnu.org; 28 Jun 2024 14:15:04 +0000 Received: from localhost ([127.0.0.1]:46006 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNCNT-0004lm-Et for submit@debbugs.gnu.org; Fri, 28 Jun 2024 10:15:04 -0400 Received: from mail-108-mta144.mxroute.com ([136.175.108.144]:41731) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNAnT-0001dY-Rk for 71174@debbugs.gnu.org; Fri, 28 Jun 2024 08:33:48 -0400 Received: from filter006.mxroute.com ([136.175.111.3] filter006.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta144.mxroute.com (ZoneMTA) with ESMTPSA id 1905ed6551b00017a3.001 for <71174@debbugs.gnu.org> (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384); Fri, 28 Jun 2024 12:33:43 +0000 X-Zone-Loop: af6e99285c219a6ebfc1dc1b88ef38a3911672d63e39 X-Originating-IP: [136.175.111.3] From: Christoph Buck To: 71174@debbugs.gnu.org Subject: [PATCH] gnu: libb2: Fix cross-compilation for non x86_64 systems Date: Fri, 28 Jun 2024 14:33:11 +0200 Message-ID: <49709079427ebd67560089df240d7aeb1bab9b1c.1719577991.git.dev@icepic.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Authenticated-Id: dev@icepic.de X-Spam-Score: 0.4 (/) X-Debbugs-Envelope-To: 71174 X-Mailman-Approved-At: Fri, 28 Jun 2024 10:15:01 -0400 Cc: Christoph Buck X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.6 (/) * gnu/packages/crypto.scm (libb2): Disable fat-binary compile time option for non x86_64 target systems. Change-Id: Ibdf009960fecae4ffc033a36b3abf28c2f8935aa --- gnu/packages/crypto.scm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index 9c62689d18..1d376fb43c 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -809,12 +809,14 @@ (define-public libb2 (arguments `(#:configure-flags (list - ,@(if (any (cute string-prefix? <> (or (%current-system) - (%current-target-system))) - '("x86_64" "i686")) - ;; fat only checks for Intel optimisations - '("--enable-fat") - '()) + ,@(let ((check-x86 (lambda (triplet) (any (cute string-prefix? <> triplet) '("x86_64" "i868"))))) + (if (%current-target-system) + (if (check-x86 (%current-target-system)) + '("--enable-fat") + '()) + (if (check-x86 (%current-system)) + '("--enable-fat") + '()))) "--disable-native"))) ;don't optimise at build time (home-page "https://blake2.net/") (synopsis "Library implementing the BLAKE2 family of hash functions") base-commit: 6a7d5cda17fd9d4bd99c58f7a5dbdd2d021354f9 -- 2.45.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 28 10:15:06 2024 Received: (at 71174) by debbugs.gnu.org; 28 Jun 2024 14:15:06 +0000 Received: from localhost ([127.0.0.1]:46008 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNCNV-0004ls-9Y for submit@debbugs.gnu.org; Fri, 28 Jun 2024 10:15:06 -0400 Received: from mail-108-mta235.mxroute.com ([136.175.108.235]:40759) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNBAC-0002BK-6y for 71174@debbugs.gnu.org; Fri, 28 Jun 2024 08:57:17 -0400 Received: from filter006.mxroute.com ([136.175.111.3] filter006.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta235.mxroute.com (ZoneMTA) with ESMTPSA id 1905eebd74200017a3.001 for <71174@debbugs.gnu.org> (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384); Fri, 28 Jun 2024 12:57:12 +0000 X-Zone-Loop: 33ed5eb433b91b864c5a57dbe19c02856fa5bf8bc725 X-Originating-IP: [136.175.111.3] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=icepic.de; s=x; h=Content-Transfer-Encoding:MIME-Version:Message-ID:Date:Subject:Cc:To: From:Sender:Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Id:List-Help:List-Unsubscribe:List-Subscribe:List-Post: List-Owner:List-Archive; bh=+3DBhXeG0GPjwjc0fA7JM9/AcIGHRf5GM/ORlUwWd4Q=; b=G xy13d5zxAJDXwl3Bq7+gGF8B0cA/MWVXUGlKG5A9tPQv5Ma3Xna9VrSmkArubKTjnAvPukkbxDHcX Eec5Io14KRBb6jYQL/3rzmy3Z37MPPOmJC9wzo8+Azmwha5lsX8xDQm0xuxSej2Nq6jJQiwfQIiHu Qr+geQP9mFJxMpQg0+iosIpO3MqRq3FRdEk/H0Chjj2+RXnLwWU1PQIA0pAZTRXHSMjwIOrY15hts iyQw7b7W2RURIWUAAnLYjPtIUoBYh+71Fmw90v2set2yRq82yABCSs15lKPmZEhitSWQCJLfZsFjh zhgssTDXKV1KOS4fL7zWaOxNyQQQyp/ig==; From: Christoph Buck To: 71174@debbugs.gnu.org Subject: [PATCH] gnu: libb2: Fix cross-compilation for non x86_64 systems Date: Fri, 28 Jun 2024 14:56:51 +0200 Message-ID: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Authenticated-Id: dev@icepic.de X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 71174 X-Mailman-Approved-At: Fri, 28 Jun 2024 10:15:01 -0400 Cc: Christoph Buck X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/crypto.scm (libb2): Disable fat-binary compile time option for non x86_64 target systems. Change-Id: Ibdf009960fecae4ffc033a36b3abf28c2f8935aa --- gnu/packages/crypto.scm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index 9c62689d18..1d376fb43c 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -809,12 +809,14 @@ (define-public libb2 (arguments `(#:configure-flags (list - ,@(if (any (cute string-prefix? <> (or (%current-system) - (%current-target-system))) - '("x86_64" "i686")) - ;; fat only checks for Intel optimisations - '("--enable-fat") - '()) + ,@(let ((check-x86 (lambda (triplet) (any (cute string-prefix? <> triplet) '("x86_64" "i868"))))) + (if (%current-target-system) + (if (check-x86 (%current-target-system)) + '("--enable-fat") + '()) + (if (check-x86 (%current-system)) + '("--enable-fat") + '()))) "--disable-native"))) ;don't optimise at build time (home-page "https://blake2.net/") (synopsis "Library implementing the BLAKE2 family of hash functions") base-commit: 6a7d5cda17fd9d4bd99c58f7a5dbdd2d021354f9 -- 2.45.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 12 08:57:46 2024 Received: (at 71174-done) by debbugs.gnu.org; 12 Nov 2024 13:57:46 +0000 Received: from localhost ([127.0.0.1]:32962 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tArOs-0000Js-5z for submit@debbugs.gnu.org; Tue, 12 Nov 2024 08:57:46 -0500 Received: from mail-germanywestcentralazon11020082.outbound.protection.outlook.com ([52.101.171.82]:32312 helo=FR6P281CU001.outbound.protection.outlook.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tAoYl-0000Uv-Fc for 71174-done@debbugs.gnu.org; Tue, 12 Nov 2024 05:55:48 -0500 ARC-Seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=vr9SY0x1N+Ep2w1O8Dm8oe2kvimuIYFGUIu3q32TYQqBvxx8sc3N4ohlYXjGKOXG3xxBsNIomPsHD7vJD8VdS2/2T1JYoOY8kHeiQnFm6O6v/nBZ5k3IY0Mj7z3+S7cZWtu0/eYVPjs0nJC3wn8Ckw9vrA8fy5iOlWezz6GKDuVPppei2pOTRkDO6XMi5NWKm+TsfgAzGPqshxoySfv3RAbSH/Mg/RHozwD8iaYitKxhHSpHg1e41ltTYcuQFb9A5cIspBpbeovUlEymEgcEKTULmngay8rpjge56w1Ix0dbEhZQL1Jy4zHqCcG8iEfSoQ0egIkmCUpiMoeV7qntoQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=GTyC16xwuZeZ9Q+WWJMKPZ4a7CB8lktzQKBqUwRA6CE=; b=DwDhhzVwz0ZuPYTYcvvqikOa7M0WksUevbNfB9g6acV659c7b6Ii8GVHWWn/kR/FqRXThudaJZNR+9cbHF6iFKbzvXnlDW3R1wtvSaNuxjHVeF/g+iwjvbLQ0wF9it4SvSBlmRTu78TsdLZrVq2THD0jQDYMyW7mtNJ9bO/S7CjT9q9WVwFKyu4AZyInrewzdJCvPb5sJksK6X82bDmkMfqF1kDNaohSg5UUZ0JP5y75V9BUwyxxVY6WTxCXsKjyMUE3Mx/b6CO8JLyuDprqwyUvQHW3evvelie3EhpMYakJHDaMCPcbwpcFr2quAh9e9BuTG1S7B6zKOLffOONyVw== ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=smartoptics.de; dmarc=pass action=none header.from=smartoptics.de; dkim=pass header.d=smartoptics.de; arc=none Authentication-Results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=smartoptics.de; Received: from BE1PPFF63ABBF7E.DEUP281.PROD.OUTLOOK.COM (2603:10a6:b18::6ab) by FR1PPF15284A202.DEUP281.PROD.OUTLOOK.COM (2603:10a6:d18::f15) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.8137.28; Tue, 12 Nov 2024 10:55:33 +0000 Received: from BE1PPFF63ABBF7E.DEUP281.PROD.OUTLOOK.COM ([fe80::6ba0:6ee9:9bad:50c1]) by BE1PPFF63ABBF7E.DEUP281.PROD.OUTLOOK.COM ([fe80::6ba0:6ee9:9bad:50c1%2]) with mapi id 15.20.8137.027; Tue, 12 Nov 2024 10:55:33 +0000 From: Christoph Buck To: 71174-done@debbugs.gnu.org Subject: Re: libb2 fails to build during cross-compilation In-Reply-To: Date: Tue, 12 Nov 2024 11:55:31 +0100 Message-ID: <87ttccg1r0.fsf@smartoptics.de> Content-Type: text/plain X-ClientProxiedBy: FR3P281CA0031.DEUP281.PROD.OUTLOOK.COM (2603:10a6:d10:1c::9) To BE1PPFF63ABBF7E.DEUP281.PROD.OUTLOOK.COM (2603:10a6:b18::6ab) MIME-Version: 1.0 X-MS-PublicTrafficType: Email X-MS-TrafficTypeDiagnostic: BE1PPFF63ABBF7E:EE_|FR1PPF15284A202:EE_ X-MS-Office365-Filtering-Correlation-Id: b57c814d-acc8-463d-316d-08dd030887e9 X-MS-Exchange-SenderADCheck: 1 X-MS-Exchange-AntiSpam-Relay: 0 X-Microsoft-Antispam: BCL:0; ARA:13230040|376014|52116014|1800799024|366016|38350700014; X-Microsoft-Antispam-Message-Info: =?us-ascii?Q?H/oVIbClMwn0ZwPrEIA/gOk0w7lyd8VZtQjL89FfTNT9DTtTeEfdmjhZ/NkD?= =?us-ascii?Q?uqOekNxBmrd1HDpsSy6rnhduG2or85xQhoQNZIupCiKDSicoRU9JhFnOzxkq?= =?us-ascii?Q?Tq1qCqZQuZsYkWf/ipGPQzdZ8a3neTTga3YjUxFHKGa6wlSiImfi2y9/cwqn?= =?us-ascii?Q?w8+7CAMmqsVdiZJ8Oo+PUksrFmgP1BBw7Pu9GzbagsiZ4iqAHgnQFwvSpQSc?= =?us-ascii?Q?HLyKl2ac11q3kOPltLko+Vo3qTj3kVgZ3yaxfVBHoQHxWUwV4yS+1R7E+xCN?= =?us-ascii?Q?x7onvK/RUYxJvy0lihlQ5UiK5kxUNcRIwkxFh8RQ+dTmm18XYiFe9XfqLhGT?= =?us-ascii?Q?FKy8VMMRsBstVc2pozXICPN22AJfYZuMoz9MRZMN5ikdpZvHLvsgT9UbyC/s?= =?us-ascii?Q?DldjQp+0L84i+UY+Q/MAbzAZs7rmcHzZegzEUOWin408awd0RXcwfq4ZnQpN?= =?us-ascii?Q?5hMv2Sek6v0toDa6GJiPBWStNmLyMBZCgXOFjZw36JkLy6zhTvmApJrsfGjn?= =?us-ascii?Q?4xzWRftqFwZCiZgg/S9OYIGxlmhs5N5wehU2mVGqUD3uo+Nbjf7D02YH+dcm?= =?us-ascii?Q?B1ayY4VH+nN28VwEaMs90erb8n4QRFx5poMHLIjoEB4QC0chp5+rgq8xu40e?= =?us-ascii?Q?TyD9M8Dc7CGufsaBAQhhW31R5x1UOvhCuxpLB82TtqnFQrbxqKoJhqabddi0?= =?us-ascii?Q?b3XcEawDArZcdD9TUn7LNybqOK7DFJAwadwIa0S2ooy+3FZTsfyWtrp2Yki0?= =?us-ascii?Q?GMM662D7xXINHSIoPsWBgW7GeI7Z+i8uH+P3ExZFLWMvDKn724gRZg9NCk8o?= =?us-ascii?Q?1gdNU56X3/r1E7/4NyuOloORsqQIdnyPYDuNbK3OC8yWGg5h2Zd8Yz5DnjLV?= =?us-ascii?Q?h6PP3Epa+kMhLUFivZn4zrcmC3Mrh4FTYyTFkLfrHg/adS+Rt584pV5jpYJi?= =?us-ascii?Q?rhLE/67hErjCLST3dHnwfs3cgSnft7ecnuyJEdeB3YRohF6KL8rfHgmoN7Ss?= =?us-ascii?Q?a3UHBR8xTiLrX/BItL3M3isaj1oYK/Ljit+cHD6H8BEnCChxXIyppl6Otat7?= =?us-ascii?Q?MKTK5AHO1cd30Kxm795vOBx5gJ7fjdhOMXu99m3WOl+MKRNmou2jc5EY81+t?= =?us-ascii?Q?7TcTYOynk4MnsuNlidDPB3/nb0wdiv+F4ctPdF9d1nxOdhB/OqON6g1qYt2U?= =?us-ascii?Q?5kngmltmQF/O7ui/AujCreLXmTzXS3bIH3xEbSURdtNFbG+9M+4jPYrPw6/X?= =?us-ascii?Q?ppGF6w4WuH/U4mSkqz0ZTJhy8J/f9/K2XR+VJReO9GUxZXzJlpxyC5d+IvZJ?= =?us-ascii?Q?Kg+/0JCK/9rtoFERRsDDC2Fyx26hYcuT6Zy1xFlyYgzMxPIBy7hmS1V5p08p?= =?us-ascii?Q?7uu19nQ=3D?= X-Forefront-Antispam-Report: CIP:255.255.255.255; CTRY:; LANG:en; SCL:1; SRV:; IPV:NLI; SFV:NSPM; H:BE1PPFF63ABBF7E.DEUP281.PROD.OUTLOOK.COM; PTR:; CAT:NONE; SFS:(13230040)(376014)(52116014)(1800799024)(366016)(38350700014); DIR:OUT; SFP:1102; X-MS-Exchange-AntiSpam-MessageData-ChunkCount: 1 X-MS-Exchange-AntiSpam-MessageData-0: =?us-ascii?Q?tNJxNutXCiKbHwyaWjf3DLAGN5GmAAWz8Oy5oQrlql9kuSK8l5zbksff3Y94?= =?us-ascii?Q?g6hG8rCvsERvwCnUzuRKrBZTkBHBn+6Y8bckbakMWNqOIjSHvD2oBfCzTVs1?= =?us-ascii?Q?JVAl1BQR8L3hicKkIhp5ZLI0ZAddV3jYr6/ooZE+iCJWGdsDXOqhuu1SS5ep?= =?us-ascii?Q?DbsqdlmH04NOpzvSReL0I5Ap9AMb1Q53SskSs+oluEinErUYeIc1Af2LKgCp?= =?us-ascii?Q?6nygXDji0/kw4ddGYIjbRKnhRp6mCM4FJ/qpwHkNNuG5nmWgD94IC6DPJSOe?= =?us-ascii?Q?TZKptIR7Wfh6fnPYamVpa+C8getYJEpJ0xbL+QNQ95QobdeEJI7dNCtMzL2i?= =?us-ascii?Q?+g4eya4xmbOK8PHJQjata1zP0P2sRvIlwLGlr8zGGIxGHwy4XIdzt/AXZ6iT?= =?us-ascii?Q?d6MpJInup2Rzjx3lRxAMxhRM6iKJYrbDqP/eyAYkYpadRwz1CzDT+P3zvgnI?= =?us-ascii?Q?HXQocxoxxPJKpA+WSFzAMKQlgNHJ0J5hTVq6NUqY9A47Rv15Mk9Si6luCZ5f?= =?us-ascii?Q?MlLi/rq7qR5dJ5P3iQXrp82J7RKPzhJLWvLR7Aa4kE7/eF0hUdvxKCbS8eb6?= =?us-ascii?Q?DL7BqHq8hn+RKT9pmmHClEhKr0veK6Ktk3wVo1CDZTGFESsW3RSo0GPSsdLA?= =?us-ascii?Q?Jucm4ZGu9Qa4xOMp8NtcyFAmXp3le6TeUX9xmkCNmpr0oiQGdRrbw/Zqbmtv?= =?us-ascii?Q?jCsnkJUrnBe3NYI+mFeT82hWk9WNd6VAmnbVBeVuK1oT/uvT5wG1QoHYCBW4?= =?us-ascii?Q?+fhSXErFDv3QEcEZdn2pAf9kdjMaN+wcbAac03A+lwohfy60BkYEzpObNMnV?= =?us-ascii?Q?OQq2zNYQKFmVVSuQQ7roEsBSrfEL2XxTqZVFRMImIo6CtUED0XNzoLrfSpIs?= =?us-ascii?Q?F2UUqh35wYZ0nqDYphjehuyg/ChA1ZiaBGC5VFILXv90+LqeKXYnhHDDp2Dc?= =?us-ascii?Q?RccV3LunkOOx0+5VgQHbc/cTJbYnyEUPiBYSqA+qZAghZ5OCRR5XwbRwkOZQ?= =?us-ascii?Q?Z5fpjreu7nrqPAs4ScG9lV8SrqzWuq1oOm2MJJqeJqB+MdqaBe7HwWWgMTKu?= =?us-ascii?Q?RD5qsH/lJpEtwC/IBHBPdUBYauykciCI9KGOmvcJSobv32KKNvBCIGIieUbN?= =?us-ascii?Q?hVu4xW1j3SwEuKwqIm3f3Ys94TJdBJavVoowOGQ9zB5M1nGBwlK79EY+nbX9?= =?us-ascii?Q?MQKomaXY6RCV5Z7Uquti3DppL7/LWtt3AgAw41+6oK22VycET3BgrsK/DjgI?= =?us-ascii?Q?ZNlmzlXIhwQMK10x+1jVCdvQhSEmEyJDIJupvJGnogyUdZaJvZX2wCfbfK+Q?= =?us-ascii?Q?dvqxS8zZBqD33bXLtUQ/lUvtrrPSp+Xbv5vXH7k5kIumafFVk2VZ2O2FjDxP?= =?us-ascii?Q?YJqyMUhEFPLW8BSkIj0mWQP9bJgODAfv/LeRaYEkdZTWu2cG6iLs+NC63k6t?= =?us-ascii?Q?5q1G0R6wjxuSt2XS1xq943gral+atqmgMUcDMo/D8SPBNi35YkX2E4tPAF8J?= =?us-ascii?Q?ohfnS6ZKEvXZIyuwchKcr8UUSrw2KEU3uafLwSBqqqQ3AgUhx2tOnglWbMfw?= =?us-ascii?Q?QbhgVMQ9rYnP+/JEDQsW3DRF0ncQqXcsTdDpUqtdFeHZDjIL8XUv3cuPAKfy?= =?us-ascii?Q?8g=3D=3D?= X-OriginatorOrg: smartoptics.de X-MS-Exchange-CrossTenant-Network-Message-Id: b57c814d-acc8-463d-316d-08dd030887e9 X-MS-Exchange-CrossTenant-AuthSource: BE1PPFF63ABBF7E.DEUP281.PROD.OUTLOOK.COM X-MS-Exchange-CrossTenant-AuthAs: Internal X-MS-Exchange-CrossTenant-OriginalArrivalTime: 12 Nov 2024 10:55:33.3011 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-CrossTenant-Id: ba1aa948-29c2-4b64-bfdd-21155962e63c X-MS-Exchange-CrossTenant-MailboxType: HOSTED X-MS-Exchange-CrossTenant-UserPrincipalName: 0kNoQvladF4CeklulaX6cnb4Z93fLQBeG44InIliVddK4CwaUHVUnaU2mAKKALuGpU87BlIT22/CsT9n1lyfNNhxHGckxRj8kxujorlbgqg= X-MS-Exchange-Transport-CrossTenantHeadersStamped: FR1PPF15284A202 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 71174-done X-Mailman-Approved-At: Tue, 12 Nov 2024 08:57:44 -0500 Cc: Christoph Buck X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) I close this issue here because it seems to be fixed upstream. See commit 4d38533e55239bace7a4a387c84ff7938ec6100a From unknown Fri Aug 15 18:08:52 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 11 Dec 2024 12:24:14 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator