From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH 9/9] gnu: Add weston. Date: Wed, 07 Sep 2016 02:45:31 -0400 Message-ID: <87h99s4390.fsf@netris.org> References: <20160901155711.7388-1-david@craven.ch> <20160901155711.7388-9-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhWci-00059G-36 for guix-devel@gnu.org; Wed, 07 Sep 2016 02:46:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bhWcd-00027X-T0 for guix-devel@gnu.org; Wed, 07 Sep 2016 02:46:15 -0400 Received: from world.peace.net ([50.252.239.5]:54471) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhWcd-00026h-OL for guix-devel@gnu.org; Wed, 07 Sep 2016 02:46:11 -0400 In-Reply-To: <20160901155711.7388-9-david@craven.ch> (David Craven's message of "Thu, 1 Sep 2016 17:57:11 +0200") 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: David Craven Cc: guix-devel@gnu.org David Craven writes: > * gnu/packages/wayland.scm (weston): New file. > * gnu/local.mk (GNU_PACKAGE_MODULES): Add it. This failed to build on hydra: https://hydra.gnu.org/build/1467506 (x86_64) https://hydra.gnu.org/build/1467476 (i686) https://hydra.gnu.org/build/1467551 (mips64el) It fails in ./configure, with the following error: configure: error: Package requirements (egl glesv2 wayland-client wayland-egl) were not met: No package 'wayland-egl' found Did you test this? Mark