--- Log opened Sat Apr 01 00:00:09 2006 00:04 -!- morfoh [n=morfoh@p54BED2C5.dip.t-dialin.net] has quit [Remote closed the connection] 00:25 -!- sepp_ [n=sepp@p213.54.134.221.tisdip.tiscali.de] has joined #t2 00:39 -!- sepp [n=sepp@p213.54.139.74.tisdip.tiscali.de] has quit [Read error: 110 (Connection timed out)] 00:41 -!- owl [n=owl@193.93.28.218] has quit ["brb"] 00:42 -!- owl [n=owl@193.93.28.218] has joined #t2 01:30 -!- idealm [n=ideal@218.82.61.97] has joined #t2 03:18 -!- jgs__ [n=jgs@p54AD3584.dip0.t-ipconnect.de] has joined #t2 03:32 -!- jsaw [n=jgs@p54AD0461.dip0.t-ipconnect.de] has quit [Read error: 110 (Connection timed out)] 03:32 -!- jgs__ is now known as jsaw 04:43 -!- idealm [n=ideal@218.82.61.97] has quit [Remote closed the connection] 05:25 -!- mtr [n=Michael@pD9E13855.dip0.t-ipconnect.de] has joined #t2 05:40 -!- Stelz[away] [n=stealth@80.240.215.87] has joined #t2 05:42 -!- mtr_ [n=Michael@pD9E140CB.dip0.t-ipconnect.de] has quit [Read error: 110 (Connection timed out)] 05:59 -!- Stelz [n=stealth@80.240.215.87] has quit [Read error: 110 (Connection timed out)] 06:11 -!- Stelz[away] [n=stealth@80.240.215.87] has quit [Read error: 110 (Connection timed out)] 06:28 -!- Netsplit adams.freenode.net <-> irc.freenode.net quits: Baldzius, LMJ, valentin 06:29 -!- Netsplit over, joins: Baldzius, valentin, LMJ 07:16 -!- morfoh [n=morfoh@p54BEF715.dip.t-dialin.net] has joined #t2 07:17 < morfoh> moin 07:21 < sepp_> moin morfoh :) 07:21 < morfoh> moin sepp_ :) 07:22 -!- sepp_ is now known as sepp 07:22 < morfoh> sepp: how is your minimal X going ? 07:22 < morfoh> sepp: I was trying to get a _real_ Xorg too, but it seems that I'm missing some font related stuff 07:22 < sepp> well, freetype was missing to everything exploded 07:22 < sepp> so* 07:23 < morfoh> sepp: do you know off hand what I need if it can't find a proper "fixed" font ? 07:23 -!- misl [n=chatzill@82-217-66-150.cable.quicknet.nl] has joined #t2 07:23 < sepp> no :( 07:23 < morfoh> moin misl :) 07:23 < misl> hi folks :) 07:24 < misl> hi morfoh 07:24 < morfoh> sepp: don't worry 07:24 < morfoh> :) 07:24 < sepp> hi misl 07:24 < misl> hi sepp :) 07:31 < rxr> moin 07:32 < sepp> moin rxr 07:33 -!- Stelz [n=stealth@80.240.215.87] has joined #t2 07:47 < morfoh> moin rxr 07:50 < rxr> hi morfoh 07:55 < misl> hi rxr 07:56 < rxr> moin misl 08:15 < valentin> moin 08:16 < rxr> moin valentin 08:19 * misl out for some shopping 08:24 < valentin> three april fools news entrys on heise ? 08:44 < rxr> valentin: this morning's mimised supports the klene star operator on groups ... s/\(ab\)*/_\1_/ 08:44 < rxr> was a bit tricky to adapt the code for that ,-) 08:46 < rxr> valentin: heh 08:58 < CIA-9> rene * r16554 /trunk/package/base/man-pages/man-pages.desc: * updated man-pages (2.26 -> 2.28) 09:02 -!- misl [n=chatzill@82-217-66-150.cable.quicknet.nl] has quit [Read error: 110 (Connection timed out)] 09:02 < valentin> rxr: why is that special - because of the memorizing ? 09:11 < valentin> rxr: what does this do at all - since * matches empty strings, too i only get __$word with gnu sed 09:35 < owl> moin 09:41 < morfoh> moin owl 09:42 < owl> hi morfoh :( 09:43 < morfoh> owl: did I made you sad ? 09:45 < owl> morfoh: no... 09:45 < morfoh> owl: but ... 09:46 < rxr> valentin: because it is not just one regular expression element 09:46 < rxr> it is a whole group and the handling of that is not that trivial (when the underlying regex engine code was not coded with that in mind= 09:46 < owl> morfoh: my ex will come over here and will take the rest of his stuff with him... :( 09:47 < rxr> valentin: for the input c you get __c .... 09:47 < rxr> but for xababababy you get x_ab_y 09:48 < rxr> err 09:48 < rxr> for ababababy you get _ab_y ,-) 09:49 < morfoh> owl: you shouldn't be sad that this violent piece of *beep+ is removing his stuff 09:49 < morfoh> moin valentin 09:49 < owl> morfoh: i am sad... :( 09:52 < CIA-9> rene * r16555 /trunk/package/gnome2/gkrellm/gkrellm.desc: * updated gkrellm (2.2.7 -> 2.2.8) 09:52 < rxr> oh, this is evil: 09:52 < rxr> sed 's/\(ab\)*/_\1_/g' 09:52 < rxr> abab 09:52 < rxr> _ab_ 09:52 < rxr> xabababy 09:52 < rxr> __x_ab_y__ 09:53 < rxr> minised is not yet able to procude this result ... 09:53 < rxr> and apparently segfault with that expression and given input 09:55 < rxr> oh, and ./minised 's/\(ab\)\+/_\1_/' does also not yet work perfectly, but at least does not crash 09:55 < rxr> this advanced regular expression operations are far from trivial, make a simple regex engine rather overly complicated ... .-((( 10:06 < rxr> fixed 10:06 < rxr> the later case with \+ 10:07 < rxr> cool at least 's/\(ab\)\+/_\1_/g' does work now as well 10:07 < rxr> so only 's/\(ab\)*/_\1_/g' missing to be fixed ,-) 10:07 < rxr> but real work now 10:10 < valentin> Halabalkd 10:10 < valentin> __H__a__l_ab_a__l__k__d__ 10:10 < valentin> with gnu sed 10:10 < valentin> so why that ? 10:37 -!- rxr_ [n=rene@e178143200.adsl.alicedsl.de] has joined #t2 10:37 -!- Topic for #t2: T2 | 2.1.1.1 and 2.2.0-epsilon RELEASED! | 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/ 10:37 -!- Topic set by mnemoc [] [Sat Mar 11 22:55:45 2006] 10:37 [Users #t2] 10:37 [@ChanServ] [ jsaw ] [ morfoh] [ rxr ] [ Stelz ] 10:37 [ Baldzius] [ karasz] [ mtr ] [ rxr_] [ valentin] 10:37 [ CIA-9 ] [ LMJ ] [ owl ] [ sepp] [ _Ragnar_] 10:37 -!- Irssi: #t2: Total of 15 nicks [1 ops, 0 halfops, 0 voices, 14 normal] 10:37 -!- Channel #t2 created Sun Aug 8 19:15:33 2004 10:37 -!- [freenode-info] please register your nickname...don't forget to auto-identify! http://freenode.net/faq.shtml#nicksetup 10:38 -!- Irssi: Join to #t2 was synced in 34 secs 10:54 -!- rxr [n=rene@e178170209.adsl.alicedsl.de] has quit [Read error: 110 (Connection timed out)] 12:01 -!- sparc-kly [n=mubex@64.237.251.29] has joined #t2 12:04 -!- sparc-kly [n=mubex@64.237.251.29] has quit [Client Quit] 12:19 -!- sparc-kly [n=mubex@64.237.251.29] has joined #t2 12:24 < rxr_> re 12:24 -!- You're now known as rxr 12:34 -!- misl [n=chatzill@82-217-66-150.cable.quicknet.nl] has joined #t2 12:34 * misl back for a few minutes 12:43 * misl gone again,bye 12:50 < karasz> moin all 12:54 < Baldzius> moin karasz 12:54 < morfoh> re hi misl 12:54 < morfoh> moin kommrad :) 12:55 < Baldzius> hi morfoh :) 12:55 < morfoh> moin Baldzius :) 12:58 < karasz> hello Baldzius 12:58 < karasz> tavarish morfoh :) 12:58 < morfoh> karasz: hehe :) 12:58 < karasz> O.O did we changed roles...oO 12:59 < morfoh> karasz: what roles tavarish ? :p 12:59 < karasz> me tavarish you kommrad.... 13:02 -!- mnemoc [n=amery@200.73.88.2] has joined #t2 13:02 < karasz> moin mnemoc 13:04 -!- misl [n=chatzill@82-217-66-150.cable.quicknet.nl] has quit [Read error: 110 (Connection timed out)] 13:09 < mnemoc> moin karasz :) 13:12 < mnemoc> has anyone been able to build qemu on trunk? 13:12 < rxr> on x86-64, yes 13:13 < rxr> on x86 I think it still fails due to x86 register constraints 13:14 < mnemoc> :\ 13:19 < rxr> officially it does not build with gcc 4 13:19 < rxr> only with the massive patching it builds on x86-64 on some other arches ... 13:19 < rxr> but there is someone rewritten the intermediat representation generation in qemu that will not be compiler dependant 13:20 < mnemoc> i'm trying the last snapshot but without luck 13:27 -!- Stelz [n=stealth@80.240.215.87] has quit ["I feel wonderful... wonderful human beings"] 13:28 -!- Stelz [n=stealth@80.240.215.87] has joined #t2 13:32 < rxr> if you want / need to build it with gcc 4, the qemu list is a good resouce for controversal patches 13:37 < mnemoc> thanks, i'll look. i don'T want to burn one disk per test 13:46 < rxr> have you tried qemu CVS ? 13:46 < mnemoc> the last snapshot if from last night 13:46 < mnemoc> 2006-03-31_23 13:48 < rxr> GNU make 3.81 13:48 < rxr> finally ... 13:59 < CIA-9> rene * r16556 /trunk/package/base/make/ (make-3.80-memory-2.patch make.desc): * updated make (3.80 -> 3.81) 14:03 -!- mnemoc [n=amery@200.73.88.2] has quit ["leaving"] 14:04 -!- mnemoc [n=amery@200.73.88.2] has joined #t2 14:06 -!- Stelz [n=stealth@80.240.215.87] has quit [Read error: 104 (Connection reset by peer)] 14:07 -!- Stelz [n=stealth@80.240.215.87] has joined #t2 14:30 < CIA-9> chris * r16557 /trunk/package/network/openser/ (openser.conf openser.desc): 14:30 < CIA-9> * changed openser to use TLS if openssl is available 14:30 < CIA-9> * changed to download sources which include tls support 14:31 < morfoh> bbl ... have to reboot ;) 14:33 -!- morfoh [n=morfoh@p54BEF715.dip.t-dialin.net] has quit [Remote closed the connection] 14:35 < rxr> valentin: do you want a puzzle fun todo ? 14:37 -!- morfoh [n=morfoh@p54BEF715.dip.t-dialin.net] has joined #t2 14:37 < morfoh> re hi 14:45 < karasz> wb kommrad 14:45 < karasz> anyone knows what happened to Orion Multisystems Inc.? 14:46 < morfoh> karasz: sorry ... dunno the company 14:47 < karasz> clusters in a box runnin linux 14:47 < karasz> small company in Santa Clara site www.orionmulti.com but now seems unavailable... 14:49 -!- nzg [n=tschmidt@p54AFDF6A.dip.t-dialin.net] has joined #t2 14:49 < morfoh> karasz: I can't connectto that website too 14:50 < morfoh> karasz: http://www.orionmultisystems.com/ <-- this should also work but has the same problem 14:50 < karasz> kommrad if you are interested check out http://www.linuxjournal.com/article/8284 14:50 < karasz> pretty impresive machines. 14:52 < nzg> moin 14:52 < mnemoc> wb nzg 14:54 < mnemoc> hi karasz 14:55 < karasz> hello mnemoc 15:06 -!- misl [n=chatzill@82-217-66-150.cable.quicknet.nl] has joined #t2 15:06 < misl> hi folks 15:07 < karasz> hello minto 15:07 < mnemoc> wb misl 15:07 < misl> hi mnemoc, karasz 15:11 < morfoh> wb misl ,) 15:11 < misl> Hi morfoh 15:11 < misl> ;-) april's fool 15:12 * karasz goin in background for a while 15:13 < CIA-9> chris * r16558 /trunk/package/network/radiusclient-ng/radiusclient-ng.desc: * updated radiusclient-ng (0.5.1 -> 0.5.2) 15:13 < morfoh> cu karasz 15:13 < misl> cu karasz 15:28 < rxr> Der Download erfolgt von einem externen Server des Anbieters Akamai "a248.e.akamai.net" der von der Finanzverwaltung für die Bereitstellung der ElsterFormular-Dateien genutzt wird. 15:28 < rxr> ^- lol 15:39 < rxr> http://www.elster.de 15:43 < LMJ> hello the chan 15:43 < LMJ> so meeting for rxr soon ;) 15:43 < morfoh> hi LMJ 15:44 < LMJ> hy morfoh 15:46 -!- sparc-kly_ [n=mubex@64.237.240.189] has joined #t2 16:04 -!- sparc-kly [n=mubex@64.237.251.29] has quit [Read error: 110 (Connection timed out)] 16:07 -!- keinek [n=keinek@200-70-160-47.mrse.com.ar] has joined #t2 16:38 -!- idealm [n=ideal@218.82.61.97] has joined #t2 16:52 -!- idealm [n=ideal@218.82.61.97] has quit [Remote closed the connection] 16:55 -!- idealm [n=ideal@218.82.61.97] has joined #t2 16:59 -!- idealm [n=ideal@218.82.61.97] has quit [Remote closed the connection] 17:02 -!- idealm [n=ideal@218.82.61.97] has joined #t2 17:03 < CIA-9> amery * r16559 /trunk/package/textproc/texi2html/ (. texi2html.desc): * added texi2html (1.76) - Texinfo to HTML Conversion Script 17:10 -!- idealm [n=ideal@218.82.61.97] has quit [Remote closed the connection] 17:12 -!- idealm [n=ideal@218.82.61.97] has joined #t2 17:17 -!- idealm [n=ideal@218.82.61.97] has quit [Remote closed the connection] 17:24 -!- idealm [n=ideal@218.82.61.97] has joined #t2 17:40 -!- keinek_ [n=keinek@200-70-160-173.mrse.com.ar] has joined #t2 17:43 -!- keinek [n=keinek@200-70-160-47.mrse.com.ar] has quit [Read error: 110 (Connection timed out)] 18:13 < valentin> re 18:13 < valentin> rxr and all here in De: http://www.heise.de/newsticker/meldung/71556 18:13 < owl> already read. 18:21 < valentin> hi owl 18:38 -!- keinek_ is now known as keinek 18:44 < owl> hi valentin 19:00 < CIA-9> aldas * r16560 /trunk/package/scientific/qmatplot/ (gcc34.patch qmatplot.conf qmatplot.desc): 19:00 < CIA-9> * added "-ffriend-injection" to gcc call to compile qmatplot 19:00 < CIA-9> with gcc>=4.1 19:00 < CIA-9> * copyright update 19:16 < CIA-9> aldas * r16561 /trunk/package/themes/baghira/ (baghira.desc gcc41.patch): 19:16 < CIA-9> * added baghira/gcc41.patch 19:16 < CIA-9> * copyright update 19:47 -!- sparc-kly_ [n=mubex@64.237.240.189] has quit [Read error: 104 (Connection reset by peer)] 19:58 * misl off to bed sleep well all 19:59 < mnemoc> gn8 misl 20:03 < karasz> gn8 Minto 20:08 < morfoh> gn8 misl 20:34 -!- misl [n=chatzill@82-217-66-150.cable.quicknet.nl] has quit ["Chatzilla 0.9.69.3 [Firefox 1.5.0.1/2006011112]"] 20:45 < CIA-9> aldas * r16562 /trunk/package/audio/spiralsynthmodular/ (6 files): 20:45 < CIA-9> * added spiralsynthmodular/gcc41.patch 20:45 < CIA-9> * copyright update 21:35 < CIA-9> aldas * r16563 /trunk/package/multimedia/tvtime/ (gcc41.patch tvtime.desc): 21:35 < CIA-9> * added tvtime/gcc41.patch 21:35 < CIA-9> * copyright update 21:47 -!- nzg [n=tschmidt@p54AFDF6A.dip.t-dialin.net] has quit ["Leaving"] 21:49 -!- sparc-kly [n=mubex@64.237.240.189] has joined #t2 21:54 -!- keinek [n=keinek@200-70-160-173.mrse.com.ar] has quit [Read error: 104 (Connection reset by peer)] 22:11 < CIA-9> aldas * r16564 /trunk/package/kde/kdebluetooth/ (gcc41.patch kdebluetooth.conf kdebluetooth.desc): 22:11 < CIA-9> * added kdebluetooth/gcc41.patch 22:11 < CIA-9> * copyright update 22:13 -!- keinek [n=keinek@200-70-160-78.mrse.com.ar] has joined #t2 22:25 < CIA-9> jsaw * r16565 /trunk/package/gnome2/evolution/ (evolution.conf openldap-libsuff.patch seamonkey.patch): 22:25 < CIA-9> * fix .la files to not contain 32bit on 64bit machines (due 22:25 < CIA-9> to the way openldap is detected) 22:25 < CIA-9> * now it's seamonkey, not mozilla anymore (nss and nspr) 22:25 < CIA-9> * add some more options, remove old ones, add comments 23:30 -!- sparc-kly [n=mubex@64.237.240.189] has quit [Read error: 104 (Connection reset by peer)] 23:52 < karasz> cu guys --- Log closed Sun Apr 02 00:00:15 2006