From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/2] gnu: Move non-x.org stuff out of xorg.scm. Date: Tue, 02 Dec 2014 16:56:26 +0100 Message-ID: <87a9366o5x.fsf@gnu.org> References: <20141130220405.GA1795@debian> <1417500113-22708-1-git-send-email-jmd@gnu.org> <20141202110300.GA4948@debian.math.u-bordeaux1.fr> <871toi8be1.fsf@gnu.org> <20141202130754.GA5916@debian.math.u-bordeaux1.fr> <87iohu6ux0.fsf@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]:53650) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XvpoZ-0005kL-GO for guix-devel@gnu.org; Tue, 02 Dec 2014 10:56:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XvpoT-0004FV-Hz for guix-devel@gnu.org; Tue, 02 Dec 2014 10:56:35 -0500 In-Reply-To: (Eric Bavier's message of "Tue, 2 Dec 2014 08:43:10 -0600") 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: Eric Bavier Cc: Guix-devel , John Darrington Eric Bavier skribis: > This patch moved pixman to xdisorg.scm, but pixman is a propagated input = to > xorg-server in xorg.scm. Indeed, there=E2=80=99s a number of =E2=80=9Cunbound variable=E2=80=9D warn= ings: --8<---------------cut here---------------start------------->8--- gnu/packages/gtk.scm:83:4: warning: possibly unbound variable `pixman' gnu/packages/xorg.scm:2258:12: warning: possibly unbound variable `mtdev' gnu/packages/xorg.scm:2610:12: warning: possibly unbound variable `libdrm' gnu/packages/xorg.scm:4336:6: warning: possibly unbound variable `pixman' --8<---------------cut here---------------end--------------->8--- John: could you adjust the #:use-module clauses of the affected modules? Thanks, Ludo=E2=80=99.