--- Log opened Thu Jul 20 00:00:16 2006 01:11 -!- idealm [n=ideal@222.67.238.87] has quit [Connection timed out] 04:00 -!- Netsplit sterling.freenode.net <-> irc.freenode.net quits: _Ragnar_, shevegen, tdi 04:00 -!- Netsplit over, joins: _Ragnar_ 04:23 -!- shevegen [n=adh4@80.108.103.172] has joined #t2 04:30 -!- tdi [n=tdi@reykin.pozman.pl] has joined #t2 04:34 -!- Netsplit sterling.freenode.net <-> irc.freenode.net quits: _Ragnar_, CIA-7, valentin 04:34 -!- Netsplit over, joins: _Ragnar_ 04:35 -!- Netsplit over, joins: valentin 04:42 -!- CIA-7 [i=cia@cia.navi.cx] has joined #t2 07:06 < rxr> re 08:30 < rxr> cu then 08:41 -!- Baldzius [n=baldzius@85.206.100.218] has joined #t2 08:41 < Baldzius> moin 09:31 < rxr> re 09:31 < rxr> moin Baldzius 09:32 < Baldzius> moin rxr 09:41 < CIA-7> rene * r18662 /branches/2.2/package/perl/perl/perl.conf: 09:41 < CIA-7> * work around to allow building 2.2 perl on systems with eaccess 09:41 < CIA-7> in the host libc (2.3 aka. trunk) 11:25 < CIA-7> rene * r18663 /trunk/package/x11/rxvt-unicode/ (compile.patch.rxvt-unicode rxvt-unicode.desc): * updated rxvt-unicode (7.7 -> 7.8) 12:35 < CIA-7> rene * r18664 /trunk/package/perl/perl-ui-dialog/ (. perl-ui-dialog.cache perl-ui-dialog.desc): * added perl-ui-dialog (1.08) - Perl dialog module 12:35 < CIA-7> rene * r18665 /trunk/package/perl/perl-reform/ (. perl-reform.cache perl-reform.desc): * added perl-reform (0.1) - Less awkward syntax for Perl 5 OOP 12:39 < CIA-7> rene * r18666 /trunk/package/perl/perl-ui-dialog/perl-ui-dialog.desc: * checksum for perl-ui-dialog, overlooked that the overzealious Commit does not inject it, yet 12:42 < CIA-7> rene * r18667 /trunk/target/archivista/pkgsel: * added perl-reform and perl-ui-dialog to the archivista target 12:49 < CIA-7> rene * r18668 /trunk/target/archivista/pkgsel: 12:49 < CIA-7> * added more packages to archivista that are already on the release CD 12:49 < CIA-7> for some time: htmldoc, inotify-tools and perl-mailbox and it's deps 12:59 < CIA-7> rene * r18669 /trunk/target/archivista/rootfs/home/archivista/vnc-enable.sh: 12:59 < CIA-7> * changed archivista vnc activation to pass -skip_lockkeys to x11vnc 12:59 < CIA-7> for a more accurate handling of capslock possible with the latest 12:59 < CIA-7> version of x11vnc 13:00 < CIA-7> rene * r18670 /trunk/target/archivista/rootfs/home/archivista/exit.sh: * fixed a typo in archivista exit check 13:15 < rxr> pfff 13:15 < rxr> damn gcc junk 13:15 < rxr> on sparc __BIG_ENDIAN__ is not defined 13:15 < rxr> appears I have to hunt for another cpp token ... 14:35 < CIA-7> rene * r18671 /trunk/package/graphic/exact-image/exact-image.desc: * updated exact-image (0.0.13 -> 0.0.14) 14:50 -!- seb2 [n=Seb@pD9E05232.dip.t-dialin.net] has joined #t2 14:50 < rxr> hi sebi2 14:50 < seb2> hi 14:55 < seb2> still fighting with my dietlibc. i could try to recompile without WANT_DYNAMIC. But i am not sure if i need it. I dont know much about embedded stuff yet. any suggestions? 14:59 < rxr> WANT_DYNAMIC is not about dynamic libraries 14:59 < rxr> you almost always want WANT_DYNAMIC 14:59 < rxr> but do not boild dynamic dietlibc you just do not need to pass dyn or so to make 14:59 < rxr> this dyn target builds the dynamic dietlibc flavour 15:00 < rxr> if [ "$SDECFG_STATIC" != 1 ]; then 15:00 < rxr> case $cpu in 15:00 < rxr> arm|i386|x86_64) 15:00 < rxr> var_append makeopt " " "dyn" 15:00 < rxr> ;; 15:00 < rxr> esac 15:00 < rxr> fi 15:00 < rxr> package/base/dietlibc/dietlibc.conf 15:00 < rxr> you most probably want to dislable that for a test 15:02 < seb2> ok. what i read was that WANT_DYNAMIC has to do with con- and destructers in c++. i will test it without. 15:02 < rxr> yes that is WANT_DYNAMIC 15:02 < rxr> what was your exact build error ? 15:04 < seb2> == 17:09:15 =[1]=> Building base/dietlibc [0.29 2.2.0-rc]. 15:04 < seb2> -> Preparing configuration to build this package with dietlibc (statically). 15:04 < seb2> -> Reading package configuration from package directory. 15:04 < seb2> You should not call uname during the build! 15:04 < seb2> -> Preparing build in src.dietlibc.ts7200.20060720.170914.6093.sevenofnine 15:04 < seb2> -> Building. Writing output to $root/var/adm/logs/1-dietlibc.out 15:05 < seb2> !> In file included from diet.c:8: 15:05 < seb2> !> dietfeatures.h:29:1: warning: "WANT_DYNAMIC" redefined 15:05 < seb2> !> :1:1: warning: this is the location of the previous definition 15:05 < seb2> !> arm-t2-linux-gnu-strip -R .comment -R .note bin-arm/diet-i 15:05 < seb2> !> bin-arm/diet arm-t2-linux-gnu-cc -pipe -nostdinc -Os -fomit-frame-pointer ..!> bin-arm/diet: bin-arm/diet: cannot execute binary file 15:05 < seb2> !> Due to previous errors, no 1-dietlibc.log file! 15:05 < seb2> !> (Try enabling xtrace in the config to track an error inside the build syst ..-> $root/var/adm/logs/1-dietlibc.out -> 1-dietlibc.err 15:05 < seb2> == 07/20/06 17:10:01 =[1]=> Aborted building package dietlibc. 15:05 < rxr> hm 15:05 < seb2> i am bulding on ubuntu 15:05 < rxr> but you are sepp who is normally around here, no ? 15:07 < seb2> ? 15:07 < rxr> ok , guess you are not ,-) 15:07 < seb2> dont understand your question 15:08 < rxr> well building on ubuntu sould work, but somehow this can not execute diet problem looks more like someone screwed up cross building dietlibc in t2/trunk in general 15:08 < seb2> i tried the current trunk and t2-2.2.0-rc 15:08 < rxr> seb2: do you have some more minutes? I would start a testbuild on ppc64 with arm as target on my side 15:08 < rxr> same error on both ? 15:08 < seb2> yes 15:08 < rxr> hm 15:09 < rxr> I start a testbuild 15:09 < seb2> there is also a mistake in the patch for WANT_DYNAMIC. but this was not the problem 15:09 < rxr> ouh? 15:10 < seb2> the comment wasn't removed completly behind WANT_DYNAMIC 15:11 < rxr> r12177 | miguelb | 2005-09-26 21:05:11 +0000 (Mon, 26 Sep 2005) | 4 lines 15:11 < rxr> hm the patch should not be there at all... 15:11 < rxr> since we pass -D WANT... on the commandline anyway ... 15:12 < seb2> could that be the problem 15:12 < rxr> no, that just yields the redefine warning you saw 15:13 < CIA-7> rene * r18672 /trunk/package/base/dietlibc/want-dynamic.patch: 15:13 < CIA-7> * removed dietlibc/want-dynamic.patch, we configure dietlibc with 15:13 < CIA-7> compiler command line switches (and sed, but that should be 15:13 < CIA-7> obsoleted) 15:14 < seb2> i can retry it without WANT_DYNAMIC. should take about 20-30min 15:15 < rxr> I doubt that will make a difference but sure, go ahead 15:15 < rxr> I start a arm build on my ppc64 box 15:15 < rxr> I can tell you more in an hour or so 15:15 < rxr> maybe quicker 15:15 < rxr> earlier 15:16 < seb2> k. thanks. but i have to leave in about half an hours. so maybe talk tomorrow 15:17 < rxr> ok 15:17 < rxr> do you want to leave a mail addres so I can drop you a mail? 15:18 < rxr> just drop it to rene exactcode de 15:24 < seb2> i droped you an email. i will try without WANT_DYNAMIC tomorrow. not enough time left today. 15:25 < seb2> should i prefer the current trunk or a stable release 15:32 < rxr> depends, of course the stable release usually is a more stable base, turnk can change quicker 15:32 < rxr> e.g. while refactoring 15:32 < rxr> though we can commit to trunk fixes or changes you might need more quicker as well 15:32 < rxr> 2.2-trunk is pretty solid for cross builds, I usually use is these days for products ... 15:32 < rxr> ok 1-dietlibc already building on the ppc64 15:34 < seb2> ok. i guess i will try 2.2-trunk. 15:37 < rxr> !> bin-arm/diet: bin-arm/diet: cannot execute binary file 15:37 < rxr> ok someone broke dietlibc cross build 15:37 < rxr> sorry seb2 15:37 < rxr> I fix that in the next hours 15:42 < seb2> that would be great. i will try it tomorrow. i have to leave now. bye 15:42 < rxr> cu 15:42 < rxr> seb2: thanks for testing and notification 15:43 -!- seb2 [n=Seb@pD9E05232.dip.t-dialin.net] has quit ["Leaving"] 16:39 < CIA-7> susan * r18673 /trunk/package/network/wireshark/wireshark.desc: 16:39 < CIA-7> * added orginal package name to wireshark so people have a chance 16:39 < CIA-7> to actually find it ,-) 16:47 < CIA-7> rene * r18674 /trunk/package/graphic/hp2xx/ (. hp2xx.cache hp2xx.desc): * added hp2xx (3.4.4) - HP-GL converter and viewer 18:28 -!- sepp [n=sepp@p213.54.138.132.tisdip.tiscali.de] has joined #t2 18:28 < sepp> hi 18:34 < Baldzius> hi sepp 18:34 < sepp> hi Baldzius 18:38 < sepp> who will explode if i make one commit to make all ladspa* crap lib64 aware? 18:39 < Baldzius> not me :) 18:43 < CIA-7> aldas * r18675 /branches/2.2/package/network/udhcp/t2-default.script: 18:43 < CIA-7> * merged r18643 from trunk to branches/2.2: 18:43 < CIA-7> fixed udhcp/t2-default.script to not fail if /etc/resolv.conf 18:43 < CIA-7> didn't exist before 18:46 < CIA-7> aldas * r18676 /branches/2.2/architecture/ (powerpc/kernel.conf.m4 powerpc64/kernel.conf.m4): 18:46 < CIA-7> * merged r18596 from trunk to branches/2.2: 18:46 < CIA-7> updated powerpc*/kernel.conf.m4 framebuffer, it is NVIDIA not 18:46 < CIA-7> RIVA what the Mac's have 18:48 < CIA-7> aldas * r18677 /branches/2.2/target/ (desktop/config.in generic/pkgsel/10-minimal-xorg.in): 18:48 < CIA-7> * merged r18600 from trunk to branches/2.2: 18:48 < CIA-7> added xrdb to both, the generic minimal package selection 18:48 < CIA-7> template and the desktop target 18:50 < CIA-7> aldas * r18678 /branches/2.2/target/generic/pkgsel/50-minimal-desktop.in: 18:50 < CIA-7> * merged r18619 from trunk to branches/2.2: 18:50 < CIA-7> denoised generic 50-minimal-desktop.in: removed squid, tvtime, 18:50 < CIA-7> wv2, and added libcdio instead of cdparanoia 18:53 < sepp> i mean one that has changes for all 11 ladspa pkgs 18:56 < sepp> just ask, i find it logic and consistent - but maybe someone would like 11 commits ... 19:16 < Baldzius> sepp: i understood, all that stuff was discused several times 19:16 < Baldzius> decided for grouped atomic commits 19:17 < Baldzius> so i would go for 1 19:29 < rxr> sepp: ack, very fine please go ahead ,-) 19:31 < sepp> ok, it is not my fault then :) 19:34 < rxr> oh the uname wrapper broke dietlibc cross builds ,-) 19:34 < CIA-7> sebastian * r18679 /trunk/ (22 files in 12 dirs): * made ladspa* lib64 aware 19:40 < sepp> ladspa makefiles could win a utter crap award 19:46 < CIA-7> aldas * r18680 /trunk/package/x11/fvwm/fvwm.desc: * updated fvwm (2.5.16 -> 2.5.17) 20:03 -!- rxr_ [n=rene@e178137133.adsl.alicedsl.de] has joined #t2 20:03 -!- Topic for #t2: T2 | 2.2 Branched! - trunk going for 2.3 | The System Development Environment (SDE) | http://www.t2-project.org/ | Say hello and do not hesitate to ask us any questions that you may have. | http://www.rafb.net/paste/ 20:03 -!- Topic set by mnemoc [] [Tue Jun 13 15:03:53 2006] 20:03 [Users #t2] 20:03 [@ChanServ] [ CIA-7] [ rxr_] [ shevegen] [ valentin] 20:03 [ Baldzius] [ rxr ] [ sepp] [ tdi ] [ _Ragnar_] 20:03 -!- Irssi: #t2: Total of 10 nicks [1 ops, 0 halfops, 0 voices, 9 normal] 20:03 -!- Channel #t2 created Sun Aug 8 19:15:33 2004 20:03 -!- [freenode-info] if you need to send private messages, please register: http://freenode.net/faq.shtml#privmsg 20:03 -!- Irssi: Join to #t2 was synced in 21 secs 20:05 < CIA-7> susan * r18681 /trunk/package/graphic/ghostscript/no_gtk.diff: * rediffed ghostscript/no_gtk.patch 20:12 < CIA-7> rene * r18682 /trunk/package/base/dietlibc/dietlibc.conf: 20:12 < CIA-7> * fixed dietlibc cross build for uname wrapper and the native 20:12 < CIA-7> diet* to correctly work without patching dietfeature.h 20:12 -!- rxr [n=rene@e178183000.adsl.alicedsl.de] has quit [Read error: 60 (Operation timed out)] 20:13 -!- You're now known as rxr 20:17 < rxr> n8 all 20:25 < sepp> night rxr 20:27 < CIA-7> aldas * r18683 /branches/2.2/package/python/wxpython/wxpython.desc: 20:27 < CIA-7> * merged r18656 from trunk to branches/2.2: 20:27 < CIA-7> updated wxpython (2.6.3.2 -> 2.6.3.3) 20:29 < CIA-7> aldas * r18684 /branches/2.2/package/x11/wxwidgets/wxwidgets.desc: 20:29 < CIA-7> * merged r18657 from trunk to branches/2.2: 20:29 < CIA-7> updated wxwidgets (2.6.3.2 -> 2.6.3.3) 20:30 < CIA-7> aldas * r18685 /branches/2.2/package/gnome2/atk/atk.desc: 20:30 < CIA-7> * merged r18658 from trunk to branches/2.2: 20:30 < CIA-7> updated atk (1.11.4 -> 1.12.1) 20:31 < CIA-7> aldas * r18686 /branches/2.2/package/gnome2/at-spi/at-spi.desc: 20:31 < CIA-7> * merged r18659 from trunk to branches/2.2: 20:32 < CIA-7> updated at-spi (1.7.7 -> 1.7.9) 20:35 < Baldzius> gn8 20:35 -!- Baldzius [n=baldzius@85.206.100.218] has quit ["Leaving"] 21:59 -!- sparc-kly [n=mubex@64.237.251.54] has joined #t2 --- Log closed Fri Jul 21 00:00:22 2006