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: Tue, 02 Dec 2014 23:08:20 +0100 Message-ID: <87wq69902z.fsf@gnu.org> References: <20140910153040.GD31169@luwin.ulrar.net> 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]:59127) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xvvd6-00089N-9y for bug-guix@gnu.org; Tue, 02 Dec 2014 17:09:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xvvd0-0000nx-Tp for bug-guix@gnu.org; Tue, 02 Dec 2014 17:09:08 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:54891) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xvvd0-0000nr-Pj for bug-guix@gnu.org; Tue, 02 Dec 2014 17:09:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Xvvd0-0001kz-6F for bug-guix@gnu.org; Tue, 02 Dec 2014 17:09:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20140910153040.GD31169@luwin.ulrar.net> (lemonnierk@ulrar.net's message of "Wed, 10 Sep 2014 17:30:40 +0200") 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 lemonnierk@ulrar.net skribis: > PASS: defaultvalue 77 /Default Values/GVolumeMonitor > PASS: defaultvalue 78 /Default Values/GZlibCompressor > PASS: defaultvalue 79 /Default Values/GZlibDecompressor > tap-driver.sh: internal error getting exit status > tap-driver.sh: fatal: I/O or internal error > Makefile:3691: recipe for target 'defaultvalue.log' failed We=E2=80=99re having the same error, in a slightly different place, at : --8<---------------cut here---------------start------------->8--- PASS: gdbus-proxy 3 /gdbus/proxy/wellknown-noauto PASS: gdbus-proxy 4 /gdbus/proxy/async PASS: gdbus-proxy-threads 1 /gdbus/proxy/vs-threads tap-driver.sh: internal error getting exit status tap-driver.sh: fatal: I/O or internal error Makefile:4096: recipe for target 'gdbus-proxy-threads.log' failed make[8]: *** [gdbus-proxy-threads.log] Error 1 make[8]: Leaving directory '/tmp/nix-build-glib-2.40.0.drv-0/glib-2.40.0/gi= o/tests' Makefile:3592: recipe for target 'check-TESTS' failed m--8<---------------cut here---------------end--------------->8--- I built it locally and got another error: --8<---------------cut here---------------start------------->8--- 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?) --8<---------------cut here---------------end--------------->8--- where gapplication.log reads this: --8<---------------cut here---------------start------------->8--- # 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 PASS: gapplication 4 /gapplication/app-id ../../tap-test: line 5: 24084 Aborted $1 -k --tap # GLib-GIO:ERROR:gapplication.c:564:test_quit: assertion failed: (activated) cleaning up pid 24105 ERROR: gapplication - missing test plan ERROR: gapplication - exited with status 134 (terminated by signal 6?) --8<---------------cut here---------------end--------------->8--- So it sounds like some of the tests are a bit racy. I see there=E2=80=99s a 2.40.2 release, perhaps worth a try... Ludo=E2=80=99.