From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: Re: 'core-updates' Q4 2019 Date: Mon, 21 Oct 2019 15:58:50 +0200 Message-ID: <20191021135850.qdplpdwap5nm6aoi@pelzflorian.localdomain> References: <87sgo252cq.fsf@devup.no> <878sprf1zk.fsf@posteo.net> <87ftjxd30v.fsf@gnu.org> <874l0ag5kv.fsf@posteo.net> <87tv8a0x8u.fsf@devup.no> <87v9snnlto.fsf@posteo.net> <87wod02714.fsf@ngyro.com> <87o8ycgkma.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:44094) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iMYD3-0004i5-3v for guix-devel@gnu.org; Mon, 21 Oct 2019 09:58:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iMYD1-0006ky-Rq for guix-devel@gnu.org; Mon, 21 Oct 2019 09:58:56 -0400 Received: from pelzflorian.de ([5.45.111.108]:56884 helo=mail.pelzflorian.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iMYD1-0006ho-BK for guix-devel@gnu.org; Mon, 21 Oct 2019 09:58:55 -0400 Content-Disposition: inline In-Reply-To: <87o8ycgkma.fsf@posteo.net> 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: Kei Kebreau Cc: guix-devel@gnu.org On Sat, Oct 19, 2019 at 11:29:33PM -0400, Kei Kebreau wrote: > I've pushed my changes to the following repository for anyone who wants > to take a look: > > https://notabug.org/kei/guix-gnome-updates I tried reproducing your failure but webkitgtk failed to build. make[2]: Leaving directory '/tmp/guix-build-webkitgtk-2.26.1.drv-0/build' [ 98%] Built target gtkdoc make -f Source/WebKit/CMakeFiles/WebKit2WebExtension-4-gir.dir/build.make Source/WebKit/CMakeFiles/WebKit2WebExtension-4-gir.dir/depend make[2]: Entering directory '/tmp/guix-build-webkitgtk-2.26.1.drv-0/build' cd /tmp/guix-build-webkitgtk-2.26.1.drv-0/build && /gnu/store/iz9500ssxcqlyr74hg1jq10ycrh42yq1-cmake-minimal-3.15.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/guix-build-webkitgtk-2.26.1.drv-0/webkitgtk-2.26.1 /tmp/guix-build-webkitgtk-2.26.1.drv-0/webkitgtk-2.26.1/Source/WebKit /tmp/guix-build-webkitgtk-2.26.1.drv-0/build /tmp/guix-build-webkitgtk-2.26.1.drv-0/build/Source/WebKit /tmp/guix-build-webkitgtk-2.26.1.drv-0/build/Source/WebKit/CMakeFiles/WebKit2WebExtension-4-gir.dir/DependInfo.cmake --color= Scanning dependencies of target WebKit2WebExtension-4-gir make[2]: Leaving directory '/tmp/guix-build-webkitgtk-2.26.1.drv-0/build' make -f Source/WebKit/CMakeFiles/WebKit2WebExtension-4-gir.dir/build.make Source/WebKit/CMakeFiles/WebKit2WebExtension-4-gir.dir/build make[2]: Entering directory '/tmp/guix-build-webkitgtk-2.26.1.drv-0/build' make[2]: *** No rule to make target 'JavaScriptCore-4.0.gir', needed by 'WebKit2-4.0.gir'. Stop. make[2]: Leaving directory '/tmp/guix-build-webkitgtk-2.26.1.drv-0/build' make[1]: *** [CMakeFiles/Makefile2:1403: Source/WebKit/CMakeFiles/WebKit2WebExtension-4-gir.dir/all] Error 2 make[1]: Leaving directory '/tmp/guix-build-webkitgtk-2.26.1.drv-0/build' make: *** [Makefile:155: all] Error 2 command "make" "-j" "1" failed with status 2 I will try again later hoping it is non-deterministic. Regards, Florian