When WRKDIRPREFIX includes a loopback symlink, clucene builds with strange recursive paths and fails to compile or install much of itself. Fix: No idea. Something in the clucene build system is being too smart for its own good. How-To-Repeat: 1) Create a symlink /work -> . 2) In /etc/make.conf, include WRKDIRPREFIX?=/work/obj 3) cd /usr/ports/textproc/clucene && make package Note extraneous references to /work in the make output and the complaints that many include files are missing. I have attached a build log showing builds with and without the symlink.
Responsible Changed From-To: freebsd-ports-bugs->office Over to maintainer (via the GNATS Auto Assign Tool)
is it still an issue?