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: Fri, 23 Oct 2015 11:30:15 +0200 Message-ID: <20151023093015.GA17793@debian> References: <87wpuflr2v.fsf@netris.org> <20151022125648.GA7856@debian> <87vb9zhu64.fsf@member.fsf.org> <20151022144329.GA9655@debian> 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]:36725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpYg2-0001TK-76 for guix-devel@gnu.org; Fri, 23 Oct 2015 05:30:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpYfy-0004IY-9G for guix-devel@gnu.org; Fri, 23 Oct 2015 05:30:22 -0400 Received: from mout.kundenserver.de ([212.227.17.24]:63405) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpYfy-0004IR-31 for guix-devel@gnu.org; Fri, 23 Oct 2015 05:30:18 -0400 Content-Disposition: inline In-Reply-To: <20151022144329.GA9655@debian> 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 04:43:29PM +0200, Andreas Enge wrote: > On Thu, Oct 22, 2015 at 10:09:07PM +0800, 宋文武 wrote: > > 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. I gave it a try on my local machine, but several tests fail since they want to open my display: make[3]: Entering directory '/tmp/nix-build-gtk+-3.18.2.drv-0/gtk+-3.18.2/testsuite/gdk' TEST: cairo... (pid=2676) (/tmp/nix-build-gtk+-3.18.2.drv-0/gtk+-3.18.2/testsuite/gdk/.libs/cairo:2676): Gdk-WARNING **: cannot open display: FAIL: cairo TEST: display... (pid=2691) /display/unset-display: OK /display/bad-display: OK PASS: display TEST: encoding... (pid=2710) (/tmp/nix-build-gtk+-3.18.2.drv-0/gtk+-3.18.2/testsuite/gdk/.libs/encoding:2710): Gdk-WARNING **: cannot open display: FAIL: encoding TEST: keysyms... (pid=2724) (/tmp/nix-build-gtk+-3.18.2.drv-0/gtk+-3.18.2/testsuite/gdk/.libs/keysyms:2724): Gdk-WARNING **: cannot open display: FAIL: keysyms TEST: rgba... (pid=2738) /rgba/parse: OK /rgba/to-string: OK /rgba/copy: OK /rgba/parse/nonsense: OK PASS: rgba Makefile:952: recipe for target 'test-cwd' failed What next? Andreas