From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Staging Date: Tue, 20 Feb 2018 14:17:59 +0100 Message-ID: <20180220131759.GA16893@jurong> References: <20180220014627.GA1984@jasmine.lan> <87371wco3n.fsf@fastmail.com> <20180220094558.GB23825@macbook41> <20180220115706.GC17373@jasmine.lan> <20180220120711.GA14718@jurong> <20180220131439.GC23825@macbook41> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eo7o6-0005KW-Mg for guix-devel@gnu.org; Tue, 20 Feb 2018 08:18:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eo7o6-0000ie-18 for guix-devel@gnu.org; Tue, 20 Feb 2018 08:18:06 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:41774) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eo7o5-0000fY-PL for guix-devel@gnu.org; Tue, 20 Feb 2018 08:18:05 -0500 Content-Disposition: inline In-Reply-To: <20180220131439.GC23825@macbook41> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Efraim Flashner Cc: guix-devel@gnu.org On Tue, Feb 20, 2018 at 03:14:39PM +0200, Efraim Flashner wrote: > CMake is just old, not especially in need of updates. It would be nice > to ungraft stuff though. I just meant to not switch cmake versions together with other things: $ ./pre-inst-env guix refresh -l cmake Building the following 1007 packages would ensure 2499 dependent packages are rebuilt A lot depends on cmake, so we can expect some breakage, and mixing this with other potential sources of breakage would make it more difficult to diagnose. Andreas