Re: [Tracker] Fwd: tracker 1.12.0

2017-03-20 Thread Michael Biebl
2017-03-21 3:25 GMT+01:00 Chris :
> Thanks Michael, that took care of all except the glib >=2.44.0 issue
> which I'll have to work on. These have now popped up which I also need
> to work on
>
> configure: error: Package requirements (glib-2.0   >= 2.44.0
> libsoup-2.4>= 2.40
> libxml-2.0 >= 2.6
> json-glib-1.0  >= 1.0) were not met:
>
> No package 'libsoup-2.4' found

libsoup-2.4 is missing
$ apt-file search libsoup-2.4.pc
libsoup2.4-dev: /usr/lib/x86_64-linux-gnu/pkgconfig/libsoup-2.4.pc



-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
___
tracker-list mailing list
tracker-list@gnome.org
https://mail.gnome.org/mailman/listinfo/tracker-list


Re: [Tracker] Fwd: tracker 1.12.0

2017-03-20 Thread Chris
On Tue, 2017-03-21 at 03:10 +0100, Michael Biebl wrote:
> 2017-03-21 2:25 GMT+01:00 Chris :
> > 
> > Trying to install from the .tar file and I get this when running
> > $./config
> > 
> > configure: error: Package requirements (glib-2.0 >= 2.44.0
> >   gio-unix-2.0 >= 2.44.0
> >   sqlite3  >= 3.7.15
> >   uuid) were not met:
> > 
> > No package 'sqlite3' found
> > 
> > apt-cache policy sqlite3
> > sqlite3:
> >   Installed: 3.11.0-1ubuntu1
> >   Candidate: 3.11.0-1ubuntu1
> >   Version table:
> >  *** 3.11.0-1ubuntu1 500
> > 500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64
> > Packages
> > 100 /var/lib/dpkg/status
> 
> $ apt-file search sqlite3.pc
> → You need libsqlite3-dev
> 
Thanks Michael, that took care of all except the glib >=2.44.0 issue
which I'll have to work on. These have now popped up which I also need
to work on

configure: error: Package requirements (glib-2.0   >= 2.44.0
libsoup-2.4>= 2.40
libxml-2.0 >= 2.6
json-glib-1.0  >= 1.0) were not met:

No package 'libsoup-2.4' found

I believe I'll get it eventually.

Thanks for the reply

Chris

-- 
Chris
KeyID 0xE372A7DA98E6705C
31.11972; -97.90167 (Elev. 1092 ft)
21:20:17 up 14 min, 1 user, load average: 1.82, 3.48, 2.85
Description:Ubuntu 16.04.2 LTS, kernel 4.4.0-67-generic

signature.asc
Description: This is a digitally signed message part
___
tracker-list mailing list
tracker-list@gnome.org
https://mail.gnome.org/mailman/listinfo/tracker-list


Re: [Tracker] Fwd: tracker 1.12.0

2017-03-20 Thread Michael Biebl
2017-03-21 2:25 GMT+01:00 Chris :
> Trying to install from the .tar file and I get this when running
> $./config
>
> configure: error: Package requirements (glib-2.0 >= 2.44.0
>   gio-unix-2.0 >= 2.44.0
>   sqlite3  >= 3.7.15
>   uuid) were not met:
>
> No package 'sqlite3' found
>
> apt-cache policy sqlite3
> sqlite3:
>   Installed: 3.11.0-1ubuntu1
>   Candidate: 3.11.0-1ubuntu1
>   Version table:
>  *** 3.11.0-1ubuntu1 500
> 500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64
> Packages
> 100 /var/lib/dpkg/status

$ apt-file search sqlite3.pc
→ You need libsqlite3-dev


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
___
tracker-list mailing list
tracker-list@gnome.org
https://mail.gnome.org/mailman/listinfo/tracker-list


Re: [Tracker] Fwd: tracker 1.12.0

2017-03-20 Thread Chris
On Mon, 2017-03-20 at 14:36 +, Carlos Garnacho wrote:
> -- Forwarded message --
> From: Carlos Garnacho 
> Date: Mon, Mar 20, 2017 at 2:28 PM
> Subject: tracker 1.12.0
> To: FTP Releases 
> 
> 
> About Tracker
> =
> 
> Tracker is a semantic data storage for desktop and mobile devices.
> Tracker uses W3C standards for RDF ontologies using Nepomuk with
> SPARQL to query and update the data.
> 
> Tracker is a central repository of user information, that provides
> two
> big benefits for the user; shared data between applications and
> information which is relational to other information (for example:
> mixing contacts with files, locations, activities and etc.).
> 
Trying to install from the .tar file and I get this when running
$./config

configure: error: Package requirements (glib-2.0 >= 2.44.0
  gio-unix-2.0 >= 2.44.0
  sqlite3  >= 3.7.15
  uuid) were not met:

No package 'sqlite3' found

apt-cache policy sqlite3
sqlite3:
  Installed: 3.11.0-1ubuntu1
  Candidate: 3.11.0-1ubuntu1
  Version table:
 *** 3.11.0-1ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64
Packages
100 /var/lib/dpkg/status

I'd guess that glib has to be installed since a lot depends on it. The
latest version of glibc is

chris@localhost:~$ apt-cache policy libc6
libc6:
  Installed: 2.23-0ubuntu5
  Candidate: 2.23-0ubuntu5
  Version table:
 *** 2.23-0ubuntu5 500

ldd (Ubuntu GLIBC 2.23-0ubuntu5) 2.23

which is less than the required but I can't find an update for Ubuntu
16.04 LTS. Here is a link to the config.log on pastebin - https://paste
bin.com/FuEPWpMh I can't seem to find gio-unix at all unless I'm not
looking correctly.

Chris

-- 
Chris
KeyID 0xE372A7DA98E6705C
31.11972; -97.90167 (Elev. 1092 ft)
17:59:17 up 5 days, 9:51, 2 users, load average: 0.61, 0.60, 1.02
Description:Ubuntu 16.04.2 LTS, kernel 4.4.0-67-generic

signature.asc
Description: This is a digitally signed message part
___
tracker-list mailing list
tracker-list@gnome.org
https://mail.gnome.org/mailman/listinfo/tracker-list


[Tracker] Fwd: tracker 1.12.0

2017-03-20 Thread Carlos Garnacho
-- Forwarded message --
From: Carlos Garnacho 
Date: Mon, Mar 20, 2017 at 2:28 PM
Subject: tracker 1.12.0
To: FTP Releases 


About Tracker
=

Tracker is a semantic data storage for desktop and mobile devices.
Tracker uses W3C standards for RDF ontologies using Nepomuk with
SPARQL to query and update the data.

Tracker is a central repository of user information, that provides two
big benefits for the user; shared data between applications and
information which is relational to other information (for example:
mixing contacts with files, locations, activities and etc.).

News


  * Multiple compile warning fixes
  * Fix compilation on older vala

  Overview of changes between 1.10 and 1.12:

  * The extractors are now sandboxed
  * Small improvements towards full sparql 1.1 compliance
  * Many fixes for Coverity warnings
  * Thread contention in direct-access tracker clients has been
eliminated, concurrent queries are now significantly faster.
  * Many small fixes all over the place.

Translations: da, id, it, ko, lt, lv


ChangeLog
=
https://download.gnome.org/sources/tracker/1.12/tracker-1.12.0.changes  (1.54K)

Download

https://download.gnome.org/sources/tracker/1.12/tracker-1.12.0.tar.xz (4.83M)
  sha256sum: 83193dd8c05e3e8b05fa8f1cfb80964fa78f7aeb86f3302fa4be6ec7e6ff596f
___
tracker-list mailing list
tracker-list@gnome.org
https://mail.gnome.org/mailman/listinfo/tracker-list