Trying to compile x11-toolkits/qt31 on a machine which doesn't have LOCALBASE pointing to /usr/local fails and LD_LIBRARY_PATH is pointing to the right directories: [~/ports-5/x11-toolkits/qt31] edwin@ref5>echo $LD_LIBRARY_PATH /home/edwin/local-5/lib:/home/edwin/X11R6-5/lib [~/ports-5/x11-toolkits/qt31] edwin@ref5>make ===> Building for qt-3.1.1_2 cd qmake && gmake [...] gmake[3]: Entering directory `/local0/scratch/edwin/ports/x11-toolkits/qt31/work/qt-x11-free-3.1.1/tools/designer/designer' /local0/scratch/edwin/ports/x11-toolkits/qt31/work/qt-x11-free-3.1.1/bin/uic -L /local0/scratch/edwin/ports/x11-toolkits/qt31/work/qt-x11-free-3.1.1/plugins newform.ui -o newform.h /usr/libexec/ld-elf.so.1: Shared object "liblcms.so.1" not found When printing $LD_LIBRARY_PATH before this command is execute, it suddenly pointing to /local0/scratch/edwin/ports/x11-toolkits/qt31/work/qt-x11-free-3.1.1/lib only. Fix: RCS file: /home/ncvs/ports/x11-toolkits/qt31/Makefile,v retrieving revision 1.129 How-To-Repeat: See above
Responsible Changed From-To: freebsd-ports-bugs->kde Over to maintainers.
State Changed From-To: open->closed Committed, thanks.