From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: =?UTF-8?B?UmU6IExldOKAmXMgbWVyZ2Ug4oCYY29yZS11cGRhdGVz4oCZIQ==?= Date: Sat, 28 Sep 2019 14:10:00 +0200 Message-ID: <26fbd1c2-8060-5ba5-9017-b74e693011a1@fastmail.net> References: <87zhiuksyx.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34842) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iEBY8-0003Ym-AZ for guix-devel@gnu.org; Sat, 28 Sep 2019 08:10:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iEBY6-0006gS-Jo for guix-devel@gnu.org; Sat, 28 Sep 2019 08:10:08 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:42037) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iEBY6-0006fb-6j for guix-devel@gnu.org; Sat, 28 Sep 2019 08:10:06 -0400 In-Reply-To: <87zhiuksyx.fsf@gnu.org> Content-Language: fr-classic 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: guix-devel@gnu.org Hi Ludo, > Please try to upgrade your system and your user profile to see if > anything’s wrong for you (I did that a few days ago and I’m happy!). It mostly works fine for me, except that the build of next-gtk-webkit fails (which works fine on master). The cause is: 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. Konrad.