From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id eNVTBPo6TGQQhAAASxT56A (envelope-from ) for ; Fri, 28 Apr 2023 23:30:34 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id yJdvA/o6TGRxYgEAG6o9tA (envelope-from ) for ; Fri, 28 Apr 2023 23:30:34 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D8CEE38F6E for ; Fri, 28 Apr 2023 23:30:33 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=spork.org header.s=dkim header.b=Syir6v3a; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1682717433; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=p0y4ZPacEC46OLKIRHowFupTB1wNooh5xllJhr0V+G8=; b=hIwJzaLewcWJPdSdqQO6WSR3oqJYJkEcYTrHejtLKllvMRJc+zbyQAeacd2AzCpcHH0i6t ZVdEXdv5jxa8W4PbIVnmwFJrVGY8veTfRLAaNjPLcztywP7SOJuj/9mDhsu0GhLNUSspJk 5KTFNKsQlUrnX2WgfocTH10KhG2QEh6/TJp29oRtE5d4HuuPslLVp4h5bmbOh+KM8SW23e 1kvDs9OxOAk5yx6qAwoK4ZVz1fte8sgh47Vl9ZZeBq1J6OrFV00Q7TxvkJR/3yl9WXeCcT mwRTkd86xj97uPOxt0QNSdYCC10lMtKfxCi12BBWlujHe5Qa7UunJLK3ZfhYOg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=spork.org header.s=dkim header.b=Syir6v3a; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1682717433; a=rsa-sha256; cv=none; b=JLx8ZLWjVc7a6w99NALk2BIc3eB4f76q4ahoXTSr74FzWvXYxZ0HNLQBwmmJhcPzQONPa4 RMxLHPe58TdFTbSney3rC3/gJCSEeo7ucdOZ0NuhBFA0ZjDy6VvwpRWNC+tau84ZXNFPnM kUeuH3vES1CK/PfdUtUSKOY2x02HOAZ1BZF2XjvpU01c1Bz6BZdIVm25ExsAcTKW9nOFDN vehu8yebfqc0XRJza2rVdA2xsxtRwdPUNVNM+JFvSPhxeqHJJ6C5xmcYYdIDwWvq3fdSzD wb5s+LCx+VCGXpLWxESM7+G9mMXAzGfACex/qGOOzmbI/SDnCi5PZ5iNhPACTQ== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1psVfI-0001Ud-Rq; Fri, 28 Apr 2023 17:30:04 -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 1psVfH-0001UT-C2 for guix-patches@gnu.org; Fri, 28 Apr 2023 17:30:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1psVfH-0004zF-2m for guix-patches@gnu.org; Fri, 28 Apr 2023 17:30:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1psVfG-0001lD-ME for guix-patches@gnu.org; Fri, 28 Apr 2023 17:30:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#63159] [PATCH 1/2] gnu: slim: Fix build failure with GCC-11 Resent-From: Brian Cully Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 28 Apr 2023 21:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63159 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 63159@debbugs.gnu.org Received: via spool by 63159-submit@debbugs.gnu.org id=B63159.16827173436652 (code B ref 63159); Fri, 28 Apr 2023 21:30:02 +0000 Received: (at 63159) by debbugs.gnu.org; 28 Apr 2023 21:29:03 +0000 Received: from localhost ([127.0.0.1]:34670 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psVeI-0001jE-QW for submit@debbugs.gnu.org; Fri, 28 Apr 2023 17:29:02 -0400 Received: from coleridge.kublai.com ([166.84.7.167]:63077 helo=mail.spork.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psVeH-0001is-Tr for 63159@debbugs.gnu.org; Fri, 28 Apr 2023 17:29:02 -0400 Received: from psyduck (ool-18b8e9e7.dyn.optonline.net [24.184.233.231]) by mail.spork.org (Postfix) with ESMTPSA id B11DB914C for <63159@debbugs.gnu.org>; Fri, 28 Apr 2023 17:29:01 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=spork.org; s=dkim; t=1682717341; bh=p0y4ZPacEC46OLKIRHowFupTB1wNooh5xllJhr0V+G8=; h=From:To:Subject:References:Date:In-Reply-To; b=Syir6v3aMhEO/Ytlm+5H4FMitYPx6FTWiZLxv4AyhxXGNrHkWn+kBO68YKZLfcjfn i19g0JgxaxTH2XBKSU1kcexqSKsqOKKFuUVsUBBhy+aQYJO36qmQii1h5OYc1ZNAN2 ng11GDvFUK7MJo0jdHYvmHwIRgbZy9W2PI980YpY= References: <70e16c55304b4235a9d72913a2c9bd8e6a3d0da0.1682717123.git.bjc@spork.org> Date: Fri, 28 Apr 2023 17:28:57 -0400 In-Reply-To: <70e16c55304b4235a9d72913a2c9bd8e6a3d0da0.1682717123.git.bjc@spork.org> (Brian Cully's message of "Fri, 28 Apr 2023 17:25:22 -0400") Message-ID: <87fs8jpug6.fsf@psyduck.jhoto.kublai.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Brian Cully X-ACL-Warn: , Brian Cully via Guix-patches From: Brian Cully via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: UNKNOWN X-Migadu-Spam-Score: -5.55 X-Spam-Score: -5.55 X-Migadu-Queue-Id: D8CEE38F6E X-Migadu-Scanner: in3.migadu.com X-TUID: xE/fnA2Au/AR This patch fixes #63155 -bjc