WebHosting Paid by #1Payday.Loans


   The ROCK Linux project has been discontinued in 2010. Here are the old data for the historical record!

[05:01] mnemoc (n=amery@200.75.27.13) got netsplit.
[05:01] cutio (n=cutio@93.mos.at) got netsplit.
[05:03] owl (n=owl@karnaya.de) left irc: Remote closed the connection
[05:03] mnemoc (n=amery@200.75.27.13) returned to #rocklinux.
[05:03] cutio (n=cutio@93.mos.at) returned to #rocklinux.
[05:04] owl (n=owl@62.75.169.104) joined #rocklinux.
[05:17] cutio (n=cutio@93.mos.at) got netsplit.
[05:17] mnemoc (n=amery@200.75.27.13) got netsplit.
[05:17] cutio (n=cutio@93.mos.at) returned to #rocklinux.
[05:17] mnemoc (n=amery@200.75.27.13) returned to #rocklinux.
[10:58] <owl> moin
[10:59] <blindcoder> moin moin
[11:05] <owl> hi blindcoder 
[12:55] kasc_ (i=kasc@dsl-082-083-183-200.arcor-ip.net) joined #rocklinux.
[12:58] kasc (i=kasc@dsl-084-060-100-229.arcor-ip.net) left irc: Nick collision from services.
[12:58] Nick change: kasc_ -> kasc
[13:59] <clifford> the new sm format v3 seams to work much better than v2 here... anyone seen any problem with the v3 format so far?
[14:07] mendieta48 (n=mendieta@200.69.223.249) joined #rocklinux.
[14:07] <mendieta48> hi
[14:12] <daja77_> I haven't switched yet, because I had a build running
[14:17] <clifford> ic.
[14:18] <clifford> I just did the first big sync (yesterdays apply-orgy). worked great.
[14:19] <mendieta48> hi
[14:19] <mendieta48> where I can create a jabber group
[14:19] <mendieta48> ?
[14:20] <daja77_> huh?
[14:20] <daja77_> clifford: and I git a cold two days ago, so everything is delayed a bit
[14:21] <clifford> oh. Get well soon!
[14:23] <daja77_> thx I already got a bit better
[14:24] <clifford> mendieta48: I don't really understand your question. Are you sure this is the right channel?
[14:50] <clifford> www.clifford.at/priv/dependencies.png
[14:50] <clifford> .. that's a nice one.  *g*
[14:55] <daja77_> hehe gnome again
[14:56] <daja77_> btw what do you think of deactivating/dropping the old gdk-pixbuf package, as far as I can see only two packages depned on it ...
[14:57] <daja77_> so I doubt that this tree is right ;)
[15:04] <clifford> I just have the dep-debug logs (not the flist wrapper rlogs) here but I have about 20 packages here with dependencies which do look like real ones.
[15:06] netrunne1 (n=andreas@p54982BDF.dip0.t-ipconnect.de) joined #rocklinux.
[15:07] netrunner (n=andreas@p549827E7.dip0.t-ipconnect.de) left irc: Read error: 110 (Connection timed out)
[15:07] Nick change: netrunne1 -> netrunner
[15:08] <clifford> daja77_: btw, how are your SPL experiments going?
[15:11] <daja77_> I haven't worked on that
[15:13] <daja77_> yes they might look like real dependencies, because that package has the same functionality as gtk2 has, it is just earlier in the path so gdk-pixbuf10 is called instead, but that breaks some packages at random, I guess I can only tell for sure, after a complete rebuild without that package
[16:14] mendieta48 (n=mendieta@200.69.223.249) left irc: "Leaving"
[16:38] <th> sed seems to be "hungry" by default
[16:38] <th> can i change that behaviour?
[16:38] <th> hungry as in "longest possible match"
[16:41] <owl> hi th 
[16:43] <daja77_> nasty, subversion update aborts with a compilation error
[16:43] <th> hi owl 
[16:44] <th> i need something to remove everything up to the first (but not only) occurance of a string
[16:44] <th> tried sed 's!^.*XXX!XXX!' 
[16:44] <th> but that makes a 'fooXXXbarXXXspam' to 'XXXspam'
[16:44] <th> i want it to read 'XXXbarXXXspam'
[16:45] <daja77_> th: https://lists.samba.org/archive/linux/2002-August/004287.html
[16:50] <th> s/^.*?XXX/XXX/ wont work
[16:52] <th> according to your link it should
[16:53] <daja77_> hm
[16:54] <th> echo "fooXXXbarXXXspam" | sed 's/^.*?XXX/OOO/'
[16:54] <th> fooXXXbarXXXspam
[17:12] <th> oh well. now a bash while-loop has to do the job...
[17:12] <th> cant stop sed from being greedy
[17:42] menomc (n=amery@200.75.27.30) joined #rocklinux.
[17:48] mnemoc (n=amery@200.75.27.13) left irc: Read error: 110 (Connection timed out)
[17:51] <SMP> gtk+-2.8's gtk-demo segfaults in libgdk-x11-2.0.so.0 ...
[17:54] <cutio> while compiling mplayer i got libvo/libvo.a(vo_jpeg.o)(.text+0x31a):vo_jpeg.c: undefined reference to `jpeg_CreateCompress' etc. according to google an old or missing libjpeg causes that problem but.. ive libjpeg 6b 0
[17:56] <SMP> does the linker command above that line specify -ljpeg ?
[18:00] <cutio> yes
[18:02] <SMP> do you get output from "nm -D /usr/lib/libjpeg.so | grep CreateCompress" ?
[18:03] <cutio> nope
[18:05] <SMP> that must the "old" case in "old or missing". where'd you get that libjpeg from?
[18:06] <cutio> i got it from rocket emerge libjpeg
[18:10] <SMP> using what version/revision of the rock-src tree?
[18:10] <cutio> 2.1-crystal
[18:12] <SMP> libjpeg hasn't changed for _ages_, so that's really confusing now
[18:12] <daja77_> SMP: d'oh so therefore we kept the old pixbuf in?
[18:15] <SMP> daja77_: I'm trying a clean Gnome 2.11.91 stack 
[18:15] <daja77_> good
[18:15] <daja77_> pls keep me postet
[18:15] <daja77_> have to go now
[18:15] <SMP> cutio: I built a libjepg last night - and it certainly has that symbol
[18:16] <cutio> same version?
[18:17] <SMP> like I said - it hasn't changed for literal ages
[18:17] Nick change: menomc -> mnemoc
[18:17] <cutio> mmm
[18:17] <cutio> which mirror do you use?
[18:17] <SMP> none
[18:17] <cutio> where did you get it from then, the official hp seems down or something
[18:22] <SMP> obviously it wasn't 17 hours ago
[18:22] <cutio> www.ijg.org ?
[18:23] <SMP> no, the url in the .conf is ftp://ftp.uu.net/graphics/jpeg/
[18:23] <SMP> er. .desc
[18:24] <cutio> ill give it a try, thanks 
[19:35] blindcod1r (n=blindcod@dsl-082-082-096-127.arcor-ip.net) joined #rocklinux.
[19:35] blindcoder (n=blindcod@dsl-213-023-155-133.arcor-ip.net) left irc: Nick collision from services.
[19:35] Nick change: blindcod1r -> blindcoder
[21:07] mnemoc (n=amery@200.75.27.30) left irc: Remote closed the connection
[21:09] mnemoc (n=amery@200.75.27.30) joined #rocklinux.
[21:20] mnemoc (n=amery@200.75.27.30) left irc: Remote closed the connection
[21:20] mnemoc (n=amery@200.75.27.30) joined #rocklinux.
[21:31] reinaldo (n=reinaldo@pc-15-124-104-200.cm.vtr.net) joined #rocklinux.
[21:36] reinaldo (n=reinaldo@pc-15-124-104-200.cm.vtr.net) left #rocklinux ("Leaving").
[21:44] reinaldo (n=reinaldo@pc-15-124-104-200.cm.vtr.net) joined #rocklinux.
[21:44] reinaldo (n=reinaldo@pc-15-124-104-200.cm.vtr.net) left #rocklinux ("Leaving").
[22:24] <SMP> ok, Gnome 2.11.91 platform packages finished
[22:24] <daja77_> nice
[22:25] <SMP> that's just like 1/10 of all ;)
[22:25] <SMP> ok, more like 1/5
[22:26] <daja77_> ah yes the platform packages are sth like kdebase libs
[22:27] <daja77_> just not that nice to handle
[22:28] <SMP> next steps: rebuild gtk+ w/ debugging symbols, meanwhile finish dbus package
[22:29] <SMP> maybe nonmaskable pizza interrupt ;)
[22:29] <daja77_> *gg*
[23:19] <SMP> aaargh. the debug-gtk+ works! stop working, and throw a core damnit!
[23:24] reinaldo (n=reinaldo@pc-15-124-104-200.cm.vtr.net) joined #rocklinux.
[23:25] reinaldo (n=reinaldo@pc-15-124-104-200.cm.vtr.net) left #rocklinux ("Leaving").
[23:40] <daja77_> poor SMP 
[00:00] --- Sat Aug 20 2005