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

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202522

            Bug ID: 202522
           Summary: sysutils/tracker during build cannot find libstemmer.h
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gnome@FreeBSD.org
          Reporter: vladimir.chukharev@gmail.com
          Assignee: gnome@FreeBSD.org
             Flags: maintainer-feedback?(gnome@FreeBSD.org)

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.



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