Update deskutils/recoll to 1.23.2. Set X11MON to broken, cause of: index/rclmonrcv.o: In function `RclFAM::RclFAM()': index/rclmonrcv.cpp:(.text+0x1ed1): undefined reference to `FAMOpen2' index/rclmonrcv.o: In function `RclFAM::~RclFAM()': index/rclmonrcv.cpp:(.text+0x20ac): undefined reference to `FAMClose' index/rclmonrcv.o: In function `RclFAM::~RclFAM()': index/rclmonrcv.cpp:(.text+0x210c): undefined reference to `FAMClose' index/rclmonrcv.o: In function `RclFAM::addWatch(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool)': index/rclmonrcv.cpp:(.text+0x2307): undefined reference to `FAMMonitorDirectory' index/rclmonrcv.cpp:(.text+0x2447): undefined reference to `FAMMonitorFile' index/rclmonrcv.o: In function `RclFAM::getEvent(RclMonEvent&, int)': index/rclmonrcv.cpp:(.text+0x279f): undefined reference to `FAMPending' index/rclmonrcv.cpp:(.text+0x27b6): undefined reference to `FAMNextEvent' index/rclmonrcv.cpp:(.text+0x2988): undefined reference to `FAMClose' (fam.h is included in rclmonrcv.cpp and has all definitions).
Created attachment 182845 [details] svn-diff_deskutils_recoll
ChangLog: http://www.lesbonscomptes.com/recoll/release-1.23.html
http://www.lesbonscomptes.com/recoll/BUGS.html: Real time indexer: when running with gamin on FreeBSD, the indexer can deadlock in the gamin dialog in some cases. So I think, it is better not to use FAM/gamin.
Created attachment 182854 [details] svn-diff_deskutils_recoll_v2 Correct a pkg-plist error.
Forgot the reason why I closed it: Poudriere hängs in stage: (I have no clue to solve it). libtool: install: warning: `librecoll.la' has not been installed in `/usr/local/lib/recoll' libtool: install: install -m 555 -s .libs/recollindex /wrkdirs/usr/ports/deskutils/recoll/work/sta ge/usr/local/bin/recollindex (cd python/recoll; \ if test -f /etc/debian_version ; then \ OPTSFORPYTHON=--install-layout=deb; \ fi; \ set -x; \ python setup.py install \ --prefix=/usr/local --root=${DESTDIR:-/} ${OPTSFORPYTHON}) + python setup.py install --prefix=/usr/local --root=/wrkdirs/usr/ports/deskutils/recoll/work/stage python: not found gmake[3]: *** [Makefile:2189: recollpython-install] Error 127 gmake[3]: Leaving directory '/wrkdirs/usr/ports/deskutils/recoll/work/recoll-1.23.2' gmake[2]: *** [Makefile:2006: install-am] Error 2
I also tried it with libtool:keepla, but that changed nothing.
Created attachment 187622 [details] patch See attached patch, needs more QA, unsets X11MON default=on to off
Committed, thanks!
A commit references this bug: Author: pi Date: Wed Nov 1 15:38:27 UTC 2017 New revision: 453294 URL: https://svnweb.freebsd.org/changeset/ports/453294 Log: deskutils/recoll: update 1.21.6 -> 1.23.3 - X11MON defaults now to Off PR: 219481 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Reviewed by: PeerCorps Trust Fund <ipc@peercorpstrust.org Relnotes: http://www.lesbonscomptes.com/recoll/release-1.23.html Changes: head/deskutils/recoll/Makefile head/deskutils/recoll/distinfo head/deskutils/recoll/pkg-plist
Thank you!