From mboxrd@z Thu Jan 1 00:00:00 1970 From: rennes@openmailbox.org Subject: Re: [PATCH] gnu: Add tracker. Date: Sun, 07 Feb 2016 01:55:38 +0100 Message-ID: <4dcfb677f5dcedb93000cf585246fb58@openmailbox.org> References: <841c96ec184a9d17c5f4f9d662c018b4@openmailbox.org> <20160206222848.GC8398@jasmine> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=_a31380505a3e69e973149d0d1e129eda" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58308) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSDds-0007Hn-Mc for guix-devel@gnu.org; Sat, 06 Feb 2016 19:55:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSDdp-0003ue-E0 for guix-devel@gnu.org; Sat, 06 Feb 2016 19:55:56 -0500 Received: from mail2.openmailbox.org ([62.4.1.33]:49420) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSDdp-0003uW-21 for guix-devel@gnu.org; Sat, 06 Feb 2016 19:55:53 -0500 In-Reply-To: <20160206222848.GC8398@jasmine> 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: Leo Famulari Cc: guix-devel@gnu.org --=_a31380505a3e69e973149d0d1e129eda Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable =20 On 2016-02-06 23:28, Leo Famulari wrote: > On Sat, Feb 06, 2016 at 09:47:22PM +0100, rennes@openmailbox.org wrote: >> Hi, >> >> i attached patch with new variable(tracker) for gnome.scm. >> >> Tracker, is a search engine and metadata storage system used for >> nautilus(gnome file manager). >> >> The steps i follow are: >> >> a) I edit gnu/packages/gnome.scm and added tracker variable. >> b) git add gnu/packages/gnome.scm >> c) git commit -m 'gnu: Add tracker.' >=20 > Don't forget: > c=E2=80=B2) ./pre-inst-env guix lint tracker >=20 >> d) git format-patch -1 >=20 > [...] >=20 >> * gnu/packages/gnome.scm (tracker): New variable. >=20 > Okay. >=20 >> + (arguments >> + ;; Testsuite finishes with errors. >> + `(#:configure-flags '("--enable-unit-tests=3Dno"))) >=20 > Are these failures important? Are they caused by the unusual Guix build > environment? If so, can you disable only the specific tests that are > failing? >=20 > Otherwise, I wait for the input of a GNOME / GTK expert :) >=20 >> + (native-inputs >> + `(("glib" ,glib) ; for glib-compile-schemas, gio-2.0. >> + ("intltool" ,intltool) >> + ("pkg-config" ,pkg-config))) >> + (inputs >> + `(("gobject-introspection" ,gobject-introspection) >> + ("libpng" ,libpng) >> + ("libunistring" ,libunistring) >> + ("libxml2" ,libxml2) >> + ("sqlite" ,sqlite) >> + ("uuidgen" ,util-linux) >> + ("xsltproc" ,libxslt) >> + ("zlib" ,zlib))) >> + (home-page "https://wiki.gnome.org/Projects/Tracker") >> + (synopsis "Search engine and metadata storage system") >> + (description >> + "Tracker is a search engine, search tool and metadata storage >> +system. Tracker allows the user to find their data as fast as possibl= e. >> +Tracker organises data in categories and enable tag in the data with >> +keywords which can be used to find related information.") >> + ;; See COPYING for details. >> + (license (list license:lgpl2.1+ license:gpl2+ license:bsd-3)))) >> -- >> 2.6.3 >> Thanks Leo, the errors during Testsuite are: ERROR: tracker-utils - missing test plan ERROR: tracker-utils - exited with status 133 (terminated by signal 5?) PASS: tracker-dbus 1 /libtracker-common/tracker-dbus/slist_to_strv_ok PASS: tracker-dbus 2 /libtracker-common/tracker-dbus/slist_to_strv_failures PASS: tracker-dbus 3 /libtracker-common/tracker-dbus/request ERROR: tracker-file-utils - missing test plan ERROR: tracker-file-utils - exited with status 133 (terminated by signal 5?)=20 Testsuite summary for tracker 1.7.2=20 # TOTAL: 68 # PASS: 42 # SKIP: 22 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 4=20 I can`t see more details.=20 Regards=20 =20 --=_a31380505a3e69e973149d0d1e129eda Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=UTF-8
On 2016-02-06 23:28, Leo Famulari wrote:
> On Sat, Feb 06, 2016 at 09:47:22PM +0100, rennes@openmailbox.org wrote=
:
>> Hi,
>>
>> i attached patch with new variable(tracker) for gnome.scm.
>>
>> Tracker, is a search engine and metadata storage system used for
>> nautilus(gnome file manager).
>>
>> The steps i follow are:
>>
>>  a) I edit gnu/packages/gnome.scm and added tracker variable.
>>  b) git add gnu/packages/gnome.scm
>>  c) git commit -m 'gnu: Add tracker.'
>=20
>    Don't forget:
>    c′) ./pre-inst-env guix lint tracker
>=20
>>  d) git format-patch -1
>  =20
> [...]
>=20
>> * gnu/packages/gnome.scm (tracker): New variable.
>=20
> Okay.
>=20
>> +    (arguments
>> +     ;; Testsuite finishes with errors.
>> +     `(#:configure-flags '("--enable-unit-tests=3Dno")))
>=20
> Are these failures important? Are they caused by the unusual Guix buil=
d
> environment? If so, can you disable only the specific tests that are
> failing?
>=20
> Otherwise, I wait for the input of a GNOME / GTK expert :)
>=20
>> +    (native-inputs
>> +     `(("glib" ,glib) ; for glib-compile-schemas, gio-2.0.
>> +       ("intltool" ,intltool)
>> +       ("pkg-config" ,pkg-config)))
>> +    (inputs
>> +     `(("gobject-introspection" ,gobject-introspection)
>> +       ("libpng" ,libpng)
>> +       ("libunistring" ,libunistring)
>> +       ("libxml2" ,libxml2)
>> +       ("sqlite" ,sqlite)
>> +       ("uuidgen" ,util-linux)
>> +       ("xsltproc" ,libxslt)
>> +       ("zlib" ,zlib)))
>> +    (home-page "https://wiki.gnome.org/Projects/Tracker")
>> +    (synopsis "Search engine and metadata storage system")
>> +    (description
>> +     "Tracker is a search engine, search tool and metadata storag=
e
>> +system.  Tracker allows the user to find their data as fast as po=
ssible.
>> +Tracker organises data in categories and enable tag in the data w=
ith
>> +keywords which can be used to find related information.")
>> +    ;; See COPYING for details.
>> +    (license (list license:lgpl2.1+ license:gpl2+ license:bsd-3))=
))
>> --
>> 2.6.3
>>

Thanks Leo,

the errors during Testsuite are:=

ERROR: tracker-utils - missing test plan
ERROR: tracker-utils - exi= ted with status 133 (terminated by signal 5?)
PASS: tracker-dbus 1 /li= btracker-common/tracker-dbus/slist_to_strv_ok
PASS: tracker-dbus 2 /li= btracker-common/tracker-dbus/slist_to_strv_failures
PASS: tracker-dbus= 3 /libtracker-common/tracker-dbus/request
ERROR: tracker-file-utils -= missing test plan
ERROR: tracker-file-utils - exited with status 133 = (terminated by signal 5?)

Testsuite summary for tracker 1.7.2

# TOTAL: 68
# PASS: 42
# SKIP: 22
# XFAIL: 0
# FAIL:= 0
# XPASS: 0
# ERROR: 4

I can`t see more details.

 

Regards




--=_a31380505a3e69e973149d0d1e129eda--