From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id ACM8N7bY6GRuNwAAG6o9tA:P1 (envelope-from ) for ; Fri, 25 Aug 2023 18:37:11 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id ACM8N7bY6GRuNwAAG6o9tA (envelope-from ) for ; Fri, 25 Aug 2023 18:37:10 +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 A173C5BF5D for ; Fri, 25 Aug 2023 18:37:10 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=jpoiret.xyz header.s=dkim header.b=LhCP6S1D; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1692981430; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc: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=Pjrvo9p141J6Ye5YLPRT//dpQdR8CCTc1xfUtylBGx8=; b=QWGTcOteFfZyqBB36xF6SDuLJqLkgzlODcu5LDLgZtFmm0r4LpuDvUCDBtt5htTFVO5gl4 JU1jZxYHaVet7RC6iu4IPAXh1/DRKmoRkcv9gvPpa8SkbrZ+k2mR5ast2PRqDUyxtBJehC /cI23warHy85Ruz+tB8dNgLqHNaxjrZgQ/eC71dhJkQgOHoqZUqUiUo62MzXh3Dd4hsvhj l2SJNIKTFMixtQwaAIUJhL6LWIejxFIKk6KlfrRmq8cBduOWu2DNtVYY3Us92bK5ZsVyl+ vM1soCqLJFa2uHZGcl3iw/7d3RMJd6+yiRaVHyNWJyQXCqHk8YzgBezVVN3U3A== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1692981430; a=rsa-sha256; cv=none; b=XkvAj1+MliFEz6b6ArcJVktRFsZXRvB+GIXWH0t4KeeX8y6Gx6V/0Vf4I3OLsmubSlY7Gl zE2hp74EX9zuPuccu8VygDQ8L9oDkjA8K+XwAK6C3uy/T196eA0iIgpYLQM7MLNBIpecpO M19crsEPrEfXeiHVGmsrv6xwpMmijmxoMiJCRwKXuQxCBqYxE40QDt0nXrAcFPFxmAn4+e n+Mj22MqWtxtGrOy2zuxA0gLow8mtMuG9tSczc38vYeDgKypQ2T8h5s2GssYrU0/d1kajl 2L2WFrhLgDuDVIoL4StM1JOXJzTxX6NV5BgmeMbu2DdfEKx5LOugGTYdgq0RlQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=jpoiret.xyz header.s=dkim header.b=LhCP6S1D; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qZZnv-0005Bz-1p; Fri, 25 Aug 2023 12:36:59 -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 1qZZnt-0005BT-Kl for bug-guix@gnu.org; Fri, 25 Aug 2023 12:36:57 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qZZnt-0003a5-DI for bug-guix@gnu.org; Fri, 25 Aug 2023 12:36:57 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qZZny-0000eD-1I for bug-guix@gnu.org; Fri, 25 Aug 2023 12:37:02 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#63258: [PATCH] gnu: gcc-toolchain: Add empty librt.a. Resent-From: Josselin Poiret Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 25 Aug 2023 16:37:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63258 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: mekeor@posteo.de, 63258@debbugs.gnu.org Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= X-Debbugs-Original-To: Mekeor Melire , bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16929813832432 (code B ref -1); Fri, 25 Aug 2023 16:37:01 +0000 Received: (at submit) by debbugs.gnu.org; 25 Aug 2023 16:36:23 +0000 Received: from localhost ([127.0.0.1]:41159 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qZZnK-0000d8-Sg for submit@debbugs.gnu.org; Fri, 25 Aug 2023 12:36:23 -0400 Received: from lists.gnu.org ([2001:470:142::17]:47796) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qZZnJ-0000cr-CC for submit@debbugs.gnu.org; Fri, 25 Aug 2023 12:36:22 -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 1qZZn9-00052e-CQ for bug-guix@gnu.org; Fri, 25 Aug 2023 12:36:11 -0400 Received: from jpoiret.xyz ([206.189.101.64]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qZZn7-0003Ub-6H; Fri, 25 Aug 2023 12:36:11 -0400 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id 73CD9185182; Fri, 25 Aug 2023 16:36:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1692981366; 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: in-reply-to:in-reply-to:references:references; bh=Pjrvo9p141J6Ye5YLPRT//dpQdR8CCTc1xfUtylBGx8=; b=LhCP6S1D/NyXBeC4SZ8FFf2gU+eB+jfkQbBW03i5lYrRIz+9sWu5ihWgQWmWQUzf5cidsc GGQrzwb7QMqx+Xe4pzXvsLJIRuCUfjIJauI7QSrHGVZS3TiulbhS08vFdKehr+A//vlV1y OmH4I7R/nsVmntv5Q7q5r9tRwFyUjB58GaNHqJIhqtXIuMgcnBEMDsH96aQvL25TKJmoTJ AD4P8ZhsrQWBd3j4IE3oYB1TL4e8KVNXxIYjFc0uIbL61JgWe9pv6ZdDWahkgjjTvcyZwC xPTicR4ELsTsdnvDmtctDoMJgCEqbkPgYbLrfpgltouGlbdcVf2937Xp1OvxxQ== In-Reply-To: References: <87ttwscuow.fsf@posteo.de> Date: Fri, 25 Aug 2023 18:36:02 +0200 Message-ID: <87fs47t6z1.fsf@jpoiret.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spamd-Bar: / Received-SPF: pass client-ip=206.189.101.64; envelope-from=dev@jpoiret.xyz; helo=jpoiret.xyz 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_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Josselin Poiret From: Josselin Poiret via Bug reports for GNU Guix Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: bug-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -8.31 X-Spam-Score: -8.31 X-Migadu-Queue-Id: A173C5BF5D X-Migadu-Scanner: mx1.migadu.com X-TUID: m0+WbyWevjTs --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi everyone, Josselin Poiret writes: > From: Josselin Poiret > > * gnu/packages/commencememnt.scm (make-gcc-toolchain): Add empty librt.a. > * gnu/packages/base.scm (gcc): Add a warning regarding the missing librt.= a. Pushed as 6c447ababfb11581a75cff8281e96f701e216692. This does not fully fix this bug though, since the gcc package still doesn't provide it. It will incur a world rebuild if we also do that, so that should be kept for core-updates. Best, =2D-=20 Josselin Poiret --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQHEBAEBCgAuFiEEOSSM2EHGPMM23K8vUF5AuRYXGooFAmTo2HIQHGRldkBqcG9p cmV0Lnh5egAKCRBQXkC5FhcaiqeyC/wJL1WQw7MqHvgenwxIRMeWNPM7pqCUxVoM gVHSz84imyo4JBbLNbwkpz+mXVEB+eVTY0X1wz7K5rU0LXWoL8x28WkwslcMtWoi xsQGhyJVDfy4K8mBEyZ6iTIwOQtobg/sWLH2fiFunulBHrLQ+jZ6orneFYDQ4twJ VaTV5GyVJ5ejuYL/inHCD7NuiV7MTAU3qhRdoawymD4AtZ6sALpwKe+m7VNALK18 6y+oHRJekSZN2qk6nVuOo3X1ITqKxpkLBTacOusZ/JITI1GvzGe1JS3CrM/y2Ijz gHXx1uNRT09BSyjN1HrB13xliZ5IgwbToUMxY5fLo+mpmBlSxkAMmvcJsIpH+PZT DeqC/vEvgWzj0B2bW7BrfT75iflwOKBNayiRlTvmoFzoZYWbEbOtJmEg0H3sKBAE 9gwrqsUz+ZEVH+IEJLDBT0xiYPpkgonE+NquV6TCR5J8BzIIXARq+m+chbQEDT/g 9Kgwd+zncT8PGYIhNVi0ACriRxj4Pq0= =jyCw -----END PGP SIGNATURE----- --=-=-=--