Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Aug 2015 16:21:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 202522] sysutils/tracker during build cannot find libstemmer.h
Message-ID:  <bug-202522-6497-KODr68dYeK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202522-6497@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

vladimir.chukharev@gmail.com has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to gnome@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.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202522-6497-KODr68dYeK>