From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?5a6L5paH5q2m?= Subject: Re: [PATCH] gnu: Add WebKitGTK+. Date: Sat, 11 Apr 2015 10:11:37 +0800 Message-ID: References: <1428403572-15302-1-git-send-email-iyzsong@gmail.com> <877ftjuaw8.fsf@netris.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]:33907) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgktW-0001xt-V5 for guix-devel@gnu.org; Fri, 10 Apr 2015 22:11:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YgktV-00060F-VZ for guix-devel@gnu.org; Fri, 10 Apr 2015 22:11:38 -0400 Received: from mail-qk0-x22b.google.com ([2607:f8b0:400d:c09::22b]:34248) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgktV-0005zx-RI for guix-devel@gnu.org; Fri, 10 Apr 2015 22:11:37 -0400 Received: by qkgx75 with SMTP id x75so56607359qkg.1 for ; Fri, 10 Apr 2015 19:11:37 -0700 (PDT) In-Reply-To: <877ftjuaw8.fsf@netris.org> 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: Mark H Weaver Cc: Guix-devel 2015-04-11 1:54 GMT+08:00 Mark H Weaver : > =E5=AE=8B=E6=96=87=E6=AD=A6 writes: >> * gnu/packages/gnome.scm (webkitgtk): New variable. > > Wow, this is great, thanks! > > Well, almost. I applied this to my master branch and tried to compile > it on i686 and got this: > > --8<---------------cut here---------------start------------->8--- > /gnu/store/3195f0cppgglxr91ir631f4bnvpqk9z0-bash-4.3.33/bin/sh: glib-comp= ile-resources: command not found > Source/WebKit2/CMakeFiles/WebKit2.dir/build.make:62: recipe for target 'D= erivedSources/webkit2gtk/WebKit2InspectorGResourceBundle.c' failed > make[2]: *** [DerivedSources/webkit2gtk/WebKit2InspectorGResourceBundle.c= ] Error 127 > make[2]: Leaving directory '/tmp/nix-build-webkitgtk-2.8.0.drv-0/build' > CMakeFiles/Makefile2:897: recipe for target 'Source/WebKit2/CMakeFiles/We= bKit2.dir/all' failed > make[1]: *** [Source/WebKit2/CMakeFiles/WebKit2.dir/all] Error 2 > --8<---------------cut here---------------end--------------->8--- > > Does it depend on another change that's only on core-updates? Yes, I forget to add `glib ,"bin"` to native-inputs. And we have geoclue now, so better add it to inputs. > > Thanks, > Mark