From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id QFh6M/EgIF/PcgAA0tVLHw (envelope-from ) for ; Tue, 28 Jul 2020 12:58:25 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id IKJPL/EgIF+0LAAAB5/wlQ (envelope-from ) for ; Tue, 28 Jul 2020 12:58:25 +0000 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 2D762940390 for ; Tue, 28 Jul 2020 12:58:25 +0000 (UTC) Received: from localhost ([::1]:43550 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k0PBY-0001At-6v for larch@yhetil.org; Tue, 28 Jul 2020 08:58:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33148) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0PBF-00019Y-N0 for guix-devel@gnu.org; Tue, 28 Jul 2020 08:58:05 -0400 Received: from hera.aquilenet.fr ([2a0c:e300::1]:53554) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0PBC-00057l-Ez; Tue, 28 Jul 2020 08:58:05 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 3173E4877; Tue, 28 Jul 2020 14:57:54 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nbtt8AlNV1ZK; Tue, 28 Jul 2020 14:57:53 +0200 (CEST) Received: from jurong (p200300dd571a0800695415b3b7c52c04.dip0.t-ipconnect.de [IPv6:2003:dd:571a:800:6954:15b3:b7c5:2c04]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 333263945; Tue, 28 Jul 2020 14:57:53 +0200 (CEST) Date: Tue, 28 Jul 2020 14:57:50 +0200 From: Andreas Enge To: Ludovic =?iso-8859-15?Q?Court=E8s?= Subject: Re: MPFR and MPC Message-ID: <20200728125750.GA3175@jurong> References: <20200723133621.GA25143@jurong> <87sgddxlzn.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87sgddxlzn.fsf@gnu.org> Received-SPF: neutral client-ip=2a0c:e300::1; envelope-from=andreas@enge.fr; helo=hera.aquilenet.fr X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_NEUTRAL=0.779 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -0.51 X-TUID: ufsaSePcUv5Y Hello, On Mon, Jul 27, 2020 at 12:58:52PM +0200, Ludovic Courtès wrote: > It’s gonna take a while, but I think we’d rather be safe than sorry > given that these two libraries underpin the toolchain chain (sic). oh well, never ask a question when you fear the answer might not be what you hope for :) > I think you could test the update on ‘core-updates’ with: > ./pre-inst-env guix build -e '(@@ (gnu packages commencement) gcc-final)' Luckily I remembered that I do have access to a powerful build machine, so I even went as far as to execute ./pre-inst-env guix build mpfr, which succeeds; so I am going to push the patch. Thanks! Andreas