From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: mesa: Update to 10.5.4. Date: Wed, 29 Apr 2015 23:06:21 +0200 Message-ID: <20150429210621.GA9266@debian> References: <874mo0fpp4.fsf@taylan.uni.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnZBc-00043H-Uk for guix-devel@gnu.org; Wed, 29 Apr 2015 17:06:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnZBZ-0001en-Ol for guix-devel@gnu.org; Wed, 29 Apr 2015 17:06:28 -0400 Received: from mout.kundenserver.de ([212.227.126.131]:52880) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnZBZ-0001ej-Fe for guix-devel@gnu.org; Wed, 29 Apr 2015 17:06:25 -0400 Content-Disposition: inline In-Reply-To: <874mo0fpp4.fsf@taylan.uni.cx> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Taylan Ulrich =?utf-8?B?QmF5xLFybMSxL0thbW1lcg==?= Cc: guix-devel@gnu.org On Tue, Apr 28, 2015 at 01:38:15PM +0200, Taylan Ulrich Bayırlı/Kammer wrote: > In any case, it builds fine when I remove said hack (doesn't seem > necessary anymore), and also remove all four from native inputs. This is good news. "Said hack" was a work-around for the following bug: https://bugs.freedesktop.org/show_bug.cgi?id=58812 Strangely enough, the bug was not closed, but maybe it was fixed by accident in a newer version of mesa. Quite a few things depend on mesa: Building the following 130 packages would ensure 205 dependent packages are rebuilt So it would be good to check whether it still builds on mips after the update (Mark? my machine is so incredibly slow that I would prefer not to build a big package). And maybe push it in a new core-update cycle then. > (Actually there are also some .py files in the source tree which I'm > told might be necessary at build time regardless of rebuilding the build > system, but this doesn't seem to be the case for us, maybe because > they're only needed for some optional features which we don't have > enabled.) There is the following comment: ;; TODO: Add 'libxml2-python' for OpenGL ES 1.1 and 2.0 support So maybe python might be needed one day, but is not needed now? Did you try to check that the outcome is "the same" when dropping python? There are no missing features that are more or less silently dropped when removing python? The mesa install page http://mesa3d.org/install.html states the following: "1. Prerequisites for building 1.1 General Python - Python is required. Version 2.6.4 or later should work. Python Mako module - Python Mako module is required. Version 0.7.3 or later should work. SCons is required for building on Windows and optional for Linux (it's an alternative to autoconf/automake.)" Andreas