From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] distro: Add GLib. Date: Wed, 16 Jan 2013 23:18:22 +0100 Message-ID: <87obgodb69.fsf@gnu.org> References: <87ehhn9lp4.fsf@karetnikov.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvbJT-0007Jx-JB for bug-guix@gnu.org; Wed, 16 Jan 2013 17:18:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvbJQ-0005Vg-QR for bug-guix@gnu.org; Wed, 16 Jan 2013 17:18:27 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:61688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvbJQ-0005VG-Ji for bug-guix@gnu.org; Wed, 16 Jan 2013 17:18:24 -0500 In-Reply-To: <87ehhn9lp4.fsf@karetnikov.org> (Nikita Karetnikov's message of "Mon, 14 Jan 2013 22:19:56 -0500") 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: Nikita Karetnikov Cc: bug-guix@gnu.org Hi! Nikita Karetnikov skribis: > This patch adds GLib. Tests fail: > > /GDateTime/equal: ** > GLib:ERROR:gdatetime.c:193:test_GDateTime_equal: assertion failed (g_date= _time_get_utc_offset (dt1) / G_USEC_PER_SEC =3D=3D (-3 * 3600)): (0 =3D=3D = -10800) > FAIL I decided to investigate this test failure. I quickly fixed it, then went on the next one, etc., and found myself spending way more time than I wanted on this. ;-) Anyway, I have local changes that should help us get the test suite running. One of them is adding DBus, which several GIO tests rely on... Ludo=E2=80=99.