From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: 01/04: gnu: mesa: Disable imx driver for armhf-linux. Date: Thu, 12 Oct 2017 21:06:20 -0400 Message-ID: <87tvz36elv.fsf@netris.org> References: <20171012173828.26257.23460@vcs0.savannah.gnu.org> <20171012173830.72AE320339@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2oR5-0002Mq-QU for guix-devel@gnu.org; Thu, 12 Oct 2017 21:06:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e2oR1-0006uE-Qi for guix-devel@gnu.org; Thu, 12 Oct 2017 21:06:47 -0400 Received: from world.peace.net ([50.252.239.5]:45517) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e2oR1-0006qw-M2 for guix-devel@gnu.org; Thu, 12 Oct 2017 21:06:43 -0400 In-Reply-To: <20171012173830.72AE320339@vcs0.savannah.gnu.org> (Marius Bakke's message of "Thu, 12 Oct 2017 13:38:30 -0400 (EDT)") 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: Marius Bakke Cc: guix-devel@gnu.org mbakke@fastmail.com (Marius Bakke) writes: > mbakke pushed a commit to branch master > in repository guix. > > commit 2a087882b1cb2e40e7b63580c675b58a5cfa1b96 > Author: Marius Bakke > Date: Thu Oct 12 18:57:30 2017 +0200 > > gnu: mesa: Disable imx driver for armhf-linux. > > * gnu/packages/gl.scm (mesa)<#:configure-flags>: Don't build imx driver. What is the rationale for this change? Although "guix refresh -l mesa" is failing to work for me at the moment, I'm fairly sure that this change will entail a massive rebuild on armhf-linux. In general, this kind of change belongs on another branch. Mark