On 22 February 2011 14:02, David C. Rankin
<drankinatty(a)suddenlinkmail.com> wrote:
On 02/22/2011 12:45 PM, calvin morrison wrote:
Right now i am double checking (rebuilding) all
of those packages, and
then in turn uploading them to the AUR. I trust you but it is always
good to have two people check it! Tis a shame my processor isn't much
of number cruncher so it may take a while to compile all of these.
I will talk to tim on the IRC about creating an SVN directory.
Calvin
Thank you Calvin - 2 sets of eyes are always better than 1 :p They should build
just fine. I've built them probably 30 times, but I know they can always be
improved. Here is a reference for the amount of time you can expect to drink coffee:
Current Build Times
Here are recent build times (full build - no prior sources) for Trinity svn on a
middle of the road P4 3.2G box using the Arch PKGBUILD scripts. (nothing special
- old Dell GX280 'small form factor'):
10:55 supersff:~/tblds> grep Feb bldlog.txt
Feb 19 01:44:45 building: trinity-qt3
Feb 19 02:06:12 building: trinity-pyqt3
Feb 19 02:17:05 building: trinity-tqtinterface
Feb 19 02:18:16 building: trinity-arts
Feb 19 02:22:02 building: trinity-kdelibs
Feb 19 03:01:01 building: trinity-kdebase
Feb 19 03:36:42 building: trinity-kdevelop
Feb 19 03:51:13 building: trinity-kdewebdev
Feb 19 03:58:21 done!
--
David C. Rankin, J.D.,P.E.
---------------------------------------------------------------------
To unsubscribe, e-mail: trinity-devel-unsubscribe(a)lists.pearsoncomputing.net
For additional commands, e-mail: trinity-devel-help(a)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
I've run into problems already :/
when compiling trinity-kdebase I have hit this:
[ 37%] Built target libkmanpart-module
Linking CXX shared module kio_man.so
cd /home/calvin/builds/trinity/trinity-kdebase/src/kdebase/kioslave/man
&& /usr/bin/cmake -E cmake_link_script
CMakeFiles/kio_man-module.dir/link.txt --verbose=1
/usr/bin/c++ -fPIC -march=atom -msse4 -mcx16 -msahf -O2 -pipe
-include tqt.h -Wl,--no-undefined -shared -Wl,-soname,kio_man.so -o
kio_man.so CMakeFiles/kio_man-module.dir/man2html.cpp.o
CMakeFiles/kio_man-module.dir/kio_man.cpp.o -L/opt/qt/lib
/opt/trinity/lib/libkio.so.4.2.0 /opt/trinity/lib/libkdeui.so.4.2.0
-lfreetype -lfontconfig /opt/trinity/lib/libkdesu.so.4.2.0 -lutil
/opt/trinity/lib/libkwalletclient.so.1.0.1
/opt/trinity/lib/libkdecore.so.4.2.0 /opt/trinity/lib/libDCOP.so.4.2.0
/opt/trinity/lib/libkdefx.so.4.2.0 -ltqt -lqt-mt -lXrender -lX11 -lz
-lICE -lSM -Wl,-rpath,/opt/qt/lib:/opt/trinity/lib:
make[2]: Leaving directory
`/home/calvin/builds/trinity/trinity-kdebase/src/kdebase'
/usr/bin/cmake -E cmake_progress_report
/home/calvin/builds/trinity/trinity-kdebase/src/kdebase/CMakeFiles
[ 37%] Built target kio_man-module
make[1]: Leaving directory
`/home/calvin/builds/trinity/trinity-kdebase/src/kdebase'
make: *** [all] Error 2
Aborting...
I'm not sure how you have managed to build this all but any ideas
would be appreciated.
Calvin