From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: mesa: Move out of xorg.scm and into gl.scm Date: Mon, 30 Dec 2013 16:56:18 +0100 Message-ID: <87mwjie3j1.fsf@gnu.org> References: <87ppoiq7a5.fsf@gnu.org> <1388218246-5298-1-git-send-email-jmd@gnu.org> <1388218246-5298-2-git-send-email-jmd@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxfCc-0007ip-LQ for guix-devel@gnu.org; Mon, 30 Dec 2013 10:56:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VxfCW-0001Xj-Rf for guix-devel@gnu.org; Mon, 30 Dec 2013 10:56:26 -0500 In-Reply-To: <1388218246-5298-2-git-send-email-jmd@gnu.org> (John Darrington's message of "Sat, 28 Dec 2013 09:10:46 +0100") 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: John Darrington Cc: guix-devel@gnu.org Thanks for the explanations! John Darrington skribis: > * gnu/packages/xorg.scm: Remove variable mesa > gnu/packages/gl.scm: Add variable mesa Pushed. Several modules that expected =E2=80=98mesa=E2=80=99 to be in (gnu= packages xorg) had to be adjusted. A simple way to find about unbound variables like this is to run =E2=80=98m= ake clean-go && make=E2=80=99 via Emacs M-x compile and to iterate over the warnings. Thanks, Ludo=E2=80=99.