--- Log opened Wed Jun 27 00:00:30 2007 00:11 -!- wbx [n=wbx@gprs-pool-1-027.eplus-online.de] has joined #t2 00:12 -!- sepp [n=sepp@Z5786.z.pppool.de] has quit [Read error: 110 (Connection timed out)] 00:17 -!- sepp [n=sepp@Z743f.z.pppool.de] has joined #t2 00:34 < sepp> can i rebuild some package and just install the .so's renamed, in some easy way? 00:34 < sepp> like libfoo.so -> libfoo-bar.so 00:36 < wbx> no. ;=) 00:39 < wbx> the binary references the library SONAME, see objdump -x binary ; f.e. 00:39 < sepp> not a vm where i load them at runtime anyway 00:43 < sepp> i guess one could do some voodoo with an install_wrapper filter 00:44 < wbx> if you know gcc/ld, it might be possible. but i didn't get your problem. 00:46 < sepp> i am messing around with c callout and i would like to have libfoo.so* and libfoo-debug.so* ;) 00:49 < sepp> was just wondering if there would be an easy way to do that with t2, not howto change soname in existing binary files 00:50 < sepp> you could use LD_PRELOAD anyway 00:56 < sepp> well, nevermind ... 01:00 -!- Stelz [n=stealth@unaffiliated/stelz] has quit [Read error: 104 (Connection reset by peer)] 01:07 -!- Stelz [n=stealth@unaffiliated/stelz] has joined #t2 01:11 -!- wbx [n=wbx@gprs-pool-1-027.eplus-online.de] has quit ["leaving"] 01:18 -!- mtr_ [n=Michael@pD9E1022B.dip0.t-ipconnect.de] has joined #t2 01:32 -!- _Ragnar__ [n=loki@D8FA4DE6.ptr.dia.nextlink.net] has joined #t2 01:32 -!- Ragnarin [n=loki@D8FA4DE6.ptr.dia.nextlink.net] has quit [Read error: 104 (Connection reset by peer)] 01:34 -!- _Ragnar__ is now known as Ragnarin 01:36 -!- mtr [n=Michael@pD9E11662.dip0.t-ipconnect.de] has quit [Read error: 110 (Connection timed out)] 01:36 -!- mtr_ is now known as mtr 02:01 -!- Stelz [n=stealth@unaffiliated/stelz] has quit [Read error: 104 (Connection reset by peer)] 02:06 -!- Stelz [n=stealth@unaffiliated/stelz] has joined #t2 02:21 -!- kic_ [n=rfoote@adsl-074-246-112-036.sip.bct.bellsouth.net] has joined #t2 02:37 -!- kic- [n=rfoote@adsl-074-238-088-202.sip.bct.bellsouth.net] has quit [Read error: 110 (Connection timed out)] 07:32 < shevy> How can you guys detect build time dependencies? Scanning configure or something? 07:33 < Ragnarin> check the files the package accesses during build 07:49 -!- Cyda [n=Cyda@adsl-074-238-088-202.sip.bct.bellsouth.net] has quit [Read error: 110 (Connection timed out)] 08:44 < rxr> e 08:45 [Users #t2] 08:45 [@ChanServ] [ Dallur] [ kic^] [ pdinoto_] [ sepp ] [ TobiX ] 08:45 [ cbrake ] [ emte ] [ kic_] [ Ragnarin] [ shevy] [ valentin] 08:45 [ CIA-9 ] [ Fatal ] [ mtr ] [ rxr ] [ Stelz] 08:45 -!- Irssi: #t2: Total of 17 nicks [1 ops, 0 halfops, 0 voices, 16 normal] 08:46 < sepp> moin rxr :) 08:48 < rxr> moin moin sepp and Ragnarin 08:52 < sepp> i think bash has some parallel issue, last 3 times i started build-target it failed in 1 or 3 on the 1st run 08:54 < rxr> it also failed in 1 of 17 cross build tests on my dual-g5 08:54 < rxr> I wrote down the file that was missing during the build if you like to debug it if it is the same missing file as you had ? 08:55 < Ragnarin> moin 08:55 < sepp> i was smart enough to remove the error :/ 08:55 < rxr> heh 08:55 < rxr> I boot the G5 right now into Linux (was in OS X) 08:55 < rxr> and paste the missing file I got for reference 08:57 < sepp> "test -n "ranlib" && ranlib libreadline.a" last line in the build-target output 08:59 < rxr> my build was a cross build from powerpc64 to sparc64 (for testing, ongoing reference cross testing) failing with: sparc64-t2-linux-gnu-ar: mbutil.o: No such file or directory 09:01 < sepp> i will rebuild later, i am sure it will pop up again :) 09:01 < rxr> yes, best it to fix 09:01 < rxr> this is why I did not marked it NOPARALLEL immediatly 09:02 < rxr> as with all the new systems that are rather multi-core whatever than clocked infinite it would be favourable to have it building in parallel for real 09:10 < sepp> :) 09:11 < rxr> btw. I'll be abroad for the full day and gone in some minutes 09:12 < Ragnarin> ok have fun :) 09:12 < rxr> well, not sure if it will be much fun 09:19 < rxr> cu 09:31 -!- misl [n=chatzill@84-104-172-187.cable.quicknet.nl] has joined #t2 09:31 < misl> hi folks 09:32 < mtr> hi misl 09:32 < misl> hi mtr :-) 10:02 -!- tri [n=Richter@pd95b2df8.dip0.t-ipconnect.de] has joined #t2 10:02 < tri> moin 10:06 -!- tr1 [n=Richter@pd95b2df8.dip0.t-ipconnect.de] has joined #t2 10:06 -!- tri [n=Richter@pd95b2df8.dip0.t-ipconnect.de] has quit [Read error: 104 (Connection reset by peer)] 10:34 -!- tr1 [n=Richter@pd95b2df8.dip0.t-ipconnect.de] has quit [Read error: 104 (Connection reset by peer)] 10:47 -!- tri [n=Richter@pd95b2df8.dip0.t-ipconnect.de] has joined #t2 10:47 < tri> re 10:48 < CIA-9> susan * r24785 /trunk/package/kde/k3b/k3b.desc: * updated k3b (1.0.1 -> 1.0.2) 10:48 < CIA-9> susan * r24786 /trunk/package/kde/k3b-i18n/k3b-i18n.desc: * updated k3b-i18n (1.0.1 -> 1.0.2) 10:48 < CIA-9> susan * r24787 /trunk/package/graphic/dcraw/dcraw.desc: * updated dcraw (8.75 -> 8.76) 10:54 -!- tri [n=Richter@pd95b2df8.dip0.t-ipconnect.de] has quit [Read error: 104 (Connection reset by peer)] 11:21 -!- tr1 [n=Richter@pd95b2df8.dip0.t-ipconnect.de] has joined #t2 12:41 -!- tr1 [n=Richter@pd95b2df8.dip0.t-ipconnect.de] has quit [Read error: 104 (Connection reset by peer)] 12:50 < sepp> usr/lib6464/libpopt.la: libdir='/usr/lib6464' 12:51 < sepp> weird 12:51 < sepp> /usr/lib64/libpopt.la* 13:13 -!- misl [n=chatzill@84-104-172-187.cable.quicknet.nl] has quit [Read error: 110 (Connection timed out)] 13:25 -!- misl [n=chatzill@84-104-172-187.cable.quicknet.nl] has joined #t2 13:57 -!- cbrake is now known as cbrake_away 14:51 < kic_> re 14:51 -!- kic_ is now known as kic- 15:17 -!- Cyda [n=Cyda@adsl-074-238-088-202.sip.bct.bellsouth.net] has joined #t2 16:14 -!- cbrake_away is now known as cbrake 16:33 < kic-> re 16:33 < kic-> Rene, when you get back, can you msg me please 16:49 < sepp> hi kic- :) 16:49 < kic-> hiya 18:18 -!- LMJ [n=serwou@laf31-2-82-224-107-105.fbx.proxad.net] has joined #t2 18:35 < LMJ> moin moin ;) 18:54 < rxr> re 18:54 < rxr> hi 18:54 < rxr> hi kic- and LMJ 19:06 < rxr> http://www.wired.com/techbiz/people/magazine/15-07/ff_hansreiser 19:32 < shevy> man 19:32 < shevy> the pic looks like zombie nation or something ;) 19:36 < rxr> Mesa 7.0 released 19:36 < rxr> guess I got some stuff todo then at home later on ... 19:36 < rxr> On June 22nd Mesa 7.0 was released, featuring OpenGL 2.0 and 2.1 support among other features. 19:40 [Users #t2] 19:40 [@ChanServ] [ Dallur] [ kic^] [ pdinoto_] [ shevy ] 19:40 [ cbrake ] [ emte ] [ LMJ ] [ Ragnarin] [ Stelz ] 19:40 [ CIA-9 ] [ Fatal ] [ misl] [ rxr ] [ TobiX ] 19:40 [ Cyda ] [ kic- ] [ mtr ] [ sepp ] [ valentin] 19:40 -!- Irssi: #t2: Total of 20 nicks [1 ops, 0 halfops, 0 voices, 19 normal] 20:07 < LMJ> how are you rxr ? 20:15 < rxr> oh - good 20:15 < rxr> LMJ: and you ? 20:16 < LMJ> fine, finally back ;) 20:21 < rxr> :-) 20:23 < rxr> ok - /me heading home late enough already here - cu then 20:24 < LMJ> CU 21:54 -!- d-marc [n=d-marc@HSI-KBW-082-212-033-029.hsi.kabelbw.de] has joined #t2 22:00 -!- d-marc [n=d-marc@HSI-KBW-082-212-033-029.hsi.kabelbw.de] has quit ["KVIrc 3.2.4 Anomalies http://www.kvirc.net/"] 22:53 -!- Stelz [n=stealth@unaffiliated/stelz] has quit ["There is intelligent life out there..."] 23:12 -!- kic^ [i=kic-@adsl-074-246-112-049.sip.bct.bellsouth.net] has quit [Read error: 104 (Connection reset by peer)] 23:24 -!- misl [n=chatzill@84-104-172-187.cable.quicknet.nl] has quit ["ChatZilla 0.9.78.1 [Firefox 2.0.0.4/2007051502]"] 23:59 -!- cbrake is now known as cbrake_away --- Log closed Thu Jun 28 00:00:32 2007