--- Log opened Tue Apr 25 00:00:17 2006 --- Day changed Tue Apr 25 2006 00:00 < morfoh> Baldzius: wtf :) 00:00 < Baldzius> morfoh: ftw :) 00:00 < morfoh> Baldzius: how many kernel updates we had this week ? ;) 00:01 < Baldzius> i don't know, looks like kernel stable tree maintainers enjoy _updating_ :) 00:01 < Baldzius> i said that in that pace we soon'll have 2.6.16.99 :) 00:03 < karasz> cu guys later 00:03 < Baldzius> cu karasz 00:03 < karasz> hi Baldzius 00:03 < karasz> bye Baldzius 00:03 < Baldzius> gn8 karasz :) 00:04 < karasz> thx, u2 00:04 < morfoh> Baldzius: but anyway ... .I have to go sleep now ... cu tomorrow :) 00:04 < morfoh> gn8 karasz :) 00:04 < Baldzius> gn8 morfoh :) 00:04 < morfoh> thx Baldzius :) 00:05 < Baldzius> :) 00:32 -!- idealm [n=ideal@222.67.232.135] has joined #t2 00:33 -!- jsaw [n=jgs@p54AD2102.dip0.t-ipconnect.de] has quit [Read error: 113 (No route to host)] 00:47 -!- morfoh [n=morfoh@p54BEE692.dip.t-dialin.net] has quit [Read error: 110 (Connection timed out)] 01:07 -!- idealm [n=ideal@222.67.232.135] has quit [Read error: 110 (Connection timed out)] 01:16 -!- idealm [n=ideal@222.66.46.90] has joined #t2 03:40 -!- Pakmanorama [n=Pakman@dsl-58-6-116-144.qld.westnet.com.au] has quit ["Leaving"] 03:51 -!- sparc-kly__ is now known as sparc-kly 04:49 -!- idealm [n=ideal@222.66.46.90] has quit [Read error: 110 (Connection timed out)] 05:06 -!- idealm [n=ideal@222.66.46.90] has joined #t2 05:40 < CIA-7> rene * r17232 /trunk/package/kde/kbarcode/kbarcode.desc: * updated kbarcode (2.0.1 -> 2.0.2) 07:01 -!- morfoh [n=morfoh@p54BEF36B.dip.t-dialin.net] has joined #t2 07:01 < morfoh> moin 07:01 < mnemoc> moin morfoh 07:44 < CIA-7> amery * r17233 /branches/2.1-test/package/network/gsmlib/ (gcc4.patch gcc41.patch): 07:44 < CIA-7> * merged 14102,15679 from trunk: fixed gsmlib for gcc-4.x and gcc41, but for 07:44 < CIA-7> the same price also for our 3.4 :) 07:48 -!- morfoh [n=morfoh@p54BEF36B.dip.t-dialin.net] has quit [Read error: 104 (Connection reset by peer)] 07:49 -!- trb7 [n=netstati@bl5-232-150.dsl.telepac.pt] has joined #t2 07:49 < trb7> hi 07:50 < mnemoc> wb trb7 07:50 < trb7> hi mnemoc 07:50 < trb7> do you have 1m ? 07:50 < trb7> just have a quick question 07:51 < trb7> djvulibre doesn't compiles the djview binary, because it tries to find the qt libs, in /opt/qt33/lib, not lib64, i made a quick .conf 07:51 < trb7> it works, but i'm not sure if it's "the t2 way" 07:51 < trb7> basically, i just did a if [ `arch` = "x86_64" ]; then 07:51 < trb7> var_append confopt ' ' "LDFLAGS=-L/opt/qt33/lib64" 07:51 < trb7> fi 07:53 < trb7> is there any generic way to retrieve an lib suffix? what would be the best way to solve something like this? 07:53 < trb7> this works, but i don't like having "rigid paths" like this, it's easy to loose track and start breaking things, if paths change 07:54 < mnemoc> trb7: instead of hardcoing paths use pkgprefix helper 07:54 < trb7> ok, let me check it 07:54 < mnemoc> something like this could help: 07:55 < mnemoc> pkgprefix -t qt 07:55 < mnemoc> var_append confopt ' ' "LDFLAGS=-L$( pkgprefix libdir qt )" 07:56 < mnemoc> but try to avoid LDFLAGS as much as possible, try to use --with-options 07:56 < trb7> i tried, but for some reason it kept ignoring and reverting to /opt/qt33/lib 07:56 < trb7> it also can use other env vars, like QTLIBS, but it ignores it 07:56 < trb7> eheheh, great use for them :) 07:57 < mnemoc> :) 07:57 < rxr> GCC_WRAPPER_APPEND ... 07:57 < trb7> ok, let me check the t2 handbook 07:57 < trb7> hi rxr 08:02 < rxr> hi trb7 08:12 < trb7> in xpdf.conf there's a var_append $(x)_WRAPPER_APPEND ' ' "-I$( pkgprefix includedir freetype )/freetype2 -L/usr/X11R7/lib" 08:12 < trb7> using the previous approach, this should be var_append $(x)_WRAPPER_APPEND ' ' "-I$( pkgprefix includedir freetype )/freetype2 -L$( pkgprefix libdir xorg-server )" ? 08:13 < rxr> just "pkgprefix libdir qt" if this is the only help needed 08:15 < trb7> that one was fixed already, djvulibre.conf... 08:16 < trb7> just noticed that rene committed the changes to lesstif, to respect libdir, and went and took a look at xpdf.conf 08:16 < trb7> ok, brb, need caffeine 08:16 < trb7> ;) 08:17 -!- morfoh [n=morfoh@p54BEF36B.dip.t-dialin.net] has joined #t2 08:17 < morfoh> re hi :) 08:29 < trb7> good morning :) 08:48 < karasz> moin, moin 08:50 < morfoh> hi trb7 :) 08:51 < morfoh> moin tavarish karasz :) 08:54 < karasz> hello kommrad morfoh 09:25 < trb7> hi karasz 09:27 < karasz> hello trb7 09:27 -!- sparc-kly_ [n=mubex@64.237.241.106] has joined #t2 09:35 < CIA-7> amery * r17234 /branches/2.1-test/scripts/config.in: 09:35 < CIA-7> * merged 16987 from trunk: introduced target/$target/inconfig.in into 2.1 to keep 09:35 < CIA-7> friendlyness between 2.1 and 2.2 target inherence 09:37 -!- rxr_ [n=rene@e178166017.adsl.alicedsl.de] has joined #t2 09: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/ 09:37 -!- Topic set by mnemoc [] [Sat Mar 11 22:55:45 2006] 09:37 [Users #t2] 09:37 [@ChanServ] [ idealm] [ LMJ ] [ rxr ] [ sparc-kly ] [ valentin] 09:37 [ Baldzius] [ karasz] [ mnemoc] [ rxr_ ] [ sparc-kly_] [ _Ragnar_] 09:37 [ CIA-7 ] [ laj ] [ morfoh] [ sepp_] [ trb7 ] 09:37 -!- Irssi: #t2: Total of 17 nicks [1 ops, 0 halfops, 0 voices, 16 normal] 09:37 -!- [freenode-info] if you need to send private messages, please register: http://freenode.net/faq.shtml#privmsg 09:37 -!- Channel #t2 created Sun Aug 8 19:15:33 2004 09:38 -!- Irssi: Join to #t2 was synced in 16 secs 09:39 -!- You're now known as rxrf 09:40 -!- rxr [n=rene@e178187203.adsl.alicedsl.de] has quit [Nick collision from services.] 09:40 -!- You're now known as rxr 09:45 -!- sparc-kly [n=mubex@64.237.250.250] has quit [Read error: 110 (Connection timed out)] 09:48 < CIA-7> amery * r17235 /branches/2.1-test/misc/output/ (parse-config terminal): 09:48 < CIA-7> * partially merged 15367 from trunk: introduced `echo_warning`, needed by a 09:48 < CIA-7> previous merge of ccache where it was used to inform about the lack of 09:48 < CIA-7> atime support 09:54 -!- mtr [n=Michael@pD9E1389C.dip0.t-ipconnect.de] has joined #t2 10:32 -!- idealm [n=ideal@222.66.46.90] has quit [Read error: 110 (Connection timed out)] 10:41 -!- idealm [n=ideal@222.67.232.135] has joined #t2 11:18 < CIA-7> valentin * r17236 /trunk/package/multimedia/mplayer/invalid-lvalues-fix.patch: * added compile fix for invalid lvalues in altivec code - someone with altivec, please test. 12:21 < rxr> whoohoo 12:21 < rxr> maps.google.com have street maps of germany, now !!! 12:39 < CIA-7> aldas * r17237 /trunk/package/network/csync2/csync2.desc: * updated csync2 (1.31 -> 1.32) 12:39 < mnemoc> almost the whole europe 12:41 < CIA-7> aldas * r17238 /trunk/package/network/ethereal/ (ethereal.conf ethereal.desc fix_kerberos_detection.patch): 12:41 < CIA-7> * updated ethereal (0.10.14 -> 0.99.0) 12:41 < CIA-7> * copyright update 12:41 < CIA-7> * security update: lots of vulnerabilities 12:43 < CIA-7> aldas * r17239 /trunk/package/network/lftp/lftp.desc: * updated lftp (3.4.5 -> 3.4.6) 12:49 < morfoh> Baldzius: :) 12:54 < CIA-7> aldas * r17240 /trunk/package/gnome2/vte/vte.desc: * updated vte (0.12.0 -> 0.13.0) 13:12 < rxr> valentin: thanks, mplayer compiles and runs on ppc64, now - so we only have to hunt the illigal instructions on ppc wo/ altivec 13:13 < rxr> I can give it a try on susan's iBook or so 13:16 < valentin> that would be great :) 14:33 < karasz> mnemoc: hehe, I still keep forgetting that Vampire land is not in Europe.... 14:33 < mnemoc> karasz: almost i said, almost :) 14:34 < karasz> yes, uyes... 14:34 < mnemoc> karasz: but did you know that people from spain goes to europe for holidays? 14:34 < karasz> rofl. 14:34 < mnemoc> and they claim that very naturaly :) 14:34 < karasz> btw, where are my maners... moin all, hello mnemoc 14:35 < mnemoc> moin vampire from out of europe 14:35 < karasz> :) 14:35 < karasz> if i would have anything to say about it, i would keep it that way. 14:36 < mnemoc> :) 14:48 < morfoh> karasz: yeah ... enjoy the time till you get officially assimilated by the european thieves 14:48 < karasz> ah, kommrad... 14:48 < karasz> i won't get asimilated ;) 14:49 < morfoh> :) 14:49 < karasz> sunny shores already awaits me :D 14:49 < karasz> so eu comes, i go. 14:49 < mnemoc> oh 14:53 < morfoh> karasz: you'll get shitted out anyway if you're not singing the lovely song of euro corporate fascists 14:53 < mnemoc> outch 14:53 < karasz> i won't wait for that. 14:54 < karasz> as I said therea are sunny shores out there.... 14:59 < mnemoc> karasz: how is the languange going? 15:02 < karasz> english? 15:02 < mnemoc> :) 15:02 < karasz> pretty well I guess. 15:03 < karasz> english is almost official language in Malay. 15:04 < mnemoc> aha, i was imagining some more like mandarin or nihongo 15:04 < karasz> well, mandarin is goin very slow :( 15:05 < karasz> i mean really slow. 15:11 < mnemoc> bu:( 15:14 < karasz> hm? 15:19 < mnemoc> buh :(* 15:22 < karasz> allright, you can surely make that sound, we got it. 15:24 -!- mtr_ [n=Michael@pD9E11DF6.dip0.t-ipconnect.de] has joined #t2 15:40 -!- mtr [n=Michael@pD9E1389C.dip0.t-ipconnect.de] has quit [Read error: 110 (Connection timed out)] 16:25 < trb7> brb 16:25 -!- trb7 [n=netstati@bl5-232-150.dsl.telepac.pt] has quit ["Leaving"] 17:00 < CIA-7> aldas * r17241 /trunk/package/gnome2/gdm/gdm.desc: * updated gdm (2.14.2 -> 2.14.3) 17:01 -!- Baldzius [n=baldzius@85.206.102.184] has quit ["Leaving"] 17:01 < mnemoc> uhm 17:02 < _Ragnar_> hi hi 17:03 < morfoh> hi _Ragnar_ 17:03 < mnemoc> hi _Ragnar_ 17:06 -!- Baldzius [n=baldzius@85.206.141.89] has joined #t2 17:18 < CIA-7> amery * r17242 /trunk/package/emulators/qemu/qemu.desc: * marked qemu as NO-SSP 17:19 < CIA-7> amery * r17243 /branches/2.1-test/package/base/gcc/parse-config: * added qemu to the exclusion list of gcc/SSP (as on r17242 at trunk using flags) 18:19 -!- sepp_ is now known as sepp 18:25 < sepp> moin 18:26 < mnemoc> moin 18:28 < sepp> hi mnemoc 18:55 -!- idealm [n=ideal@222.67.232.135] has quit [Remote closed the connection] 18:59 < morfoh> moin sepp :) 19:04 < sepp> hi morfoh 19:16 < CIA-7> sebastian * r17244 /trunk/package/graphic/pixie/pixie.desc: * updated pixie (1.6.2 -> 1.6.3) 19:20 < karasz> re 19:27 < sepp> hi karasz 19:28 < karasz> hello sepp 19:35 -!- MusiFreq [n=MusiFreq@cpe-24-195-90-147.nycap.res.rr.com] has joined #t2 19:56 -!- MusiFreq [n=MusiFreq@cpe-24-195-90-147.nycap.res.rr.com] has quit ["Lost terminal"] 20:31 -!- sepp_ [n=sepp@p213.54.156.203.tisdip.tiscali.de] has joined #t2 20:55 -!- sepp [n=sepp@p213.54.137.64.tisdip.tiscali.de] has quit [Read error: 110 (Connection timed out)] 21:27 -!- sparc-kly__ [n=mubex@64.237.241.116] has joined #t2 21:28 -!- sparc-kly_ [n=mubex@64.237.241.106] has quit [Read error: 104 (Connection reset by peer)] 21:43 -!- sepp_ is now known as sepp 23:18 < karasz> gn8 all 23:18 < karasz> cu tomorrow 23:18 < karasz> err, later today i meant. 23:20 < morfoh> gn8 karasz :) 23:30 -!- axion_ [n=axion@cpe-24-195-90-147.nycap.res.rr.com] has joined #t2 23:49 < axion_> hi, anyone around? 23:49 < axion_> i get an error compiling gcc on stage 1 23:49 < axion_> /home/axion/work/t2-2.2.0-epsilon/build/system-2.2.0-alpha-x86-pentium4-generic/TOOLCHAIN/tools.cross/crosscc/../lib/gcc/i686-t2-linux-gnu/4.0.2/../../../../i686-t2-linux-gnu/bin/ld: cannot find -lgcc_s 23:51 -!- morfoh [n=morfoh@p54BEF36B.dip.t-dialin.net] has quit [Read error: 110 (Connection timed out)] --- Log closed Wed Apr 26 00:00:52 2006