On 02/22/2011 02:53 PM, calvin morrison wrote:
The Daily -Syu is always in order :P
My environmental variables are not set, but everything else checks out it. I am re running it to see. (hopefully i won't get stuck at 37%)
Calvin
Should only take 5 minutes to re-run to 37%. Make sure you set 'make VERBOSE=1' in the build() function to get some additional debug info:
cmake ./ \ -DCMAKE_INSTALL_PREFIX=${trinity_prefix} \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DWITH_QT3=ON \ -DQTDIR=/opt/qt \ -DQT_LIBRARY_DIRS=/opt/qt/lib \ -DWITH_PAM=ON \ -DBUILD_ALL=ON make VERBOSE=1 # set this
I suspect it is an ldconfig issue :)