--- Log opened Wed Feb 24 00:00:55 2010 01:09 -!- aloof [~kjj@pool-74-107-128-126.ptldor.fios.verizon.net] has joined #t2 01:11 -!- digitaloktay [~pardus@unaffiliated/digitaloktay] has quit [Quit: Linux aus der Türkei ----> Pardus Linux -----> www.pardus.org.tr] 09:31 < rxr> re 09:50 < CIA-30> rene * r35680 /trunk/package/base/readline/readline.desc: * updated readline (6.1-001 -> 6.1-002) 10:03 < CIA-30> rene * r35681 /trunk/package/network/ypserv/ypserv.desc: * updated ypserv (2.22 -> 2.23) 10:03 < CIA-30> rene * r35682 /trunk/package/network/dbus-python/dbus-python.desc: * updated dbus-python (0.83.0 -> 0.83.1) 10:03 < CIA-30> rene * r35683 /trunk/package/base/linux26/linux26.desc: * updated linux26 (2.6.32.8 -> 2.6.32.9) 10:09 < mjungwirth> morning 10:09 < mjungwirth> one question 10:10 < mjungwirth> i add /build/...cross-build.../TOOLCHAIN/tools.cross/bin and crosscc to the PATH variable. 10:11 < mjungwirth> now i can execute the i686-t2-linux-gnu-g++ 10:11 < mjungwirth> but i compile a simple c++ or c file he can't resolve any stdio.h,.... 10:11 < mjungwirth> build.cpp:16:19: error: stdio.h: No such file or directory 10:11 < mjungwirth> build.cpp:17:20: error: stdlib.h: No such file or directory 10:11 < mjungwirth> build.cpp:18:19: error: errno.h: No such file or directory 10:11 < mjungwirth> build.cpp:19:19: error: fcntl.h: No such file or directory 10:11 < mjungwirth> build.cpp:20:18: error: time.h: No such file or directory 10:11 < mjungwirth> build.cpp:29:22: error: unistd.h: No such file or directory 10:11 < mjungwirth> build.cpp:32:20: error: string.h: No such file or directory 10:12 < mjungwirth> what can i do? 10:20 -!- Baldzius [~aldas@87-198-133-94.ptr.magnet.ie] has joined #t2 10:20 < Baldzius> moin 10:23 < rxr> re 10:24 < rxr> moin Baldzius 10:24 < rxr> mjungwirth: you build enough of t2 to have these files available in the sandbox? 10:24 < Baldzius> hey rxr 10:26 < Baldzius> rxr: do you have kdelibs log for x86-64 build? 10:26 < Baldzius> I wonder if it finds soprano for you or not 10:26 < Baldzius> # KDE specific cmake options 10:26 < Baldzius> var_append extraconfopt " " "-DCMAKE_INSTALL_PREFIX=/$prefix -DLIB_SUFFIX=${libdir##*/lib}" 10:27 < Baldzius> this looks little bit strange 10:27 < Baldzius> as soprano is opt/kde4/lib64/soprano 10:29 < rxr> what looks strange? 10:30 < rxr> kdelibs ? 10:30 < rxr> my x86-64 build is a little lagging, it's kdelibs build is some days, week old: 10:30 < rxr> -- Found Soprano version 2.3.1: /opt/kde4/lib64/libsoprano.so 10:30 < rxr> -- Found Soprano includes: /opt/kde4/include 10:30 < rxr> -- Found Soprano Index: SOPRANO_INDEX_LIBRARIES-NOTFOUND 10:30 < rxr> -- Found Soprano Client: /opt/kde4/lib64/libsopranoclient.so 10:30 < rxr> -- Found Soprano Plugin Dir: /opt/kde4/share/soprano/plugins 10:30 < rxr> the line you pasted looks quite good 10:30 < rxr> notice the LIB_SUFFIX 10:31 < rxr> that suffix is only the extension past lib 10:31 < rxr> so "" (none, empty string) for normal lib 10:31 < rxr> and just "64" for lib64, ... 10:31 * rxr hopes that helps 10:32 < Baldzius> why it doesn't work for me then? 10:32 < rxr> note my build is older 10:33 < rxr> I'm ueber busy these days, with anything 10:33 < rxr> maybe new kdelibs has typos, or new soprano, installing elsewhere 10:33 < Baldzius> not sure if there were some big changes 10:33 < Baldzius> which might break it 10:33 < Baldzius> oh 10:34 < Baldzius> soprano is opt/kde4/lib64/soprano 10:34 < Baldzius> Found Soprano version 2.3.1: /opt/kde4/lib64/libsoprano.so 10:34 < Baldzius> -- Found Soprano includes: /opt/kde4/include 10:34 < Baldzius> yep 10:34 < Baldzius> it's different location 10:34 < Baldzius> now 10:34 < Baldzius> and you soprano version is much older 10:34 < Baldzius> it's 2.4.0.1 now 10:34 < Baldzius> super, thanks 10:37 < CIA-30> rene * r35684 /trunk/package/develop/roundup/roundup.desc: * updated roundup (1.4.12 -> 1.4.13) 10:37 < CIA-30> rene * r35685 /trunk/package/filesystem/libisoburn/libisoburn.desc: * updated libisoburn (0.4.8.pl00 -> 0.5.0.pl00) 10:40 < Baldzius> this kde 4.4 is very painfull 10:40 < mjungwirth> rxr: yes i build a complete system! the compiler can't find glibc ? is it strange! 10:40 < rxr> Baldzius: to build or at runtime? 10:40 < Baldzius> build 10:40 < rxr> mjungwirth: do you invoke gcc as root or user ? 10:40 < mjungwirth> as root 10:40 < rxr> hm 10:41 < rxr> strace -f -e open,stat (--typos) could tell you where it is looking at 10:41 < rxr> just had to do something simillar on OS X the other day: http://rene.rebe.name/2010-02-23/self-noteā€¯mac-os-x-solaris-dtrace/ 10:41 < rxr> oh the stupid wordpress 10:41 < rxr> perma URL is borked 10:43 < rxr> http://rene.rebe.name/2010-02-23/self-note-mac-os-x-solaris-dtrace/ it should be, now 10:48 < mjungwirth> omg i have found my problem. I build the t2 in a different directory (buildpath=/root/t2/...) i have a nfs mount to this directory but to /os now the problem is he can't find the c library. 10:49 < rxr> yes, that is indeed a problem 10:49 < rxr> sorry 10:49 < rxr> gcc and co hardcode the sysroot 10:49 < rxr> I was thinking to improve 10:49 < rxr> but moving t2 sources is not so common 10:50 < rxr> and even if we improve it, it would certainly only work within the T2 scripts 10:50 < rxr> not when you manually use the compiler 10:50 < rxr> some tools accept -isysroot, though 10:50 < rxr> so you might be able to cover this for your temporary use for now 10:55 < Baldzius> ok , so kdelibs are fine 10:55 < Baldzius> was soprano + redland issue 12:06 < CIA-30> aldas * r35686 /trunk/package/develop/shared-desktop-ontologies/ (3 files): * added shared-desktop-ontologies (0.2) - Shared OSCAF desktop ontologies 12:06 < CIA-30> aldas * r35687 /trunk/package/security/qca2/qca2.desc: * changed qca2 build priority (171.300 -> 128.300), moved before kdelibs 12:32 < CIA-30> aldas * r35688 /trunk/package/multimedia/cxfe/cxfe.desc: * guide cxfe to find X libs on x86-64 build 13:22 -!- digitaloktay [~pardus@unaffiliated/digitaloktay] has joined #t2 13:51 -!- digitaloktay [~pardus@unaffiliated/digitaloktay] has quit [Quit: Linux aus der Türkei ----> Pardus Linux -----> www.pardus.org.tr] 13:54 -!- digitaloktay [~pardus@unaffiliated/digitaloktay] has joined #t2 13:54 < CIA-30> aldas * r35689 /trunk/package/network/samba/samba.desc: * updated samba (3.4.5 -> 3.4.6) 14:09 -!- digitaloktay [~pardus@unaffiliated/digitaloktay] has quit [Quit: Linux aus der Türkei ----> Pardus Linux -----> www.pardus.org.tr] 14:11 -!- digitaloktay [~pardus@unaffiliated/digitaloktay] has joined #t2 14:36 < CIA-30> aldas * r35690 /trunk/package/java/apache-ant/apache-ant.desc: * updated apache-ant (1.7.1 -> 1.8.0) 14:41 -!- digitaloktay [~pardus@unaffiliated/digitaloktay] has quit [Quit: Linux aus der Türkei ----> Pardus Linux -----> www.pardus.org.tr] 14:43 < CIA-30> aldas * r35691 /trunk/package/java/sun-jdk-160/sun-jdk-160.desc: * updated sun-jdk-160 (6u16 -> 6u18) 14:43 < CIA-30> aldas * r35692 /trunk/package/java/sun-jre-160/sun-jre-160.desc: * updated sun-jre-160 (6u16 -> 6u18) 15:03 -!- digitaloktay [~pardus@unaffiliated/digitaloktay] has joined #t2 15:45 < CIA-30> aldas * r35693 /trunk/package/audio/openal/ (include.patch openal.desc): * updated openal (0.0.8 -> 1.11.753) 16:25 -!- Baldzius [~aldas@87-198-133-94.ptr.magnet.ie] has quit [Quit: Leaving] 22:47 -!- digitaloktay [~pardus@unaffiliated/digitaloktay] has quit [Quit: Linux aus der Türkei ----> Pardus Linux -----> www.pardus.org.tr] --- Log closed Thu Feb 25 00:00:55 2010