From mboxrd@z Thu Jan 1 00:00:00 1970 From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) Subject: Re: 80 new build failures for MIPS on the 'dbus-update' branch Date: Sat, 24 Oct 2015 09:48:00 +0800 Message-ID: <8737x1yr3j.fsf@member.fsf.org> References: <87wpuflr2v.fsf@netris.org> <20151022125648.GA7856@debian> <87vb9zhu64.fsf@member.fsf.org> <20151022144329.GA9655@debian> <20151023093015.GA17793@debian> 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]:57959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpnwP-0008VJ-Qx for guix-devel@gnu.org; Fri, 23 Oct 2015 21:48:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpnwM-0008E0-K0 for guix-devel@gnu.org; Fri, 23 Oct 2015 21:48:17 -0400 Received: from m50-135.163.com ([123.125.50.135]:48111) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpnwL-0008C4-Ft for guix-devel@gnu.org; Fri, 23 Oct 2015 21:48:14 -0400 In-Reply-To: <20151023093015.GA17793@debian> (Andreas Enge's message of "Fri, 23 Oct 2015 11:30:15 +0200") 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: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge writes: > On Thu, Oct 22, 2015 at 04:43:29PM +0200, Andreas Enge wrote: >> On Thu, Oct 22, 2015 at 10:09:07PM +0800, =E5=AE=8B=E6=96=87=E6=AD=A6 wr= ote: >> > 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 =E2=80=9Ccloud printing=E2=80=9D. >> This looks like a good temporary fix, to disentangle the dbus-update bra= nch. > > I gave it a try on my local machine, but several tests fail since they wa= nt > 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=3D2676) > > (/tmp/nix-build-gtk+-3.18.2.drv-0/gtk+-3.18.2/testsuite/gdk/.libs/cairo:2= 676): Gdk-WARNING **: cannot open display:=20 > FAIL: cairo > TEST: display... (pid=3D2691) > /display/unset-display: OK > /display/bad-display: OK > PASS: display > TEST: encoding... (pid=3D2710) > > (/tmp/nix-build-gtk+-3.18.2.drv-0/gtk+-3.18.2/testsuite/gdk/.libs/encodin= g:2710): > Gdk-WARNING **: cannot open display: > FAIL: encoding > TEST: keysyms... (pid=3D2724) > > (/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=3D2738) > /rgba/parse: OK > /rgba/to-string: OK > /rgba/copy: OK > /rgba/parse/nonsense: OK > PASS: rgba > Makefile:952: recipe for target 'test-cwd' failed I remove rest from gtk+, build successful locally (x86_64), and pushed. Are you fails on mips64el? > > What next? Not sure, but I will fix as much as I can. Lesson learned, next time, I won't do unreleated updates in a topic branch.