From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCHES] Add totem Date: Wed, 24 Jun 2015 22:21:05 +0200 Message-ID: <87oak4x3gu.fsf@gnu.org> References: <87d20padyz.fsf@netris.org> <87pp4na6me.fsf@gnu.org> <878ub9k5ck.fsf@netris.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]:46677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7rAW-00021m-2c for guix-devel@gnu.org; Wed, 24 Jun 2015 16:21:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7rAR-0003Hh-Vx for guix-devel@gnu.org; Wed, 24 Jun 2015 16:21:12 -0400 In-Reply-To: <878ub9k5ck.fsf@netris.org> (Mark H. Weaver's message of "Wed, 24 Jun 2015 02:06:35 -0400") 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: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >>> From ba786fa3d1d7896336dca3b364bb630142c30fa1 Mon Sep 17 00:00:00 2001 >>> From: Mark H Weaver >>> Date: Sat, 20 Jun 2015 21:09:54 -0400 >>> Subject: [PATCH 2/3] gnu: Add grilo-plugins. >>> >>> * gnu/packages/gnome.scm (grilo-plugins): New variable. >> >> [...] >> >>> + `(#:make-flags (list (string-append "GRL_PLUGINS_DIR=3D" >>> + %output >>> + "/lib/grilo-" >>> + ,(version-major+minor version= ))) >>> + ;; XXX FIXME: Investigate test failure: >>> + ;; TEST: test_apple_trailers... (pid=3D8718) >>> + ;; /apple-trailers/browse/count: >>> + ;; ERROR:test_apple_trailers.c:88:test_browse_count: assertio= n failed: (source) >>> + ;; FAIL >>> + #:tests? #f)) >> >> Would it be OK to skip just this for now? If that=E2=80=99s too much, w= e can >> leave it for later. > > "make check" aborts after this failure, which is the first test. I > tried "make -k check" and found that _all_ tests fail with the same > assertion failure when run in the build container. > > However, if I run "make -k check" on the failed build directory in > /tmp/nix-build-* from outside of the build container, all but one of the > tests succeeds. This when using the precise environment variable > settings from the build and no others. Using strace, I found that it > was accessing the system dbus, so I guess that's the problem. Ah OK. It=E2=80=99s really a bug in their test framework IMO. It=E2=80=99= s probably OK to punt on this one and document these findings in the comment. Thanks, Ludo=E2=80=99.