From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: 01/01: Merge branch 'origin/core-updates-next' into core-updates Date: Wed, 06 Jun 2018 22:07:33 -0400 Message-ID: <87po13z6vu.fsf@netris.org> References: <20180606210241.30122.49748@vcs0.savannah.gnu.org> <20180606210242.E94BC201F1@vcs0.savannah.gnu.org> <87h8mf1kx6.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48164) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQkLy-0007Oa-KY for guix-devel@gnu.org; Wed, 06 Jun 2018 22:08:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQkLv-0002zd-Ea for guix-devel@gnu.org; Wed, 06 Jun 2018 22:08:42 -0400 Received: from world.peace.net ([64.112.178.59]:42738) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fQkLv-0002zD-Aa for guix-devel@gnu.org; Wed, 06 Jun 2018 22:08:39 -0400 In-Reply-To: <87h8mf1kx6.fsf@netris.org> (Mark H. Weaver's message of "Wed, 06 Jun 2018 20:48:21 -0400") 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: Ricardo Wurmus Cc: guix-devel@gnu.org Hi Ricardo, Mark H Weaver writes: > rekado@elephly.net (Ricardo Wurmus) writes: > >> rekado pushed a commit to branch core-updates >> in repository guix. >> >> commit 87096247567ac0d4aac3fc5a7a1e150d307c5b80 >> Merge: 116ca65 5e6bd3e >> Author: Ricardo Wurmus >> Date: Wed Jun 6 23:01:48 2018 +0200 >> >> Merge branch 'origin/core-updates-next' into core-updates > > Umm, did you intend to push this to the 'core-updates' branch on > Savannah? Core-updates has been frozen for months, and is almost > completely built by Hydra. It looks like this would entail rebuilding > the entire branch from scratch again. Ah, I just noticed that you merged 'core-updates' into 'master', so now this makes sense. I restored 'core-updates' to the way you had left it. Personally, I think this merge was premature, with over 900 new failures on core-updates compared to the previous master branch. Neither armhf nor i686 would be able to build a typical system now, because armhf is missing e2fsprogs and i686 is missing GRUB. armhf is also missing most of its GUI programs due to , and i686 is missing gst-plugins-base and thus GNOME and many other important GUI programs and desktops. Mark