|
From: HAT <ha...@fa...> - 2015-11-27 14:25:42
|
Consult the srpm for Fedora/CentOS. http://netatalk.sourceforge.net/wiki/index.php/Netatalk_3.1.7_SRPM_for_Fedora_and_CentOS %global pkgver $(rpm -qls tracker-devel | grep sparql | grep pc | cut -d"-" -f3 | cut -d"." -f1-2) Fri, 27 Nov 2015 09:22:36 +0100, Marco Schwarz <mar...@gm...>: > It seems the config script is looking for libtracker-sparql in a version corresponding to the main tracker version number. > > Is it necessary that the versions for libtracker-sparql and tracker match ? Or can I somehow force the use of the 1.0 version that comes with Leap ? > > >> Am 26.11.2015 um 14:21 schrieb Marco Schwarz <mar...@gm...>: >> >>> Am 26.11.2015 um 14:03 schrieb Reindl Harald <h.r...@th...>: >>> >>> Am 26.11.2015 um 14:00 schrieb Marco Schwarz: >>>> Hi all, >>>> >>>> I am trying to get Spotlight running on openSUSE Leap. The RPM had spotlight disabled, so I installed the source package, and set >>>> >>>> %define with_tracker_spotlight 1 >>>> >>>> in netatalk.spec >>>> >>>> Building went fine, reinstalled, but now I get >>>> >>>> AFP versions: 2.2 3.0 3.1 3.2 3.3 3.4 >>>> CNID backends: dbd last tdb >>>> Zeroconf support: Avahi >>>> TCP wrappers support: Yes >>>> Quota support: Yes >>>> Admin group support: Yes >>>> Valid shell checks: Yes >>>> cracklib support: No >>>> EA support: ad | sys >>>> ACL support: Yes >>>> LDAP support: Yes >>>> D-Bus support: Yes >>>> Spotlight support: No >>>> DTrace probes: No >>>> >>>> D-Bus is Yes now (was No), but Spotlight support remains No ... >>>> >>>> Did I miss something ? Any ideas appreciated, I don't compile stuff very often ... >>> >>> you likely miss devel-packages on the buildsystem >> >> ok, checked the output, found this: >> >> Package tracker-sparql-1.4 was not found in the pkg-config search path. >> Perhaps you should add the directory containing `tracker-sparql-1.4.pc' >> to the PKG_CONFIG_PATH environment variable >> No package 'tracker-sparql-1.4' found >> checking for TRACKER... no >> >> Searching with zypper, I found this installed package: >> >> i | libtracker-sparql-1_0-0 | Sparql library for Tracker | Paket >> >> but I cannot find any package 'tracker-sparql-1.4' in the repos .... -- HAT |