From mboxrd@z Thu Jan 1 00:00:00 1970 From: rennes@openmailbox.org Subject: Re: [PATCH] gnu: Add tracker. Date: Sun, 13 Mar 2016 18:19:33 -0600 Message-ID: <4440d51cc47d59ae0be94b8685a57158@openmailbox.org> References: <87d1r5nwbw.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59431) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afGEe-0005cF-EG for guix-devel@gnu.org; Sun, 13 Mar 2016 20:19:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afGEa-0000AY-0m for guix-devel@gnu.org; Sun, 13 Mar 2016 20:19:48 -0400 Received: from smtp8.openmailbox.org ([62.4.1.42]:50210) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afGEZ-0000AL-OJ for guix-devel@gnu.org; Sun, 13 Mar 2016 20:19:43 -0400 In-Reply-To: <87d1r5nwbw.fsf@gnu.org> 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: ludo@gnu.org Cc: guix-devel@gnu.org On 2016-03-08 03:38, ludo@gnu.org wrote: > rennes@openmailbox.org skribis: >=20 >> i made changes to the patch, i disable 'make check' because i found >> two errors during this phase: >>=20 >> a) "Tracker-WARNING **: Locale '0' is not set, defaulting to C locale" >> For this case i set LANG "en_US.UTF-8". >> b) "Unable to load /var/lib/dbus/machine-id or /etc/machine-id" >> For this i set DBUS_FATAL_WARNINGS" "0", but the error stay. >=20 > I=E2=80=99ve addressed these issues in the attached patch. However, th= ere=E2=80=99s > still a couple of test failures; probably not too hard to address, but > I=E2=80=99m running out of time. ;-) >=20 > Would you or anyone like to continue? >=20 > Thanks, > Ludo=E2=80=99. Hi, i keep trying; thanks for the patch.