From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#18445: glib failing to build Date: Thu, 04 Dec 2014 14:01:08 +0100 Message-ID: <8761dr4lij.fsf@gnu.org> References: <20140910153040.GD31169@luwin.ulrar.net> <87wq69902z.fsf@gnu.org> 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]:38106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwW2q-0003S5-2L for bug-guix@gnu.org; Thu, 04 Dec 2014 08:02:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwW2k-00069A-5Z for bug-guix@gnu.org; Thu, 04 Dec 2014 08:02:07 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:56087) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwW2k-000695-2Y for bug-guix@gnu.org; Thu, 04 Dec 2014 08:02:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XwW2j-00079Y-Nj for bug-guix@gnu.org; Thu, 04 Dec 2014 08:02:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87wq69902z.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 02 Dec 2014 23:08:20 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 18445@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > I built it locally and got another error: > > PASS: gapplication 1 /gapplication/no-dbus > PASS: gapplication 2 /gapplication/no-appid > PASS: gapplication 3 /gapplication/properties > PASS: gapplication 4 /gapplication/app-id > ERROR: gapplication - missing test plan > ERROR: gapplication - exited with status 134 (terminated by signal 6?) > > where gapplication.log reads this: > > # random seed: R02S5b9338846cb34d3593b1becfb1a22081 > # Start of gapplication tests > ok 1 /gapplication/no-dbus > PASS: gapplication 1 /gapplication/no-dbus > ok 2 /gapplication/no-appid > PASS: gapplication 2 /gapplication/no-appid > ok 3 /gapplication/properties > PASS: gapplication 3 /gapplication/properties > Failed to register: The connection is closed > ** > GLib-GIO:ERROR:gapplication.c:564:test_quit: assertion failed: (activated) > ok 4 /gapplication/app-id Commit 36d2a3a disables this particular test, and Hydra successfully built GLib. I found another report suggesting that this test is unreliable, FWIW: . Ludo=E2=80=99.