From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: 80 new build failures for MIPS on the 'dbus-update' branch Date: Thu, 22 Oct 2015 16:43:29 +0200 Message-ID: <20151022144329.GA9655@debian> References: <87wpuflr2v.fsf@netris.org> <20151022125648.GA7856@debian> <87vb9zhu64.fsf@member.fsf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpH5g-0005QA-3f for guix-devel@gnu.org; Thu, 22 Oct 2015 10:43:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpH5d-0005uA-L8 for guix-devel@gnu.org; Thu, 22 Oct 2015 10:43:40 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:64633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpH5d-0005u6-En for guix-devel@gnu.org; Thu, 22 Oct 2015 10:43:37 -0400 Content-Disposition: inline In-Reply-To: <87vb9zhu64.fsf@member.fsf.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: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel@gnu.org On Thu, Oct 22, 2015 at 10:09:07PM +0800, 宋文武 wrote: > Andreas Enge writes: > > Do you see where this comes in? The git commits in dbus-update do not > > mention p11-kit, and > > $ guix graph gnome-terminal | grep p11 > > returns nothing. Sorry, I was confused here and did not check with the dbus-update branch. > oops, It's introduced by: > gtk+ -> rest -> libsoup -> glib-networking -> p11-kit > if we can't fix p11-kit on mips, then rest can be removed from gtk+. > it's used for “cloud printing”. This looks like a good temporary fix, to disentangle the dbus-update branch. My impression is that we should not have changed so much at the same time, anyway, and instead have concentrated on the dbus-update and closely related modifications, then merged back, then done other modifications and updates like gtk+. > maybe not releated, the build log of p11-kit > have: > ffi.h:224:5: warning: "HAVE_LONG_DOUBLE_VARIANT" is not defined > which is fixed in the newer version (3.2.1) of libffi. Interesting, so maybe the problem will be solved; then we can still add rest as an input to gtk+ again. Thanks! Andreas