From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH] gnu: Add WebKitGTK+. Date: Fri, 10 Apr 2015 13:54:31 -0400 Message-ID: <877ftjuaw8.fsf@netris.org> References: <1428403572-15302-1-git-send-email-iyzsong@gmail.com> 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]:55581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ygd83-0002lc-W3 for guix-devel@gnu.org; Fri, 10 Apr 2015 13:54:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ygd80-0006fZ-NB for guix-devel@gnu.org; Fri, 10 Apr 2015 13:54:07 -0400 Received: from world.peace.net ([50.252.239.5]:48948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ygd80-0006dh-J2 for guix-devel@gnu.org; Fri, 10 Apr 2015 13:54:04 -0400 In-Reply-To: <1428403572-15302-1-git-send-email-iyzsong@gmail.com> (=?utf-8?B?IuWui+aWh+atpiIncw==?= message of "Tue, 7 Apr 2015 18:46:12 +0800") 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: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel@gnu.org =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-compil= e-resources: command not found Source/WebKit2/CMakeFiles/WebKit2.dir/build.make:62: recipe for target 'Der= ivedSources/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/WebK= it2.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? Thanks, Mark