From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Xorg, mesa, libdrm Date: Fri, 07 Nov 2014 17:56:51 +0100 Message-ID: <87bnoj3q5o.fsf@gnu.org> References: <20141107160925.GA13836@debian.math.u-bordeaux1.fr> 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]:59585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmmqK-0003ny-Hq for guix-devel@gnu.org; Fri, 07 Nov 2014 11:57:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmmqE-0006gu-CZ for guix-devel@gnu.org; Fri, 07 Nov 2014 11:57:00 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:50040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmmqE-0006ga-61 for guix-devel@gnu.org; Fri, 07 Nov 2014 11:56:54 -0500 In-Reply-To: <20141107160925.GA13836@debian.math.u-bordeaux1.fr> (Andreas Enge's message of "Fri, 7 Nov 2014 17:09:25 +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: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > I just came across these lines in the new package xf86-video-modesetting: > (inputs `(;; FIXME: This is a libdrm version incompatible with that of > ;; MESA, which xorg-server uses. Therefore, using this dri= ver > ;; leads to "unresolved symbol drmModeSetCursor2". > ("libdrm" ,libdrm) > Could we not simply use libdrm-2.4.33 as in mesa? No, this driver requires the latest libdrm. The long-term solution will be to use the same one in MESA, but I=E2=80=99d rather not do it too close to the release. :-) Thanks, Ludo=E2=80=99.