--- Log opened Sat Oct 25 00:00:25 2008 00:10 -!- DuckFault2 [n=DuckFaul@rrcs-71-43-244-114.se.biz.rr.com] has joined #t2 00:12 -!- DuckFault2 [n=DuckFaul@rrcs-71-43-244-114.se.biz.rr.com] has left #t2 [] 00:59 -!- Netsplit kornbluth.freenode.net <-> irc.freenode.net quits: hikenboot, axionix 01:00 -!- Netsplit over, joins: axionix, hikenboot 05:02 -!- Netsplit kornbluth.freenode.net <-> irc.freenode.net quits: gw, Ragnarin, @ChanServ, LMJ, TobiX 05:04 -!- Netsplit over, joins: @ChanServ, gw, TobiX, Ragnarin, LMJ 05:11 -!- gw [n=gw@2001:44b8:62:7f0:21b:63ff:fe01:f18d] has quit [Read error: 60 (Operation timed out)] 05:12 -!- gw [n=gw@2001:44b8:62:7f0:21b:63ff:fe01:f18d] has joined #t2 07:31 -!- hikenboot_ [n=hikenboo@COMP-SBANDERS-1.AD.fas.harvard.edu] has joined #t2 07:33 -!- Netsplit kornbluth.freenode.net <-> irc.freenode.net quits: hikenboot, axionix 07:34 -!- Netsplit over, joins: axionix, hikenboot 07:51 -!- hikenboot [n=hikenboo@COMP-SBANDERS-1.AD.FAS.HARVARD.EDU] has quit [Connection timed out] 09:05 -!- hikenboot_ [n=hikenboo@COMP-SBANDERS-1.AD.fas.harvard.edu] has quit [Read error: 104 (Connection reset by peer)] 11:08 -!- hwinkel [n=hwinkel@port-87-193-170-219.static.qsc.de] has joined #t2 12:21 -!- Baldzius [n=Baldzius@87.198.192.226] has joined #t2 12:21 < Baldzius> moin 12:23 < Baldzius> root@localhost:/t2/trunk# ./scripts/Config 12:23 < Baldzius> Aquiring config write lock (may take until other configs finished) ... 12:23 < Baldzius> T2 8.0-trunk configuration ... 12:23 < Baldzius> Building src/luabash.so. 12:23 < Baldzius> LINK LIB /t2/trunk/src/Linux-i686/lua/lua.a 12:23 < Baldzius> ld: Relocatable linking with relocations from format elf32-i386 (/t2/trunk/src/Linux-i686/lua/lapi.o) to format elf64-x86-64 (/t2/trunk/src/Linux-i686/lua/lua.a) is not supported 12:23 < Baldzius> make: *** [/t2/trunk/src/Linux-i686/lua/lua.a] Error 1 12:23 < Baldzius> Error building the LUA bash accelerator. 12:23 < Baldzius> root@localhost:/t2/trunk# 12:23 < Baldzius> rxr: --^^ yesterday it was running fine before svn up 12:27 -!- Netsplit kornbluth.freenode.net <-> irc.freenode.net quits: axionix 12:27 -!- Netsplit over, joins: axionix 13:13 < rxr> ./scripts/Cleanup and retry 13:13 < rxr> the t2 script intermixing has some strange issue that sometimes the tools are build with the cross toolchain 13:13 < rxr> I have not yet found a clean way to prevent this 13:32 < Baldzius> hm, still the same 13:36 < rxr> you run Cleanup ? 13:39 < Baldzius> yes 13:39 < rxr> hm - does scripts/config 13:40 < rxr> err 13:40 < rxr> scripts/Cleanup 13:40 < rxr> and then 13:40 < rxr> scripts/Config 13:40 < rxr> work ? 13:40 < Baldzius> no 13:40 < Baldzius> the same 13:41 < rxr> strange 13:41 < rxr> does scripts/Config rebuild all the lua files ? 13:42 < Baldzius> yes 13:46 -!- hwinkel [n=hwinkel@port-87-193-170-219.static.qsc.de] has quit ["Leaving."] 13:52 < rxr> Baldzius: on the 8way ? 13:53 < Baldzius> yes 13:53 < rxr> shall I take a direct look ? 13:53 < Baldzius> you want the passwd? 13:54 < rxr> well - i could just vzctrl enter ... 13:54 < Baldzius> sure 13:54 < rxr> no password needed as root from the "hypervisor" :-) 13:54 < Baldzius> i also can change to a temporary 13:54 < Baldzius> :) 13:54 < rxr> not needed :-) 13:54 < Baldzius> i use default config 13:54 < rxr> so - where is that affected t2 tree ? 13:55 < rxr> ah /t2 it looks :) 13:56 < rxr> what exactly do you run to trigger this ? 13:58 < Baldzius> scripts/Config 14:00 < rxr> hm 14:00 < rxr> strange - in my container it works 14:01 < rxr> I also wonder why yours output i686 for uname -a 14:04 < Baldzius> yesterday it was still running fine 14:09 < rxr> somehow your linker wants to produce a 64bit executable while your toolchain is 32bit otherwise 14:09 < rxr> maybe you got some part of binutils overwritten with some test build yesterday ? 14:09 < rxr> I added a 14:10 < rxr> I added a -m elf_i386u and it was linked 14:10 < rxr> maybe I quickly install a fresh binutils to see if it goes away? 14:10 < rxr> root@localhost:/t2/trunk# mine -y binutils 14:10 < rxr> Modified/duplicate file: usr/lib/libbfd.so 14:10 < rxr> Modified/duplicate file: usr/lib/libopcodes.so 14:10 < rxr> Modified/duplicate file: usr/lib64/libbfd.so 14:10 < rxr> Modified/duplicate file: usr/lib64/libopcodes.so 14:10 < rxr> 4 modified files of package binutils. 14:17 < Baldzius> hm 14:19 < rxr> on the other hand those files also do not look that yung 14:42 < Baldzius> no idea what've happened? 14:43 < Baldzius> i think it started when i did "scripts/Cleanup" instead of "scripts/Cleanup -build" 14:43 < Baldzius> never did scripts/Cleanup before 14:43 < rxr> ok - let's emerge binutils and hope that works 14:43 < rxr> I try 14:44 < Baldzius> cool 14:45 < rxr> looks like it works again 14:45 < rxr> ah - one second 14:46 < rxr> had hack changes in the luabash makefile 14:46 < rxr> yep - but works again 14:46 < rxr> guess some time ago a x86-64 enabled binutils made it into your roor 14:46 < rxr> root 14:46 < rxr> while the vm system is otherwise 32bit 14:48 < Baldzius> cool 14:48 < Baldzius> good stuff 14:48 < Baldzius> thanks :) 18:10 < rxr> cu all 18:10 [Users #t2] 18:10 [@ChanServ] [ CIA-4] [ felanha] [ LMJ ] [ rxr ] 18:10 [ axionix ] [ Cyda ] [ gw ] [ mtr ] [ Stealth] 18:10 [ Baldzius] [ dsoul] [ koan ] [ Ragnarin] [ TobiX ] 18:10 -!- Irssi: #t2: Total of 15 nicks [1 ops, 0 halfops, 0 voices, 14 normal] 18:13 < Baldzius> cu 18:20 < CIA-4> aldas * r31000 /trunk/package/fonts/fontforge/fontforge.desc: * updated fontforge (20071210 -> 20080927) 18:58 -!- bovnet [n=steve@87-194-185-180.bethere.co.uk] has joined #t2 20:04 < bovnet> hi im still having truble with cron and sysfiles 20:46 -!- Baldzius [n=Baldzius@87.198.192.226] has quit ["Leaving"] 20:53 -!- freakz [n=freakz@189-92-26-102.3g.claro.net.br] has joined #t2 21:14 -!- freakz [n=freakz@189-92-26-102.3g.claro.net.br] has quit ["WeeChat 0.2.6"] 23:47 -!- gw [n=gw@2001:44b8:62:7f0:21b:63ff:fe01:f18d] has quit [Read error: 113 (No route to host)] --- Log closed Sun Oct 26 00:00:31 2008