--- Log opened Mon Feb 05 00:00:52 2007 00:27 < R4gnar0k> gah gah gah hate ;P 00:28 * R4gnar0k stomps on x86-64 and -fPIC 00:47 -!- R4gnar0k [n=loki@216.250.77.230] has quit [Remote closed the connection] 00:47 -!- _Ragnar_ [n=loki@D8FA4DE6.ptr.dia.nextlink.net] has joined #t2 00:48 -!- _Ragnar_ is now known as R4gnar0k 01:00 -!- R4gnar0k [n=loki@D8FA4DE6.ptr.dia.nextlink.net] has quit [Remote closed the connection] 01:01 -!- _Ragnar_ [n=loki@D8FA4DE6.ptr.dia.nextlink.net] has joined #t2 01:02 -!- _Ragnar_ is now known as R4gnar0k 01:57 -!- mtr_ [n=Michael@kobz-590cbb38.pool.einsundeins.de] has joined #t2 02:05 -!- mtr [n=Michael@kobz-590ca20b.pool.einsundeins.de] has quit [Read error: 145 (Connection timed out)] 02:05 -!- mtr_ is now known as mtr 08:06 < CIA-21> mtr * r22377 /trunk/package/base/uclibc/uclibc.conf: * fixed uClibc scsi header conflict in stage 1 likewise 08:09 < rxr> re 08:09 < rxr> hi R4gnar0k 08:10 < rxr> R4gnar0k: most non-i386 architectures are PIC sensitive ... 08:11 < R4gnar0k> yea 08:11 < R4gnar0k> well ffmpeg fails because x264 isn't PIC 08:11 < R4gnar0k> x264 is compiled with yasm 08:13 < R4gnar0k> and netpbm seems to foul up pnmtopng completely, so evidence can't get its icons compiled 08:16 < rxr> au 08:16 < rxr> a 08:17 < R4gnar0k> ya 08:17 < R4gnar0k> I don't get why 64 bit needs PIC code anyway. why isn't normal relocation enough for it??? 08:26 < rxr> non PIC code is slightly more efficent ... 08:26 < rxr> though on x86-64 this will most probably in the one digit percent range ... 08:34 < R4gnar0k> so how do we fix this? 08:34 < rxr> when x264 would not be assemble -FPIC 08:34 < rxr> does it actually have 64bit assembly? 08:34 < R4gnar0k> hm? 08:34 < rxr> maybe i386 ASM is just assembled ? 08:35 < R4gnar0k> dunno o_o 08:35 < rxr> as netpbm is C code there the FPIC-QUIRK Flag could be applied 08:35 < R4gnar0k> how would I check? 08:35 < rxr> read it :-) 08:35 < R4gnar0k> yea but that doesn't seem to be a FPIC error 08:35 < R4gnar0k> (the netpbm) 08:35 < rxr> ir it has r prefix or so before ax, bx, ... it is 64bit :-) 08:35 < rxr> well - I can test locally 08:35 < rxr> I also missed mplayer yesterday on this MacBook 08:36 < R4gnar0k> can you try on your system? just pnmtopng without an argument should crash 08:36 < rxr> $ pnmtopng 08:36 < rxr> pnmtopng: nstring.c:940: vasprintfN: Assertion `str_l2 == str_l' failed. 08:36 < rxr> Aborted 08:36 < rxr> ack 08:36 < R4gnar0k> yea ok 08:36 < rxr> but I have this build error in mplayer: 08:36 < rxr> {standard input}: Assembler messages: 08:36 < rxr> {standard input}:1299: Error: can't encode register '%ch' in an instruction requiring REX prefix. 08:36 < rxr> {standard input}:1300: Error: can't encode register '%ah' in an instruction requiring REX prefix. 08:36 < rxr> {standard input}:1301: Error: can't encode register '%dh' in an instruction requiring REX prefix. 08:36 < rxr> make[1]: *** [osd.o] Error 1 08:37 < rxr> looks pretty much i386 assembly thrown into a 64bit toolchain ... 08:37 < rxr> though not x264, but mplayer internal as far as I can see 08:39 < R4gnar0k> o_o hm 08:41 * R4gnar0k wonder if this 64 bit stuff isn't more hassle then it's actually worth :P 08:43 < rxr> well - you only see the last drops tipping down ... 08:43 < rxr> guess how much fun it was when I started with the sparc64 port ... 08:43 < rxr> also this are new regressions, new mplayer features 08:43 < rxr> on my last 64bit laptop mplayer built and run just fine 08:44 < rxr> in my personal code x86-64 is often 100% faster due to way more registers lingering around for free .. 08:44 < rxr> nearly any computation intensive code runs out of the few registers 8086 CPUs provide 08:44 < R4gnar0k> ok ... 08:57 [Users #t2] 08:57 [@ChanServ] [ CIA-21] [ LMJ] [ R4gnar0k] [ Stelz ] [ zod] 08:57 [ Capey ] [ Demian] [ mtr] [ rxr ] [ valentin] 08:57 -!- Irssi: #t2: Total of 11 nicks [1 ops, 0 halfops, 0 voices, 10 normal] 09:02 < CIA-21> rene * r22378 /trunk/package/graphic/escreen/ (. escreen.cache escreen.conf escreen.desc): 09:02 < CIA-21> * added escreen (0.0.1) - A Linux boot screen implementation 09:02 < CIA-21> _This is a prototype and alpha quality!_ 09:02 < rxr> ^- better do not try it yet 09:02 < rxr> I just need it in SVN to build T2 build it for a demo on a remote box 09:02 < rxr> (yes, I could have scp'ed it but this is l33ter :-) 09:10 < R4gnar0k> lol 09:13 < rxr> and more "release early release often" 09:41 -!- Baldzius [n=Baldzius@office.wapcom.lt] has joined #t2 09:41 -!- Baldzius [n=Baldzius@office.wapcom.lt] has quit [Client Quit] 09:46 -!- Baldzius [n=kvirc@office.wapcom.lt] has joined #t2 09:46 < Baldzius> moin 09:50 < rxr> moin Baldzius 09:51 < Baldzius> hi rxr 10:05 < CIA-21> rene * r22379 /trunk/target/archivista/ (archivista.png archivista.xpm.gz): 10:05 < CIA-21> * updated archivista grub splash and added a non-14 color .png for the 10:05 < CIA-21> use in escreen 10:16 < rxr> valentin: http://maps.google.de/maps?f=q&hl=de&q=Grohnde&sll=53.659899,10.428772&sspn=0.103757,0.344009&ie=UTF8&om=1&z=18&ll=52.035472,9.413073&spn=0.001683,0.005375&t=k&iwloc=addr 10:16 < rxr> valentin: google does not blur out the nuclear power plant near Hameln ... 10:18 < rxr> valentin: heh - Hameln is way less detailed map and blurry than this nuclear plant ... 10:18 < rxr> what an irony ... 10:19 < CIA-21> aldas * r22380 /trunk/package/kde/smb4k/smb4k.desc: * updated smb4k (0.7.5 -> 0.8.0) 10:40 < CIA-21> aldas * r22381 /trunk/package/audio/alsaplayer/alsaplayer.desc: 10:40 < CIA-21> * updated alsaplayer (0.99.76 -> 0.99.77-r1) 10:40 < CIA-21> * security upadate: CVE-2006-4089 10:45 < CIA-21> rene * r22382 /trunk/target/archivista/build_initrd.sh: * resort archivista kernels regarding some custom criteria 10:55 < CIA-21> rene * r22383 /trunk/target/archivista/rootfs/home/archivista/sort-kernel.awk: 10:55 < CIA-21> * removed debug printout in the archivista/sort-kernel.awk, and 10:55 < CIA-21> * added support to sort chainloader entries 11:14 < rxr> btw. 2.6.20 is out 11:14 < rxr> I'll update it, but might be some hours until it hits trunk as many patches need rediff 11:20 < CIA-21> rene * r22384 /trunk/package/filesystem/squashfs-tools/pkg_linux_pre.conf: * fixed 2.6.20 typo in squashfs-tools/pkg_linux_pre.conf 11:38 < rxr> hm - or not as long after all 11:44 < rxr> heh - patches rediffed 11:44 < rxr> build running 12:32 < CIA-21> aldas * r22385 /branches/6.0/package/audio/alsaplayer/ (alsaplayer.conf alsaplayer.desc): 12:32 < CIA-21> * merged r22381 from trunk to branches/6.0: 12:32 < CIA-21> updated alsaplayer (0.99.76 -> 0.99.77-r1) 12:32 < CIA-21> security update: CVE-2006-4089 12:39 < CIA-21> rene * r22386 /trunk/package/graphic/escreen/escreen.desc: * updated escreen (0.0.1 -> 0.0.2) 12:48 < CIA-21> aldas * r22387 /trunk/package/multimedia/gxine/gxine.desc: * updated gxine (0.5.10 -> 0.5.11) 14:14 < rxr> re 14:19 < CIA-21> aldas * r22388 /branches/6.0/package/network/wireshark/ (wireshark.conf wireshark.desc): 14:19 < CIA-21> * merged r22339 from trunk to branches/6.0: 14:19 < CIA-21> updated wireshark (0.99.4 -> 0.99.5) 14:19 < CIA-21> security update: CVE-2007-0456, CVE-2007-0457, CVE-2007-0458, CVE-2007-0459 14:21 < CIA-21> rene * r22389 /trunk/package/base/linux26/ (6 files): * updated linux26 (2.6.19.2 -> 2.6.20) 14:21 < rxr> ^- not yet booted 14:21 < rxr> some 3rd party modules obviously fail :-) 14:22 < rxr> *> Failed building unionfs. 14:22 < rxr> *> Failed building acx100. 14:22 < rxr> *> Failed building adm8211. 14:22 < rxr> *> Failed building at76c503a. 14:22 < rxr> *> Failed building madwifi. 14:24 < rxr> *> Failed building madwifi. 14:24 < rxr> *> Failed building rt2500. 14:24 < rxr> the rest built, some might be due to x896-64[6~[6~[B[A[B[Bdddddd[B[B 14:25 < rxr> at least madwifi failed before on my MacBook 14:52 < rxr> so - the next day's archivista release will ship with escreen 0.0.2 :-) 14:53 [Users #t2] 14:53 [@ChanServ] [ Capey ] [ Demian] [ mtr ] [ rxr ] [ valentin] 14:53 [ Baldzius] [ CIA-21] [ LMJ ] [ R4gnar0k] [ Stelz] [ zod ] 14:53 -!- Irssi: #t2: Total of 12 nicks [1 ops, 0 halfops, 0 voices, 11 normal] 15:11 -!- madtux [n=madtux@196.40.38.43] has joined #t2 15:11 < madtux> moin. 15:14 < CIA-21> aldas * r22390 /trunk/package/security/libassuan/libassuan.desc: * updated libassuan (1.0.0 -> 1.0.1) 15:15 < CIA-21> aldas * r22391 /trunk/package/security/libgpg-error/libgpg-error.desc: * updated libgpg-error (1.4 -> 1.5) 15:16 < CIA-21> aldas * r22392 /trunk/package/security/gpgme/gpgme.desc: * updated gpgme (1.1.2 -> 1.1.3) 15:17 < CIA-21> aldas * r22393 /trunk/package/security/libgcrypt/libgcrypt.desc: * updated libgcrypt (1.2.2 -> 1.2.4) 15:21 < CIA-21> aldas * r22394 /trunk/package/security/gnupg2/ (CVE-2006-6235.patch gnupg2.desc): 15:21 < CIA-21> * updated gnupg2 (2.0.1 -> 2.0.2) 15:21 < CIA-21> * removed CVE-2006-6235.patch - obsolete 15:35 < CIA-21> aldas * r22395 /trunk/package/mail/dovecot/dovecot.desc: * updated dovecot (1.0.rc19 -> 1.0.rc21) 15:41 < rxr> moin madtux 15:52 < madtux> howdy rxr ? 15:55 < rxr> how do you do? 16:26 < madtux> great thanks. 16:35 < Demian> hi 16:59 < LMJ> moin moin 17:30 < rxr> re 17:48 < rxr> moin moin Demian and LMJ 17:48 [Users #t2] 17:48 [@ChanServ] [ CIA-21] [ madtux ] [ rxr ] [ zod] 17:48 [ Baldzius] [ Demian] [ mtr ] [ Stelz ] 17:48 [ Capey ] [ LMJ ] [ R4gnar0k] [ valentin] 17:48 -!- Irssi: #t2: Total of 13 nicks [1 ops, 0 halfops, 0 voices, 12 normal] 18:28 < rxr> ok - cu 18:32 < CIA-21> rene * r22396 /trunk/package/develop/piklab/piklab.desc: * updated piklab (0.13.1 -> 0.13.2) 18:55 < LMJ> sup rxr ? 19:02 -!- d-marc [n=kvirc@HSI-KBW-085-216-122-231.hsi.kabelbw.de] has joined #t2 19:04 < Stelz> hi LMJ ;-) 19:04 < Stelz> hi d-marc 19:04 < LMJ> hy Stelz 19:25 < d-marc> hello 20:36 -!- sepp [n=sepp@p83.129.192.80.tisdip.tiscali.de] has joined #t2 20:36 < sepp> hello :) 20:39 < Demian> hallo sepp 20:40 < Stelz> hey sepp :) 20:41 < sepp> hallo Demian, hey Stelz :) 20:47 -!- d-marc [n=kvirc@HSI-KBW-085-216-122-231.hsi.kabelbw.de] has quit ["KVIrc 3.2.4 Anomalies http://www.kvirc.net/"] 21:03 -!- madtux [n=madtux@196.40.38.43] has left #t2 [] 22:35 -!- sepp_ [n=sepp@p83.129.174.174.tisdip.tiscali.de] has joined #t2 22:57 -!- sepp [n=sepp@p83.129.192.80.tisdip.tiscali.de] has quit [Read error: 110 (Connection timed out)] --- Log closed Tue Feb 06 00:00:53 2007