[00:28] blindcod1r (i=blindcod@gateway/gpg-tor/key-0x8997BE0F) joined #rocklinux. [00:28] blindcoder (i=blindcod@gateway/gpg-tor/key-0x8997BE0F) left irc: Nick collision from services. [00:28] Nick change: blindcod1r -> blindcoder [01:14] blindcoder (i=blindcod@gateway/gpg-tor/key-0x8997BE0F) left irc: Remote closed the connection [01:24] blindcoder (i=blindcod@gateway/gpg-tor/key-0x8997BE0F) joined #rocklinux. [01:37] kensai (n=kensai@206.248.85.4) left irc: "Leaving" [03:13] kensai (n=kensai@206.248.85.4) joined #rocklinux. [03:23] blindcoder (i=blindcod@gateway/gpg-tor/key-0x8997BE0F) left irc: Remote closed the connection [03:26] <owl> gn8 [03:40] kasc_ (n=kasc@dslb-084-060-099-023.pools.arcor-ip.net) joined #rocklinux. [03:45] blindcoder (i=blindcod@gateway/gpg-tor/key-0x8997BE0F) joined #rocklinux. [03:53] kasc (n=kasc@dslb-084-060-111-055.pools.arcor-ip.net) left irc: Read error: 110 (Connection timed out) [03:53] Nick change: kasc_ -> kasc [05:39] rocklogbot (n=rocklogb@pallas.crash-override.net) left irc: Remote closed the connection [05:41] rocklogbot (n=rocklogb@pallas.crash-override.net) joined #rocklinux. [07:01] blindcoder (i=blindcod@gateway/gpg-tor/key-0x8997BE0F) left irc: Remote closed the connection [07:04] _Ragnar_ (i=loki@216.250.77.230) left irc: Read error: 104 (Connection reset by peer) [07:09] blindcoder (i=blindcod@gateway/gpg-tor/key-0x8997BE0F) joined #rocklinux. [08:20] _Ragnar_ (i=loki@216.250.77.230) joined #rocklinux. [08:35] <blindcoder> moin [08:45] rocklogbot (n=rocklogb@pallas.crash-override.net) left irc: Remote closed the connection [08:45] rocklogbot (n=rocklogb@pallas.crash-override.net) joined #rocklinux. [11:09] rocklogbot (n=rocklogb@pallas.crash-override.net) left irc: Remote closed the connection [11:10] rocklogbot (n=rocklogb@pallas.crash-override.net) joined #rocklinux. [12:00] kensai (n=kensai@206.248.85.4) left irc: "Leaving" [12:06] <stf^rock1inux> moin moin [12:08] <blindcoder> moin stf^rock1inux [12:08] <stf^rock1inux> moin blindcoder [12:08] <stf^rock1inux> I really like this mascot: http://plan9.bell-labs.com/plan9/glenda.html [12:08] <stf^rock1inux> makes me smile whenever I see it :) [12:08] <blindcoder> the plan9 space bunny? [12:09] <stf^rock1inux> yep [12:09] <blindcoder> hehe, more like fall over and laugh uncontrollably :) [12:15] blindcoder (i=blindcod@gateway/gpg-tor/key-0x8997BE0F) left irc: Remote closed the connection [12:16] blindcoder (i=blindcod@gateway/gpg-tor/key-0x8997BE0F) joined #rocklinux. [12:21] <stf^rock1inux> two more bugs in the stone patches... [12:22] <blindcoder> argh [12:22] Action: blindcoder is about to throw them out of the journal [12:23] <stf^rock1inux> at least the package builds now ... [12:24] <blindcoder> can you send an incremental patch? [12:26] <stf^rock1inux> sry, just replaced 2006101121011810310 with 2006101212244885800 [12:26] <stf^rock1inux> the other two patches are ok [12:26] <blindcoder> *incoherent mumbling* [12:27] <stf^rock1inux> I only changed stone.conf btw. [12:28] <blindcoder> do I need part 3 after that? [12:30] <stf^rock1inux> the parts are independent of each other - the patches are split because of the mysql size limit... [12:31] <blindcoder> okay [12:50] <owl> moin [12:58] <stf^rock1inux> moin owl [15:22] rocklogbot (n=rocklogb@pallas.crash-override.net) left irc: Remote closed the connection [15:22] rocklogbot (n=rocklogb@pallas.crash-override.net) joined #rocklinux. [15:29] blindcoder (i=blindcod@gateway/gpg-tor/key-0x8997BE0F) left irc: Remote closed the connection [15:29] blindcoder (i=blindcod@gateway/gpg-tor/key-0x8997BE0F) joined #rocklinux. [15:49] <th> misc/tools-source/fl_wrapper.c: In function `exit': [15:49] <th> misc/tools-source/fl_wrapper.c:1255: warning: `noreturn' function does return [16:10] <stf^rock1inux> th: that's a known issue with the new flwrapper. [16:11] <th> but it's solvable? [16:12] <stf^rock1inux> the warning comes from the custom exit() functions calling other functions afaics. [16:12] <stf^rock1inux> the easy solution is to ignore those warnings [16:13] <th> that makes building packages ugly [16:13] <th> hmm [16:13] <stf^rock1inux> the warnings could also be hidden, but I don't think that's a sane approach [16:14] <stf^rock1inux> it might also be possible to rewrite file descriptor tracking to not redefine exit() et al. [16:14] <stf^rock1inux> that's going to be a lot of work, though [16:15] <blindcoder> just pass -Wnone :P [16:20] <stf^rock1inux> that would do [16:23] <stf^rock1inux> btw. unusual programs can cause the old as well as the new flwrapper to loop infinitely [16:24] <stf^rock1inux> that's why I'm undecided whether to keep these warnings as a reminder that the flwrapper can malfunction ( and cause OOM conditions ) [16:26] <th> perhaps you issue a warning in another form insteda [16:26] <th> instead [16:30] <stf^rock1inux> hm, I feel more like using -Wnone right now; the 'unusual program' case is quite far off and only triggered in one piece of code [16:31] <stf^rock1inux> just leaving the warning there is likely to raise questions from new users again and again, I fear :/ [16:35] <stf^rock1inux> see package/stf/smake/redefine_malloc.patch for the code that causes infinite recursion in the flwrapper... [16:39] <stf^rock1inux> so, although I don't like hiding warnings, it seems a practical solution to me in this case [16:47] <stf^rock1inux> hm, I can't find any gcc option that turns these warnings of... [16:59] <stf^rock1inux> 2>/dev/null will have to do :S [18:03] ija_ (n=ija@84.19.222.104) joined #rocklinux. [18:06] rocklogbot (n=rocklogb@pallas.crash-override.net) left irc: Remote closed the connection [18:07] rocklogbot (n=rocklogb@pallas.crash-override.net) joined #rocklinux. [18:19] ija (n=ija@84.19.217.164) left irc: Read error: 110 (Connection timed out) [18:39] rocklogbot (n=rocklogb@pallas.crash-override.net) left irc: Remote closed the connection [18:40] rocklogbot (n=rocklogb@pallas.crash-override.net) joined #rocklinux. [19:23] Nick change: ija_ -> ija [19:55] rocklogbot (n=rocklogb@pallas.crash-override.net) left irc: Remote closed the connection [19:56] rocklogbot (n=rocklogb@pallas.crash-override.net) joined #rocklinux. [20:56] kensai (n=kensai@206.248.87.139) joined #rocklinux. [21:56] <stf^rock1inux> hi kensai [21:56] <kensai> stf^rock1inux, hey [21:59] <stf^rock1inux> btw. IRC logs are available at https://www.rocklinux.net/irclog/ - in case you didn't know [21:59] <blindcoder> finally again :) [21:59] <stf^rock1inux> since many chats happen during CEST day times... [21:59] <kensai> hmm, I feature there [21:59] <kensai> kensai (n=kensai@206.248.85.4) left irc: "Leaving" [21:59] <kensai> LOL [22:06] <stf^rock1inux> interesting :) [22:07] <kensai> I fell better now [22:07] <kensai> s/fell/feel [22:07] <blindcoder> been sick? [22:07] <kensai> hehe, no because I'm on the logs [22:08] <blindcoder> heh [22:08] <kensai> actually this is like the second time I write here [22:12] <blindcoder> oooh, a #rocklinux virgin :D [22:14] <kensai> yay!! [23:02] rocklogbot (n=rocklogb@pallas.crash-override.net) left irc: Remote closed the connection [23:02] rocklogbot (n=rocklogb@pallas.crash-override.net) joined #rocklinux. [23:43] _Ragnar_ (i=loki@216.250.77.230) left irc: Read error: 104 (Connection reset by peer) [23:44] <th> just applied all votecheck OKs. [23:44] _Ragnar_ (i=loki@216.250.77.230) joined #rocklinux. [00:00] --- Fri Oct 13 2006