On 22/02/2011, David C. Rankin drankinatty@suddenlinkmail.com wrote:
On 02/22/2011 03:06 PM, David C. Rankin wrote:
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 :)
Also, confirm you are using the following PKGBUILD (with the change 'make VERBOSE=1')
http://www.3111skyline.com/dl/dt/trinity/arch/pkgbuild/svn/PKGBUILD-kdebase....
You should have the following in your 'trinity-kdebase' dir after unzipping the trinity-kdebase.tar.gz file:
15:12 nirvana:/srv/http/dl/dt/trinity/tmp/trinity-kdebase> ls -Al -rw-r--r-- 1 david david 20571 Feb 18 21:05 kdmrc -rw-r--r-- 1 david david 2721 Feb 21 16:32 PKGBUILD -rw-r--r-- 1 david david 218 Feb 18 20:39 trinity.desktop -rwxr-xr-x 1 david david 2144 Feb 18 21:23 Xsession
-- David C. Rankin, J.D.,P.E.
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messsages on the Web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
On an Intel Atom it takes much longer than 5 minutes :P It broke again D:
Do you think it is related to the environmental variables?
same error as before.
Calvin Morrison