maintainer-feedback requested: [Bug 202522] sysutils/tracker during build cannot find libstemmer.h

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 20 16:21:32 UTC 2015


vladimir.chukharev at gmail.com has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to gnome at FreeBSD.org:
Bug 202522: sysutils/tracker during build cannot find libstemmer.h
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202522



--- Description ---
Created attachment 160151
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=160151&action=edit
Build logs

sysutils/tracker fails to build with an error
tracker-language.c:28:24: error: libstemmer.h: No such file or directory

Full logs of a build obtained with command 
 $ sudo make -C /usr/ports/sysutils/tracker clean config all  |& cat >
~/vovavajo/Patches/tracker-1.4.1_build.log
are attached.

If I make a symlink:
 $ cd /usr/local/include
 $ sudo ln -s /usr/local/include/CLucene/snowball/include/libstemmer.h ./
 $ ls -Fl /usr/local/include/libstemmer.h 
lrwxr-xr-x  1 root  wheel  56 11 Aug 00:27 /usr/local/include/libstemmer.h@ ->
/usr/local/include/CLucene/snowball/include/libstemmer.h
then the port is built OK. Hope this hack helps maintainer to find a proper
solution.


More information about the freebsd-gnome mailing list