=== Kamion suspects at least part of the latter [12:03] eas a change made to font renering between rc and final? [12:03] was* [12:03] i cant get bitstream vera sans to not look like crap since I upgraded yesterday === Goshawk [~Goshawk@82.49.113.193] has joined #ubuntu-devel === clint [~clint@thumb.scru.org] has joined #ubuntu-devel === clint is now known as Clint [12:10] good night everybody === pitti falls asleep === tritium [~mrimbert@12-202-90-180.client.insightBB.com] has left #ubuntu-devel ["Leaving"] === chris38 [~bayle@192.44.60.65] has joined #ubuntu-devel [12:23] mdz: maybe we should post a call for awful hacks :-) [12:25] invite me :) === azeem_ [~mbanck@ppp-82-135-13-128.mnet-online.de] has joined #ubuntu-devel [12:26] hi azeem_ [12:27] hi Andrew [12:35] Kamion: fine with me [12:35] Kamion: I think you produced awful hacks because you had a full schedule [12:36] in addition to any inclination to report them ;-) === desrt [~desrt@freedesktop.org] has joined #ubuntu-devel === bytee_ [~byte@freedesktop.org] has joined #ubuntu-devel === Benoni [~liblit@byrd.cs.wisc.edu] has joined #ubuntu-devel === m_tthew [matt@iorek.ice-nine.org] has joined #ubuntu-devel === florent [~florent@pluton.sarcelle.net] has joined #ubuntu-devel [12:42] mdz: probably accurate ... [12:42] casper has its share of awful hacks; I just haven't gotten around to adding them yet === florent [~florent@pluton.sarcelle.net] has left #ubuntu-devel ["Konversation] [12:43] as does kickseed, for that matter [12:43] but they're not very urgent to undo === Arr0gance [~aks@CPE0050ba556e4b-CM001225423850.cpe.net.cable.rogers.com] has joined #ubuntu-devel [12:43] and in fact some of them may be further propagated ;) === Benoni [~liblit@byrd.cs.wisc.edu] has joined #ubuntu-devel === moyogo [~moyogo@69.156.166.86] has joined #ubuntu-devel === trukulo [~trukulo@176.red-62-57-69.user.auna.net] has joined #ubuntu-devel === mdke [~matt@mdke.user] has joined #ubuntu-devel === jcole [~jcole@palwebproxy1.core.hp.com] has joined #ubuntu-devel [01:16] ogra/seb128: is #8339 a GTK issue or an hwdb-client issue? [01:16] i need help with .udebs [01:17] for the live cd i'm trying to remaster wit ha different kernel [01:17] is there a way to convert a .deb to a .udeb? [01:17] doko: are you sure about #145430? it doesn't look like a gcc-3.4 bug [01:18] jcole: no, they are quite different things [01:18] jcole: to produce the udebs, build the linux-source-2.6.10 source package [01:18] mdz: i saw kernel-wedgefor kernels, but what about making udebs of other apps? [01:20] mdz: i'm guessing i have to apt-get debian-installer and build stuff from source === zul [~chuck@CPE0006258ec6c2-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel [01:21] jcole: no, you don't need debian-installer [01:21] jcole: what is it that you want to accomplish? [01:21] if it is to use a different kernel on the live CD, you only need to build linux-source-2.6.10, and that will give you udebs === astharot- [~isager@host95-161.pool8254.interbusiness.it] has joined #ubuntu-devel [01:23] mdz: i'm trying to something unnatural [01:23] doko: also #6820? [01:24] mdz: installing an fc3 kernel on the ubuntu live cd (so a certain proprietary app will work)... works on a regular install of ubuntu just fine, believe it or not [01:25] jcole: that will be complicated for the live CD [01:25] doko: also #93991 [01:26] doko: also #253096. how did you generate this list? [01:28] mdz: but is it possible... :) [01:28] jcole: of course === disturbed1 [~disturbed@ip68-0-142-12.tc.ph.cox.net] has joined #ubuntu-devel [01:35] mdz: does the live cd actually use the kernel in /boot in to cloop? or does it get it from a udeb? ... does it boot the /boot/ cloop kernel and load the modules from the udebs? (during the probe for hardware) [01:35] jcole: it doesn't use the kernel in the cloop, only the modules [01:36] jcole: it does, however, use the modules === lamont re-reads what mdz wrote, sighs at self [01:36] ah [01:36] it boots using the kernel in /install, unpacks the modules from the udebs and uses those for hardware detection, then loads any remaining modules from the cloop while it's booting [01:37] the modules in the cloop must generally match those in the udebs [01:37] for sanity's sake [01:38] jcole: swapping in the CD kernel is easy, swapping in the cloop modules is also easy. the complicated bit is making udebs out of the modules; we don't have a tool to make udebs from an arbitrary kernel [01:38] they're built from our kernel source [01:39] our kernel source and kernel-wedge (together) contain the lists of which modules go in which udebs [01:40] if you build a .deb out of your kernel, you could possibly use kernel-wedge to slice it up into udebs [01:40] mdz: is there kernel-putter too ? [01:41] lifeless: no, but we have many kernel drivers [01:41] ) === goedson [~goedson@200.150.31.130] has joined #ubuntu-devel [01:45] mdz: sounds like if i hack up install/initrd.gz just right i may get this to work === nullaresnata [~maia@cb-217-129-175-184.netvisao.pt] has joined #ubuntu-devel [01:47] mdz: along with putting the right install/vmlinuz and boot/vmlinuz (cloop) [01:51] after this, it will prove that i am brave, crazy, and/or stupid [01:56] jcole: if you can fit all of the modules you need in the initrd, yes, that could work [01:56] there is a size limit, which varies per architecture [01:57] mdz: when linux boots and searches for modules to load.... how is that different than d-i searching for modules to load? [02:00] mdz: seems a bit redundant, doesn't it? [02:01] jcole: d-i loads the modules from external locations and unpacks them into the filesystem, where LInux can find them [02:04] when d-i boots, modules are loaded from the install/initrd.gz and the udebs? [02:06] after all that, when booting into the cloop, modules are then loaded from /lib/modules/2.6.10-5-386? === jcole head explodes [02:08] jcole: the initrd contains a minimum set of modules needed to detect the CD [02:09] jcole: the remaining modules are loaded from the udebs once things are up and running [02:09] jcole: the udebs contain the minimum set of modules needed to detect the network, disks, etc. [02:09] jcole: the cloop has a complete set of modules (sound drivers, etc.) === knoppix__ [~knoppix@h-67-100-206-146.cmbrmaor.dynamic.covad.net] has joined #ubuntu-devel [02:10] mdz: oh ok... this is a bit complicated [02:10] jcole: what did I tell you? ;-) [02:10] :) [02:10] jcole: if you want to do it quick and dirty, you can probably get what you need by adding your modules to the initrd and the cloop [02:11] the installer will still unpack the udebs of course, but they'll be ignored (assuming your kernel isn't version 2.6.10-5-386) [02:15] mdz: what would happen if i put *all* modules from /lib/modules/2.6.xxxx into the initrd.gz? [02:15] mdz: attempts to load them all? === stuNNed_ [~stuNNed@adsl-068-209-149-165.sip.msy.bellsouth.net] has joined #ubuntu-devel [02:16] jcole: it will probably end up loading the hotpluggable ones [02:16] but that should be harmless [02:16] I'd be more worried about the size of the initrd [02:16] 55M /lib/modules/2.6.10-5-k7 === nullaresnata [~maia@cb-217-129-175-184.netvisao.pt] has joined #ubuntu-devel [02:19] mdz: one last question ;) what does d-i use for hardware detection? [02:22] jcole: in Ubuntu 5.04, it uses hotplug === eruin [~eruin@eruin.user] has joined #ubuntu-devel [02:23] mdz: cool, that's good [02:23] mdz: thanks for your help [02:23] mdz: i will report here my progress tomorrow [02:23] jcole: good luck [02:23] like you guys care, but still [02:24] jcole: if you succeed, it would be nice to have a document in the wiki explaining the procedure [02:24] (hint) ;-) [02:24] gotcha [02:24] heh...yay! slashdot fud === zul has to stop reading slashdot [02:25] haha === nullaresnata [~maia@cb-217-129-175-184.netvisao.pt] has joined #ubuntu-devel [02:32] mdz: PING? [02:32] ? [02:33] you closed https://bugzilla.ubuntu.com/show_bug.cgi?id=9048 but as a dupe but i still have no idea how to fix it :) [02:33] without manually editting /etc/environment === jba [~jba@210.185.67.18] has joined #ubuntu-devel [02:36] Amaranth: you can reinstall, or you can edit /etc/environment [02:36] *sigh* [02:37] editing /etc/environment would be the better plan [02:37] hi guys, not sure if this is a developers question but not getting many useful answers in #ubunut. I can't seem to find the Schedule (i.e. timings) for the ubuntudownunder conference === Amaranth gets to guide a bunch of newbs through editting this file [02:37] what should it be set to? [02:37] I live in sydney and would love to attend, but I need to know if I can make it after work? [02:37] jba: that's because there isn't one yet [02:37] mdz thanks dude [02:37] i'll check in closer to the dates then? [02:38] jba: if your question is whether things will still be happening in the evening, the answer is yes [02:38] i'm a mono/pptpclient hacker so don't really have much to contribute, but i hafve been using/loving ubuntu for a while now [02:38] though we don't yet have a schedule showing what is happening when [02:39] well I'd still love to attend, it's just that I have a two month old son, with whom i tend to spend all of mytime [02:40] so if it's gonna be stuff like "kernel optimisation processes" in the evening, then I don't think I'll make it :) [02:42] there will be parallel tracks [02:42] one of them will be for Ubuntu development plans, and will be very technical [02:42] there will also be an Ubuntu community track, which will be less technical, happening at the same time [02:42] so there will always be something in which to participate === marcin_ant [~marcin@www.e-dev.tele2.pl] has joined #ubuntu-devel [02:43] cool === nullaresnata [~maia@cb-217-129-175-184.netvisao.pt] has joined #ubuntu-devel === jba [~jba@210.185.67.18] has left #ubuntu-devel ["Leaving"] === astro76 [~james@astro76.user] has joined #ubuntu-devel === Amaranth [~travis@ip68-229-188-97.om.om.cox.net] has joined #ubuntu-devel === nullaresnata [~maia@cb-217-129-175-184.netvisao.pt] has joined #ubuntu-devel === sladen hands jba a nine-of-diamonds === astro76 [~james@astro76.user] has joined #ubuntu-devel [03:12] I suppose I'm not going to find disaster recovery utils on the live/install CD [03:12] should i submit a requesting that the LiveCD have tools added to it by default to detect and recover partitions incase i.e. WinXP system managment console decides to erase my partition table when i ask it to add an extended logical drive in 37.4 gigs of unpartitioned space in my extended partition? [03:13] *cough* [03:13] or would this be an "enhancement"? [03:13] there is a tool to do that [03:13] it's an enhancement [03:13] oh sweet, which one [03:13] you can file a bug with priority enhancement [03:14] I can't remember offhand, but it saved me a few times :) [03:14] heh [03:17] http://www.cgsecurity.org/index.html?testdisk.html that looks like it will do it but it's not what I used [03:17] i'll try gparted and stuff [03:18] Nigelenki: it already contains parted [03:18] which is one of the best tools for that kind of work [03:18] mdz: I know it has parted, but I *cough* don't like the parted cli (rather, I like it but I don't yet know how to use it) [03:19] mdz: last time I checked parted wont recover a shagged table [03:19] damn. [03:19] I know a mandrake install cd will do it [03:19] "Rescue partition table" [03:19] GoneBoB: see the 'rescue' command in parted [03:19] mdz: :) [03:19] excellent :) [03:19] gpart is also good in such situations; that one is not on the live CD [03:20] yes, gpart was what I was talking about [03:20] mdz: 30 points to you. Gparted however would be ideal, as well. . . even sysadmins are spoiled these days (look at MS, doing away with CLI in favor of GUI utils o_o). [03:21] Nigelenki: knowing how to use the CLI means you generally understand how it works [03:21] which is much better [03:21] GoneBoB: I tend to like understanding how things work [03:21] it's easier for me to work with something when i know what I'm doing. [03:22] like when I code, I code thinking about what's going on with stuff in memory, how things are being moved, locking, what things are affected by what changes, and how the changes are done in terms of steps taken by the CPU (not 1:1 instructions but closer than high level code; helps to optimize C code) [03:22] because I love easy to use, intuitive interface; but I really REALLY want to know what it is I'm doing [03:23] anyway, too much white noise I guess, though this place was inactive when I got here :) === Nigelenki goes to the bugzilla; also, gpart is interesting [03:29] ok gparted doesn't have a rescue option [03:31] parted CAN'T find anything === herzi [~herzi@d006098.adsl.hansenet.de] has joined #ubuntu-devel [03:31] gpart is finding stuff. [03:32] 11.44TiB in 4 days on torrents, not bad [03:35] calc: your mirror? [03:35] the t.u.c [03:36] ah, yes [03:36] lamont: torrent.ubuntu.com:6969 [03:36] yea [03:38] are there md5sums for http://torrent.ubuntu.com/releases/hoary/release/dvd/ ? === stub [~stub@203-206-239-200.dyn.iinet.net.au] has joined #ubuntu-devel === jsgotangco [~jsg@202.57.71.235] has joined #ubuntu-devel === ikuyaLoqu [~ikuya@openblocks.good-day.net] has joined #ubuntu-devel [03:49] We really need a protocol as simple as windows file sharing. Just without the suck. === robitaille [~robitaill@d154-5-117-228.bchsia.telus.net] has joined #ubuntu-devel [03:54] ok well didn't work :( [03:54] I didn't lose anything important [03:54] I'll jsut reinstall. [03:56] wasabi: windows file sharing is hardly simple :) [03:56] wasabi: webdav+mdns-sd = simple :) [03:57] and thats pushing it :) [03:57] webdav is missing a lot really. [03:57] It is simple from the user/config point of view. [03:57] in what way [03:57] Any machine can access any other (given auth constraints). [03:57] And have full control: ACLs, extended attributes. [03:57] Etc. [03:57] sure thats why you use authentication.... [03:57] I mean *SET* ACLs [03:58] you could do that with webdav [03:58] possibly not with apache [03:58] don't know anything about extended attributes [03:58] I suspect WebDAV isn't very good about locking. [03:58] Not as Just Worky as CIFS anyways. === ikuyaLoqu [~ikuya@openblocks.good-day.net] has joined #ubuntu-devel [04:02] wasabi: well, thats an entirely different concern [04:02] something that should be looked at i guess === LeeJunFan [junfan@64-186-37-120.skycon.net] has joined #ubuntu-devel [04:03] wasabi: It depends on the server-side implementation. === Zugot [~bryan@pcp0010860530pcs.longhl01.md.comcast.net] has joined #ubuntu-devel === OddAbe19 [~OddAbe19@pcp02542642pcs.lncstr01.pa.comcast.net] has joined #ubuntu-devel === nullaresnata [~maia@cb-217-129-175-184.netvisao.pt] has joined #ubuntu-devel [04:43] morning [04:43] mornin2 [04:43] the new protocol. mornin2mornin [04:52] fabbione, in case you haven't noticed, bug 7078 has been re-opened today... I think it was an old favourite of yours [04:53] robitaille: none of the above [04:53] gamin is buggy [04:54] really badly buggy === stuNNed_ [~stuNNed@adsl-068-209-149-165.sip.msy.bellsouth.net] has joined #ubuntu-devel [04:54] and on the sucketh meter its betwen 1 and 10 [05:01] do we have breezy love yet? [05:02] oohhh [05:02] not as far as i know === ogra [~ogra@p5089C8BB.dip.t-dialin.net] has joined #ubuntu-devel [05:08] ah, finally some stats: [05:08] http://www.acc.umu.se/technical/statistics/ftp/index.html.en === astro76 [~james@astro76.user] has joined #ubuntu-devel [05:09] note that those lack the redirected install and live cds for i386 [05:10] 3.1 million files? [05:10] maswan: nice [05:10] oh thats - [05:10] so like 95000 kubuntu install cds [05:11] yowzas [05:11] and 90,000 - the redirected once [05:12] so is breezy not really setup for use yet? i see the dirs there but no Packages files [05:12] the redirected ones are 4.6TB by now [05:12] calc: i would say no [05:13] and does not turn up in that ftp stats page [05:13] i don't expect breezy to get into swing for another 3 weeks [05:13] altho i suspect breezy will open up sometime this week === Unfrgiven [~ankur@cfshbr-c17-1.atm-8-35.CoffsHarbour.dft.com.au] has joined #ubuntu-devel === Burgundavia [~corey@24.68.134.11] has joined #ubuntu-devel [05:18] maswan: 9 petabytes ? === Unfrgiven [~ankur@cfshbr-c17-1.atm-8-35.CoffsHarbour.dft.com.au] has joined #ubuntu-devel [05:21] terabyte even [05:25] sladen: 14 terabytes if you include those additional 4.6 and the smaller ubuntu directories of a few hundred gigs === stuNNed_ [~stuNNed@adsl-068-209-149-165.sip.msy.bellsouth.net] has joined #ubuntu-devel === stuNNed__ [~stuNNed@adsl-068-209-149-165.sip.msy.bellsouth.net] has joined #ubuntu-devel === crb [~crb@hermitage.hs.net.nz] has joined #ubuntu-devel [05:50] Hi all. [05:51] I'm trying to remaster an ubuntu installer cd with specific packages/preseed. Started with a copy off the CD, but the installer is complaining that it's not an Ubuntu CD. [05:51] Any ideas why? === astro76 [~james@astro76.user] has joined #ubuntu-devel [05:51] (well, it's obvious why; any word on how d-i knows :) === ikuyaLoqu [~ikuya@openblocks.good-day.net] has joined #ubuntu-devel === astro76 [~james@astro76.user] has joined #ubuntu-devel === astro76_ [~james@astro76.user] has joined #ubuntu-devel === bytee_ is now known as bytee [06:25] crb: Missing the .info directory (or whatever it's called) in the root of the CD? === moyogo [~moyogo@69.156.166.86] has joined #ubuntu-devel === s1 [~simon@pool-71-106-30-248.lsanca.dsl-w.verizon.net] has joined #ubuntu-devel [06:32] womble: think thats it. *slaps rsync* Cheers for that! [06:39] mdz: ping? === stuNNed [~stuNNed@adsl-068-209-149-165.sip.msy.bellsouth.net] has joined #ubuntu-devel === Amaranth heads for bed === Boenne [~b@cpe.atm2-0-1101155.0x503f8eca.bynxx8.customer.tele.dk] has joined #ubuntu-devel === moyogo [~moyogo@69.156.166.86] has joined #ubuntu-devel === jonathaN [jonathan@4-16-ftth.onsnet.nu] has joined #ubuntu-devel === nohar [~nohar@je.suis.t1r.net] has joined #ubuntu-devel === pitti [~martin@box79162.elkhouse.de] has joined #ubuntu-devel [07:45] Good morning [07:48] hey pitti === rjo [~jordens@rjo.developer.debian] has joined #ubuntu-devel [07:52] Hey pittithom. [07:57] Hi infinity! How's mozilla going? [08:00] Well enough. Right now, I'm booking flights to Sydney, though. [08:01] infinity: you definitely UDUing then? [08:01] fabbione: pong [08:01] And my visa expires in two days. Immigration and I have another apointment tomorrow to fix that. [08:01] i drank a lava lamp [08:01] it wasn't lava [08:01] thom : Apparently I am, yes. :) [08:01] infinity: ouch. [08:01] not good [08:02] Could be worse, I guess. [08:02] worse as in already expired? [08:03] Yeah. :) === moyogo [~moyogo@69.156.166.86] has joined #ubuntu-devel [08:03] When I go in tomorrow and give them 1800+ AUD, they should give me a bridging visa while we sort out my de facto spousal visa thing. [08:03] Or something. === nullaresnata [~maia@cb-217-129-175-184.netvisao.pt] has joined #ubuntu-devel [08:04] I've been told not to worry. So, I'm worrying. [08:04] heh [08:04] Which seemed a resonable thing to do. [08:04] yeah, seems fair [08:07] flatmate only got his visa renewed on the day it expired [08:07] hey pitti [08:07] Hey pinh^Wfabbione === nullaresnata [~maia@cb-217-129-175-184.netvisao.pt] has joined #ubuntu-devel [08:08] thom : What time/day do you arrive in Sydney? === rubenv [~lambda1@kotnet-148.kulnet.kuleuven.be] has joined #ubuntu-devel [08:09] sydney? sunday i guess === nullaresnata [~maia@cb-217-129-175-184.netvisao.pt] has joined #ubuntu-devel [08:12] thom: are you still working on the readhead stuff? [08:12] and boot speed optimization? [08:13] elmo: ping [08:14] fabbione: oui === spo0nman [~pankaj@spo0nman.user] has joined #ubuntu-devel === nullaresnata [~maia@cb-217-129-175-184.netvisao.pt] has joined #ubuntu-devel [08:15] thom: you are going to have some extra fun with 2.6.12 [08:15] oh? [08:15] thom: they added support for timestamps on printk [08:15] so you can see exactly how long it takes to boot the kernel [08:15] oh lordy [08:15] and how long certain operations take [08:17] Well, that was a necessary feature to add in a stable branch. === fabbione needs more coffee [08:17] infinity: 2.6.x is not stable any more :-/ [08:17] Annodex talk coming up soon: http://150.203.247.2:8810/ (theatre), http://150.203.247.2:8811/ (screen) -> discuss in #annodex on freenode === nullaresnata [~maia@cb-217-129-175-184.netvisao.pt] has joined #ubuntu-devel [08:17] pitti : Was it ever? [08:17] infinity: no, 2.4 was [08:17] pitti : I was using the term "stable" lightly. [08:18] infinity: I think it's a shame that they don't have a stable branch any more ... :-( [08:18] Well, they do. 2.4 still is. Heck, so is 2.2. [08:18] But 2.6's patch acceptance policy does seem a bit 'out there'. [08:18] infinity, stable and useful was what I think they were looking for [08:18] this reminds me of stable woody vs. unstable sid... [08:18] a _bit_? === infinity still uses 2.4 on a large number of systems. [08:19] certainly not on a desktop? [08:19] The only really desktopish desktop I have is the laptop here, which is running a stock ubuntu 2.6 kernel right now, but probably shouldn't be. [08:20] noooooo! a OO.o vulnerability *sigh* [08:20] Or, at least, it needs some talking to. It really doesn't get a long with the ATA drivers in the current hoary kernels. It's happy with old 2.4 stuff. [08:20] pitti: nooooooooooo! [08:20] :(( [08:20] pitti: aaaaiiiieee [08:21] http://www.securityfocus.com/archive/1/395516 [08:23] At least it's an easy bug to fix. [08:23] infinity: yeah, it's trivial, but it still requires the users to download shitloads of MB [08:24] And there, my flights are confirmed. [08:24] a friend of mine (modem user) suggested "patch" debs, just like the rpm counterpart [08:24] infinity: cool [08:24] pitti : Mail then new CDs. :) [08:24] s/then/them/ [08:25] Too late for patches to work, you would have had to have the openoffice deb depend on an empty "openoffice-security-patches" metapackage or something. [08:25] At least, to get automatic updates to work. [08:26] no, I mean patch debs in general [08:26] not oo.o specific [08:26] In general, it's quite a shift. === jonathaN [jonathan@4-16-ftth.onsnet.nu] has joined #ubuntu-devel === astro76 [~james@astro76.user] has joined #ubuntu-devel === nullaresnata [~maia@cb-217-129-175-184.netvisao.pt] has joined #ubuntu-devel [08:33] do you guys manage your own packages? or just re-package stuff you get from gnome/other places ? === ikuyaLoqu [~ikuya@openblocks.good-day.net] has joined #ubuntu-devel === smurfix [~smurf@run.smurf.noris.de] has joined #ubuntu-devel [08:36] spo0nman, most of Universe is built out of debian sid [08:36] ubuntu is about to sync to debian sid [08:36] there is also some packages for the stuff at apt-get.org repos [08:37] hmm ok, [08:37] but the stuff in main is mostly Ubuntu specific stuff, though Ubuntu tries to pass stuff back upstream as much as possible [08:37] (And we also have many ubuntu-specific packages, and we often have newer versions of the Debian packages than Debian has...) [08:37] spo0nman : To answer your original question: "Yes, both". [08:38] hmm ok. [08:38] infinity: how's the PHP5 work going? [08:38] and goodmorning :-) [08:38] to intorduce myself, Iv been a debian user since the last 8 years and have done some level of gtk programmin to be at bug fixing level. [08:39] rubenv : It's currently a "spare time" thing, but someone sent me some pretty comprehensive patches, so it's not much work for me to polish it up. [08:39] In warty thereis no software to burn cds? does nautilus burn:/// work well I havent tried it yet fund about it only today. [08:39] rubenv : When breezy opens up, I'll upload it at some point, and get php4 and php5 to swap seeds (putting php5 in main for breezy) [08:40] infinity: well, I've sent you 2 or 3 patches, I hope they still apply to 5.0.4 [08:40] infinity: uhm, you're going to remove php4 from main for breezy? [08:40] spo0nman : If you have "universe" in your sources.list, you should have access to pretty much everything you would have had on a Debian system. [08:40] Mithrandir : Well, that or leave php4 and php5 in. Whichever seems saner. === spo0nman does not understand universe. ddoc? [08:41] universe is all free software that is not supported by canonical [08:41] spo0nman: universe are basically packages done by the motu's, not the main supported packages [08:41] Mithrandir : Dropping php4 to unsupported seems more reasonable, from a "not causing Martin too muhc unwaranted pain" perspective. [08:41] universe is a polished pul in of debian sid [08:41] another question, can i make a mix match in the source-list of ubuntu and debian server .... BAD things will happen? [08:41] infinity: well, I'm going to hate you moderately for that, since that means we can't upgrade to breezy for a while. [08:42] rubenv: Where does the "polished" bit come into it? [08:42] spo0nman: wiki/UniversePackages [08:42] womble: motu [08:42] Mithrandir : "we"? [08:42] Annodex talk is on *now*: http://150.203.247.2:8810/ (theatre), http://150.203.247.2:8811/ (screen) -> discuss in #annodex on freenode [08:42] infinity: hardware.no === stuNNed [~stuNNed@stunned.user] has joined #ubuntu-devel [08:42] infinity: being a medium-to-large PHP shop, it's not trivial to port to php5 [08:42] Mithrandir : Can't move to php5 at hardware.no, or don't trust the packaging to stabilise? [08:42] Mithrandir : The former, I see. [08:42] infinity: former, at least yet. === rubenv 'll backport any breezy php5 to hoary, I need to deploy them on a stable sys [08:43] Mithrandir : The last place I worked, I spent a large portion of last year porting their stuff to php5, so they could move "eventually". [08:43] Mithrandir : No one's stopping you from running universe packages at hardware.no, are they? I'm not going to petition to drop php4 completely, just demote it. [08:44] infinity: if the patches i've sent you don't apply anymore, don't mind poking me to fix them [08:44] infinity: yeah, sure. Eventually, after porting a few hundred thousand lines of code. [08:44] infinity: I'm not going to run an unsupported version of php4. [08:44] Mithrandir: have you tried running it on php5? [08:44] rubenv : Someone just sent me a mess of patches a day or two ago. If that wasn't you, then someone else is also just as interested. :) [08:44] infinity: there's just too many security holes. [08:44] turn on compat [08:44] rubenv: no, as there are no packages yet. :) [08:44] infinity: swell :-) [08:45] Mithrandir : Hrm. True dat. Well, argue with me about it when I actually bring up changing seeds. Maybe I'll change my mind, or come to my sense, or someone else will override me. [08:45] infinity: I'll just bribe you with beer at UDU [08:45] Mithrandir : I don't drink much. [08:45] Mithrandir: unfair advantage ;-) [08:45] Mithrandir : Bribe me with something better, and we'll talk. :) === rubenv gets breakfast, I gotta be on campus by 10 === infinity runs to find a bottle of Coke. [08:46] infinity: cocoa, then? [08:47] infinity: chocolate, glass beads, whatever it takes. :) === nullaresnata [~maia@cb-217-129-175-184.netvisao.pt] has joined #ubuntu-devel [08:57] Heh. [08:57] elmo :ping. === ironwolf [~ironwolf@c-24-6-169-124.hsd1.ca.comcast.net] has joined #ubuntu-devel [09:03] pitti: test.xml? [09:03] thom: sorry, I wanted to ask before [09:04] thom: I'm testing a jabber vulnerability (crash), can I test this with you? [09:04] sure [09:04] thom: I have no idea where gaim has an "XML console", but I'd like to play around with that [09:04] in any way it crashes if I stop a file transfer... [09:05] hrm [09:05] but actually I wanted to crash _your_ gaim... [09:05] my gaim was pretty uncrashed [09:05] i need to go now, sorry dude [09:05] I stopped the transfer [09:05] cause I wanted to warn you first [09:05] oh, ok [09:05] (have to get a coach back to sydney) === snaggen [~snaggen@c-ab7070d5.034-37-73746f12.cust.bredbandsbolaget.se] has joined #ubuntu-devel === HrdwrBoB [~matt@bob.is.teh.admin.at.vicnet.net.au] has joined #ubuntu-devel [09:10] pitti : WOuld you consider this Win32-specific? http://www.mozilla.org/security/announce/mfsa2005-25.html [09:11] infinity: hmm, it doesn't look particularly Win-specific === snaggen [~snaggen@c-ab7070d5.034-37-73746f12.cust.bredbandsbolaget.se] has joined #ubuntu-devel [09:13] pitti : Well, except for the part where UNIX/Linux doesn't rely on file extensions to determine if a file is executable. [09:13] The BUG isn't Win32-specific, but the vulnerability might be seen as such. === pitti is @phone [09:17] back [09:17] infinity: no, but still you could download an ELF file which is named like a GIF, no? === seb128 [~seb128@ANancy-151-1-15-174.w83-194.abo.wanadoo.fr] has joined #ubuntu-devel [09:18] pitti : Erm, you can always do that. [09:19] chmod etc. [09:19] pitti : This bug is that I can make a file called "foo.gif.bat", which is both a valid GIF and a valid batch file, and it'll display as a GIF in the webpage, but if you DnD it to the desktop, you can run it as a batch file. [09:19] pitti : I don't see how this could affect UNIX. [09:20] phone again [09:20] pitti : With any web browser, I can feed you "foo.gif" which is an ELF executable. Nothing can "protect" against that. [09:20] unforgeable mime-types! [09:21] pitti : But, on UNIX, nothing you download will automatically be +x [09:21] (Or, it shouldn't be.. if it is, that's a different bug, though, not this one) [09:22] s/download/drag'n'drop/ === mvo [~egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu-devel [09:32] infinity: back, supporting my gf at the phone.. :-) === d3vic3 [~d3vic3@dumbledore.hbd.com] has joined #ubuntu-devel [09:32] infinity: okay, I'm convinced about the +x thing :-) [09:36] pitti : Does your GF run Ubuntu? [09:36] infinity: no, a pre-woody [09:37] infinity: pentium 100, 48 MB RAM [09:37] infinity: I compiled bazaar for her [09:37] *insert obvious "woody" joke* [09:37] infinity: but she had some troubles installing it since e. g. libxml2 was not even woody-recent [09:38] infinity: I offered her to give here a more recent computer very often, but she just likes that old thing [09:40] Scary. === martink [~martin@pD955E0DB.dip0.t-ipconnect.de] has joined #ubuntu-devel [09:40] I gave away my last machine that was that slow a few years back... [09:41] Several years, even. [09:41] Though I still have two P200 systems in service at the homes of my parents and brother, acting as firewall systems. [09:43] my slowest machine is an old unused 600MHz laptop [09:44] (but I still have 80% of a P100-era PC) [09:45] (Sony 2-speed CD player, anyone? QIC-80 tapedrive?) === carlos [~carlos@69.Red-80-33-181.pooles.rima-tde.net] has joined #ubuntu-devel === mike_douglas [~mike@70.70.204.42] has joined #ubuntu-devel [09:48] "old unused 600MHz laptop"... I hate you. :) [09:48] The machine I've been working on for the last year is a 550MHz laptop. [09:48] infinity: it's falling apart [09:48] With no battery. [09:48] And a missing key. [09:49] infinity: I've only just bought a new one (2 weeks ago) [09:49] And X and the kernel both hate it in neat and interesting ways. [09:49] oh, mine works quite well.. one loose key, but lots of damage to the plastic "shell" === lionel_ [~lionel@10.21.96-84.rev.gaoland.net] has joined #ubuntu-devel [09:50] Oh, that too. I have a mess of glue on this thing. [09:50] The back sort of pries open when you close the lid. [09:50] I have 2 huge white spots where I rest my hands when typing [09:50] yay [09:50] inotify 0.22 works [09:50] fabbione: works or Works ? [09:50] Oh well, I'll be bringing this laptop to UDU, so everyone can make fun of it/me in person. [09:51] bah my laptop is much worse [09:51] infinity: don't worry, we've seen the stuff sladen and mako haul around :) [09:51] when you see it in UDU [09:51] crappy Taiwan made thing *grin* [09:51] Treenaks: it works.. at least my laptop doesn't crash anymore [09:52] too bad i already saw at least one problem using gamin with inotify [09:52] but that will be a gamin problem... === fabbione ENOCARES [09:52] fabbione: diverted to jdub? :P [09:52] Treenaks: exactly === jnc [shadow@macco.pimpcat.org] has joined #ubuntu-devel [09:55] jbailey: /lib64/tls is missing from your packages? [09:55] hey doko [09:56] doko: any ETA for gcc-4 with ppc64 support? [09:56] carlos: why did you go away? I wanted to test seomthing else [09:57] fabbione: chinstrap:~doko/powerpc64 and http://people.ubuntu.com/~jbailey/glibc/ , you're welcome as an alpha tester [09:57] pitti: I didn't go away [09:57] pitti: it closed automatically [09:57] carlos: you are offline [09:57] :-) [09:57] fabbione: that's still 3.4 [09:57] doko: ENOPPC, i need a chroot on davis with that stuff [09:57] pitti: perhaps you kill it? [09:58] carlos: dunno, that's what I want to find out [09:58] carlos: I send you a normal file, as a comparison [09:58] ... as soon as you logged back in [09:59] pitti: but as I told you, my firewall seems to be blocking the files [09:59] carlos: I didn't actually send you files [09:59] carlos: just some h4ck1sh commands === HiddenWolf [~hidden@136.105.dynamic.phpg.net] has joined #ubuntu-devel === Micksa [~mslade@203-217-18-166.perm.iinet.net.au] has joined #ubuntu-devel === dredg [niall@2001:770:104:0:209:5bff:fe90:d8d9] has joined #ubuntu-devel === mpt [mpt@203.184.36.71] has joined #ubuntu-devel === astharot- [~isager@7c27f304af5e5a86.node.tor] has joined #ubuntu-devel === astharot- is now known as astharot === koke [~koke@rm-001-26.serve.com] has joined #ubuntu-devel [10:51] smurfix: ping === astharot [debian-tor@2addbdeb4247ea1f.node.tor] has joined #ubuntu-devel [10:59] carlos: so again, you stopped the download and gaim crashed? [11:00] pitti: no, I didn't stop the download, it says I did it but I didn't touch the cancel button === tuo2 [~foo@adsl-36-114.swiftdsl.com.au] has joined #ubuntu-devel [11:00] carlos: I mean, you logged off after stopping the download... === tuo2 [~foo@adsl-36-114.swiftdsl.com.au] has left #ubuntu-devel ["Leaving"] [11:01] pitti: first time, no, It crashed, second time yes, I moved to gossip again [11:03] carlos: ah, so it did crash [11:03] but I didn't get anything === sivang [~sivang@box79162.elkhouse.de] has joined #ubuntu-devel === koke [~koke@155.210.13.152] has joined #ubuntu-devel === Invent [invent@edena-fr.org] has joined #ubuntu-devel === koke [~koke@155.210.13.152] has joined #ubuntu-devel === astharot [~isager@6f363e67fdf20215.node.tor] has joined #ubuntu-devel === ikuyaLoqu [~ikuya@openblocks.good-day.net] has joined #ubuntu-devel === ikuyaLoqu [~ikuya@openblocks.good-day.net] has joined #ubuntu-devel [11:37] jdub: ping? [11:37] fabbione: he was two hours idle, but could do with finding him === infinity -> home. === MrNonchalant [~chris@67.171.77.191] has joined #ubuntu-devel === koke [~koke@155.210.13.152] has left #ubuntu-devel [] === koke [~koke@155.210.13.152] has joined #ubuntu-devel [11:48] sladen: nothing urgent [12:01] pitti: ? [12:01] carlos: I switched to psi again [12:01] pitti: you went offline [12:01] pitti: :-P [12:01] carlos: gaim does not have an XML console [12:01] carlos: can you please install the updated gaim I sent you [12:02] and login using gaim= [12:02] ? [12:02] pitti: I'm with a ppc computer [12:02] D'oh [12:02] carlos: could you compile the package yourself? [12:02] pitti: I think so, where are the sources? [12:03] carlos: apt-get source gaim [12:04] carlos: cd gaim-1.1.4 [12:04] carlos: patch -p1 < gaim-1.1.4-1ubuntu4.1.diff [12:04] pitti: ok [12:04] carlos: ^ that is the debdiff at http://people.ubuntu.com/~pitti/gaim-1.1.4-1ubuntu4.1.diff [12:04] carlos: that'd rock :-) [12:07] mvo, jdub: I'm thinking of patching gnome-app-install to store settings in a .conf file. Thoughts? [12:07] mvirkkil: why? [12:07] pitti: it's taking a while, getting the dependencies to compile it... [12:08] Treenaks: Because stuff like the names of the menus to be used is hardcoded. [12:09] mvirkkil: names of the menus? [12:09] the menu should be the same as the panel one, so the same names [12:10] Treenaks: Hmm.. I mean the filenamess that contain the xdm menus that are used. [12:11] Treenaks: The tree is stored in a menu file. The name of that file is hard-coded. [12:11] ah like that [12:11] why not just a command-line option to specify a different file then? [12:11] xdm ? [12:12] seb128: xdg [12:13] the menu is built using pythonxdg [12:13] is there any real usecase to change the .menu to use ? [12:14] seb128: "Which ubuntu-edu packages do you want to install?" [12:14] Treenaks, seb128: My previous patch added the functionality to have multiple menus. Each is read from a separate file. [12:14] mvirkkil: /why/ [12:14] Treenaks: "ubuntu-edu", is that a panel submenu ? [12:14] seb128: no, but I think that is what mvirkkil is trying [12:15] Treenaks: sorry to intrude but here's a thought, maintainability? [12:15] that's not the way g-a-i works afaik [12:15] Treenaks: General dislike of having stuff hardcoded in the source I guess. [12:16] Treenaks: Plus if someone would like to use it as a base for installing restricted formats, that person wouldn't need to touch the source. [12:16] zillion of config files is not better [12:16] Treenaks: to add his own menus that is- [12:17] seb128: Hmm... It woudl be one config file for g-a-i and the rest would be resource files ;-) [12:17] I don't get the interest of this config file [12:17] seb128: What did you mean by "not the way g-a-i works"? [12:17] you give .desktop file to g-a-i [12:17] and it builds a menu like the app one [12:17] which is its job [12:18] seb128: No, you give it a .menu fiele, currently just applications.menu [12:18] seb128: Though there could be several menu files. [12:19] that's technical detail [12:19] it displays the same menu as the panel one [12:19] what do you want to change to that and why ? [12:19] seb128: But you are saying it's best to have the names of those files (that can be any number) should remain hardcoded? [12:19] I don't understand what you want to do === meskio [~meskio@adsl229-173.unizar.es] has joined #ubuntu-devel [12:20] the current way makes than the panel and g-a-i match [12:20] they both display the applications.menu [12:20] seb128: I'm just asking for feedback on separating the names of those files in to a separate config file. [12:20] which is what the user expect [12:20] imho that's an useless extra config file [12:21] seb128: But it's a _different_ applications.menu, if I'm not mistaken. [12:21] no [12:21] seb128: (I might be though) [12:21] GNOME has one .applications === meskio [~meskio@adsl229-173.unizar.es] has left #ubuntu-devel ["Abandonando"] [12:21] from gnome-menus [12:21] s/.applications/applications.menu/ [12:22] seb128:I thought the .deb came with it's own. [12:22] no [12:22] a*its === remi` [~remi@clubnix100.esiee.fr] has joined #ubuntu-devel [12:23] hum, it has one, lemme check [12:23] seb128: /usr/share/gnome-app-install/applications.menu /etc/xdg/menus/applications.menu [12:23] seb128: And those are not identical (but currently extremely similar) [12:25] So it does use a separate .menu file. And when support for multiple .menu files is used, it would use it's own .menus anyway I suppose. === mpt [mpt@203.184.36.71] has left #ubuntu-devel [] [12:26] hey, how is this "thing" called http://www.grawert.net/mataro/img004.jpeg.medium.jpeg [12:26] can I order some of these whit shipit cd's? [12:27] koke: CD stand? And they send you one automatically I think. Depends on the number you order. [12:28] mvirkkil: I don't understand why you want to complicate it and get one new config file for nothing [12:28] koke, http://www.gnome.org/~jdub/blog/2004/12/01/ [12:28] mvirkkil: it should just use the gnome-menus one [12:28] seb128: And when the services.menu is used? Where does that come from? [12:29] there is no services.menu [12:29] mvirkkil: thanks [12:29] brb [12:30] seb128: But there will (probably) be one. For installing a "web-server", "ssh server", "web based e-mail server" or similar stuff. [12:31] mvirkkil: not sure, an user doesn't need to install those [12:31] mvirkkil: and an admin can use synaptic [12:32] seb128: I'm not the one who is suggesting to add a services menu. But there was references to that in the sourcecode and ross/mvo/jdub/seomeone confirmed. [12:32] and even if we do a services.menu for that, not need of a config file, you just need to have menu selector from the UI applications/webserver/... [12:32] having services in g-a-i was part of the original design, but it was dropped for hoary. I think we need to discuss this in UDU === m0rphx [~m0rphx@p83.129.196.87.tisdip.tiscali.de] has joined #ubuntu-devel [12:32] imho that should be an UI option [12:33] not one new config file [12:33] mvo: What do you think about specifying the .menu files to be loaded in a separate config file? Cluttering or cleaning? [12:33] *cleansing === madduck [~madduck@madduck.developer.debian] has joined #ubuntu-devel [12:33] mvo, did you have time to check out the bug for update-notifier? [12:33] mvirkkil: sorry, no opinion yet. that part of the code was mostly ross area of work [12:34] could someone please tell me about how many packages are in {base,desktop,supported} together, please? [12:34] remi`: looked over it very briefly only. will try to do it today [12:34] mvo, ok thx [12:34] seb128: So you suggest using one enormous menu, instead of using smaller ones? [12:34] mvirkkil: ?? [12:34] mvirkkil: how a config file would change the menu look ? [12:35] seb128: "applications/webserver/" [12:35] I suggest to have a command line option or a menu file with the different options [12:35] so you pick menu, app [12:35] menu, webserver [12:35] and you have the corresponding simple meny [12:35] menu even [12:35] ups [12:36] s/menu file/menu menu/ [12:36] user don't expect to go to /etc to change a config file [12:37] seb128: Even though I disagree, I'm not saying that a user would be going to any config file. [12:37] just make the app listing the .menus installed and do a corresponding UI options to pick the one you want [12:38] seb128: Now that is a suggestion I like. I scan the directory where the .menu files are suppoed to be and just generate the tabs from them. [12:38] s/suppoed/supposed [12:38] user has already had to change the grub menu.lst every time synaptic adds a kernel so that their machine dual-boots properly [12:38] I'm sure user won't mind === MrNonchalant [~chris@67.171.77.191] has left #ubuntu-devel ["Leaving"] [12:40] seb128: BTW: Here's the way my patch changes how the UI looks: http://users.tkk.fi/~mvirkkil/old_new_appinstall.png (new to the left) [12:40] mvirkkil, not to be rude, but I am wondering what the point of the tab is? [12:41] Burgundavia: Well, the point is that there will be several tabs once several menus are used [12:41] mvirkkil: nice, can you put a bugzilla bug with that ? [12:41] seb128: So now each .menu file would automatically be used to generate a new tab. I like the idea. A developer would just need to drop in a .menu file [12:41] seb128: there already is one. [12:41] mvirkkil, ahh [12:41] mvirkkil: oh, k [12:42] mvirkkil, are we talking places/system? [12:42] mvirkkil: right, that's better than having a config file [12:42] Burgundavia: Not sure what you mean. I'm referring to the services menu/tab [12:43] seb128: https://bugzilla.ubuntu.com/show_bug.cgi?id=8762 [12:43] carlos: any luck? === moquist_ [~moquist@pool-68-237-141-134.man.east.verizon.net] has joined #ubuntu-devel [12:44] mvirkkil, you finally removed the annoying grey space thing [12:44] seb128: I agree. I'll try to implement something like that. [12:44] cool [12:44] thanks [12:45] seb128: Burgundavia: I hadn't checked bugzilla lately. There is some interesting discussion there: https://bugzilla.ubuntu.com/show_bug.cgi?id=8892 [12:46] pitti: still compiling [12:46] carlos: uh, I compiled the warty _and_ hoary version in the meantime :-) [12:47] mvirkkil, thanks, taking a look now [12:47] pitti: I'm doing other tasks at the same time and my powerbook is three years old already... [12:47] :-) [12:48] mvirkkil, services? are we talking things like servers? [12:49] Burgundavia: yes [12:49] mvirkkil, ah ok, we are talking different types of applications [12:49] Burgundavia: The terminology in use is that one server offers several services like e-mail, www, ssh etc. [12:50] ok [12:50] nice idea [12:50] Burgundavia: Meaning the server is the physical computer(i think) [12:53] could someone please tell me about how many packages are in {base,desktop,supported} together, please? [12:54] madduck: Try something like apt-cache dump|grep Package|wc -l [12:55] mvirkkil: i don't have an ubuntu system. i just writing about it. :) [12:55] mvirkkil: could you run it quickly? [12:56] madduck: I don't have a standard ubuntu installation, and I'm not sure it works, it was just a pointer in one direction. [12:56] mh. thanks... [12:57] madduck, are you looking for a number count of the supported software? [12:57] mvo: Do you know about this separating .desktop files in to their own package thing? [12:57] Burgundavia: yes. [12:58] madduck, ok, just a sec [12:58] Burgundavia: just a rough estimate for http://debianbook.info [12:58] right now it's at 850 packages, but that was before warty === CarlK [~ck2@c-24-13-52-189.hsd1.il.comcast.net] has joined #ubuntu-devel [12:59] niall@binky:~(0)$ grep ^Package /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_hoary_main_binary-i386_Packages|wc -l [12:59] 3136 === doko [~doko___@dsl-082-082-198-135.arcor-ip.net] has joined #ubuntu-devel [12:59] madduck: My non standard install has over 35 thousand, though I know most of them are not in main/base/whatever :-) [12:59] madduck: will that do? [12:59] madduck, around 3000 for me [01:00] mvirkkil: splitting it out is a planed feature. I guess we need to talk with ross and jdub about the future of g-a-i :) === koke [~koke@155.210.13.152] has joined #ubuntu-devel [01:00] madduck: Crap. It's actually just 20 thousand. [01:00] Burgundavia: is that base,desktop,supported ? [01:01] madduck, that is just the supported stuff [01:01] mvo: How does that affect the .menu files? [01:01] ...ts_hoary_main_bina... -- and I thought you guys don't have 'main' [01:01] mvirkkil: I don't think it will affect them at all, it's just easier to maintain this way [01:01] madduck: main is the supported subset of Debian main [01:01] mvo: I mean would you separate them too? [01:01] mvo: Or would they be distributed with gai? [01:02] mjg59: ic thanks. [01:02] mvo: Not sure that it really matters, though... [01:02] mvo: Especially if the .menu files are detected on the fly. [01:02] mvirkkil: my gut feeling is that I would seperate them too or at least have some mean to install additional ones via a deb. it might come handy for people who want to add additonal stuff (like games :) === Bnonn [~bnonn@60-234-131-84.bitstream.orcon.net.nz] has joined #ubuntu-devel [01:03] urgle [01:03] Though then gai will expect them in one directory. [01:04] mvo: Ok. But if gai is autodetecting them, it will expect them all to be in one directory. [01:04] mvirkkil: that shoudn't be a problem, should it? [01:05] mvo: No. This sounds pretty good, I think. [01:05] might be the wrong channel to ask this in, but I notice on the hardware support list the Audigy ES listed twice [01:05] madduck, any other questions I can answer? [01:05] since i have one, I have a vested interest in wondering what the difference is between emuk10k1 and snd-audigyls [01:06] and is there any way to get my currently not-working Audigy working? [01:07] Burgundavia: well, no. I am not sure 3000 is the answer... has ubuntu really grown from 850 supported to 3000 supported packages in half a year? [01:08] madduck, not having done the same on a warty system, I cannot judge [01:08] pitti: sorry, it's ready. I didn't see it :-P [01:08] pitti: installing [01:09] madduck: I have 2870 here in main not including the "translations" section [01:10] ok. thanks. [01:13] doko: No, they're native NPTL packages. It's the configuration I'm hoping to have work out, so no need for /libc64/tls. [01:15] J! E! F! F! [01:15] aha, jordi lives [01:16] ajmitch: hello! [01:16] hey jordi, what's up? [01:16] I'm ultra busy [01:16] this sucks. [01:16] hey jordi [01:17] hey mvo [01:17] carlos ? [01:17] I haven't checked, but if you have done string changes to synaptic I MIGHT kill [01:18] pitti: it crashed :-( [01:18] D'OH [01:18] carlos: oooii carlos [01:18] jordi ! [01:18] pitti: yo dude [01:18] jordi: sindominio spamassassin eats launchpad's mails! === mvo whistles innocently [01:18] pitti: any chance the crash is not related to that bug report? [01:19] carlos: I don't know; http://sourceforge.net/tracker/?func=detail&aid=1172115&group_id=235&atid=100235 [01:19] carlos: ^ that's spanish; maybe you can tell me? [01:19] pitti: try sending me a normal file so we can be sure it's not another bug... [01:21] pitti: it talks only about the security bug, nothing related to a general bug === Goshawk [~Goshawk@82.53.102.4] has joined #ubuntu-devel [01:23] carlos: sending... [01:26] anyone seen elmo today ? [01:27] lifeless: nope === decko [~decko@143.107.220.163] has joined #ubuntu-devel === mjt [~mjt@nat.corpit.ru] has joined #ubuntu-devel === GheRivero [~ghe@hiscpdprx01.upsa.es] has joined #ubuntu-devel [01:31] res === ph [~ph@pD9587014.dip.t-dialin.net] has joined #ubuntu-devel === nullaresnata [~maia@cb-217-129-175-184.netvisao.pt] has joined #ubuntu-devel === redfoxx [~redfoxx@112.18-136-217.adsl.skynet.be] has joined #ubuntu-devel === redfoxx [~redfoxx@112.18-136-217.adsl.skynet.be] has left #ubuntu-devel [] === doko [~doko___@dsl-084-059-062-201.arcor-ip.net] has joined #ubuntu-devel [01:59] fabbione: pong [01:59] jdub: inotify 0.22 works here [02:00] fabbione: aha, wonderful! :) === Goshawk [~Goshawk@82.53.102.4] has joined #ubuntu-devel [02:01] fabbione: yay [02:01] jdub: you will be happy to know that the new inotify will make gamin look even more horrible than it is now === jinty [~jinty@wbs-196-46-65-74.wbs.co.za] has joined #ubuntu-devel [02:01] i am going to push you the kernels soon [02:01] fabbione: ha ha :-) [02:01] and you will have to fix gamin === pitti runs away [02:02] fabbione: there's still no answer from DV :-( [02:02] take into account that the loop on Desktop doesn't work at all [02:02] fabbione: there are 0.22 patches for gamin, so we'll see how they look - should be a lot nicer in general [02:02] pitti: he's on holiday [02:02] aha [02:02] because nautilus doesn't register it at all [02:02] or gamini [02:02] or whatever [02:02] well the kernel works... [02:02] give it to us!!! :-) [02:02] now it's time to fix your crap :P === tseng|work [~ccc27a01@sls-eb20p9.dca2.superb.net] has joined #ubuntu-devel [02:03] pitti: in a couple of days... [02:03] fabbione: all that ooky desktop level mess ;) [02:03] i have almost done updating all the external drivers [02:04] + i want to add GFS and ipv6 statefull firewall before release -1 [02:04] probably something more.. i haven't decided yet [02:05] GFS = teh w1n5 [02:05] GFS = the redhat thingy? [02:05] Treenaks: yes [02:05] Global File System [02:05] l33t! [02:06] that on top of AOE is really n34t [02:06] Treenaks: remember.. it's not a case what i asked on -motu :P [02:06] everything has a meaning in this universe [02:06] specially inside my universe :) [02:06] AOE = ATA Over Ethernet? [02:06] maswan: yes [02:07] fabbione: mmmmmmmm, GFS. i will kiss you. [02:07] Ah, that makes it a bit more resonable === nullaresnata [~maia@cb-217-129-175-184.netvisao.pt] has joined #ubuntu-devel [02:07] jdub: you already own me enough beers... [02:07] jdub: start to prepare the vaseline and bend ov^W^W^W^Wthe real liquors === nullaresnata [~maia@cb-217-129-175-184.netvisao.pt] has joined #ubuntu-devel === milli really wants working AFS === nullaresnata [~maia@cb-217-129-175-184.netvisao.pt] has joined #ubuntu-devel === d3vic3 [~d3vic3@196.36.161.235] has joined #ubuntu-devel === maswan really wants working AFS too === milli noticed that AFS is completely broken in Ubuntu [02:17] maswan, milli [02:17] afs is exactly as upstream... [02:17] we don't apply any patch to it [02:18] fabbione: I know. What's in sid is the 2.4 kernel stuff [02:18] if you are aware of patches and stuff just open an enanchement bug with the patch [02:18] The patches for 2.6 kernel are in experimental === milli is playing with 1.3.81 now [02:18] milli: if they are in experimental, there is a reason [02:19] nod [02:19] Debian sid has a 2.4 kernel offering however.... [02:20] It just sucks that the AFS hooks in 2.6 kernel got left behind by Linus et al... [02:21] that's probably because the upstream for AFS isn't doing a very good job === trukulo [~mzarza@26.Red-81-45-239.pooles.rima-tde.net] has joined #ubuntu-devel [02:22] fabbione: which one of them, openafs or arla? [02:22] or both? [02:24] maswan: i don't know..but if the code is clean, Linus usually have no issues in pulling in stuff === gustavor [~gustavo@200-171-140-32.dsl.telesp.net.br] has joined #ubuntu-devel === tseng|work [~ccc27a01@sls-eb20p9.dca2.superb.net] has left #ubuntu-devel [] [02:29] fabbione: To be honest, I don't know if either of them are gpl-compatible even or if they are possible to relicense in such a way. [02:29] the prob with OpenAFS was it hooked setgroup* calls in the syscall table [02:29] and that's a no-no in the 2.6 world [02:30] milli: sounds evil [02:30] maswan: there are not only license problems in life.. you know? ;) [02:30] linus wants clean code.. [02:30] It had to do that because PAGs are not implemented in the kernel [02:30] milli: then they should implement that [02:30] milli: you should sleep sometime, you know... [02:30] It's getting worked out.... [02:31] lamont: you should too [02:31] milli: just finished [02:31] lamont: ditto :) [02:31] heh [02:31] lamont: oh, you're not pre-lagging for UDU? :) [02:31] fabbione: sure, but then there has to first exist clean code that can be submitted. :) [02:31] (morning) [02:31] Treenaks: sadly, kids need taken to school pretty much 5 out of 7 days. [02:32] lamont: oh yeah [02:32] lamont: They need to be there at like 7:30? === milli hears his own children stiring [02:33] milli: yeah - target is to leave the house by 6:45, so that we really leave by 7 [02:33] lamont: All too familiar with time padding... [02:34] milli: arla kind of works, but 0.38 isn't packaged yet,and packagin is apparently a big ammount of work due to how upstreams packages stuff [02:34] OTOH, wifely one is driving today === Treenaks has no kids, but does do the time padding thing [02:34] lamont: Well, AFS 1.3.81 does seem to build fine on hoary [02:34] milli: coolness [02:34] (so I'm an hour early, often) [02:35] maswan: If the kernel module from 1.3.81 openafs doesn't work reliably yet, I'm going to fallback and build a 2.4 kernel for hoary.. :( [02:35] and live without inotify and gamin and such [02:35] AFS is a very important part of my life [02:35] milli: the packaged 0.36 arla works with a few small patches, at least it worked on warty [02:35] same here, at least at work. [02:36] ...as in, all of my files live on my AFS server [02:36] oh, well, bbiab. [02:36] er, servers === gustavor [~gustavo@200-171-140-32.dsl.telesp.net.br] has joined #ubuntu-devel [02:42] Ross isn't going to like me... [02:43] I made severa invasive changes in one sweep. [02:43] "We continue to build libqt2 and all dependant packages with g++-3.3." <- isn't the whole kde2/qt2 tree still built with gcc 2.95? [02:44] bob2: not on ubuntu [02:44] 2.95 is not in the archive [02:44] hrm, ok [02:44] so it's binary incompatible with debian anyway? [02:44] wouldn't surprise me === Safari_Al [~tr@ppp141-226.lns1.adl2.internode.on.net] has joined #ubuntu-devel [02:45] heh [02:45] bob2: it was an intentional decision to not bootstrap gcc-2.9*, nor gcc-3.2 [02:46] ah, ok [02:48] mjg59: ping? === xLobeznox [~xveganx@62.175.87.198] has joined #ubuntu-devel [02:54] fabbione: Hi [02:55] mjg59: yo... [02:55] the 2 suspend/resume patches for ipw2100 and ipw2200 were stolen from head? [02:55] From their respective heads, yeah === kent [~kent@c-53c871d5.432-1-64736c13.cust.bredbandsbolaget.se] has joined #ubuntu-devel === zul [~chuck@198.62.158.205] has joined #ubuntu-devel [02:58] hey [03:00] mjg59: thanks [03:00] hi zul [03:01] hey fabbione === fgx [~fgx@barlach.spin.it] has joined #ubuntu-devel === eruin [~eruin@eruin.user] has joined #ubuntu-devel [03:02] maswan, milli: neither openafs, nor arla will probably be in the kernel proper anytime soon. None of the are intrested in it [03:03] and the afs code that are in the kernel is just plain broken, and has no connection with openafs or arla === xLobeznox [~xveganx@62.175.87.198] has left #ubuntu-devel ["Abandonando"] [03:05] milli: if you want an unofficial arla that works with hoary I have it available at /afs/hpc2n.umu.se/home/t/torkel/www/arla/Ubuntu/ === thoreauputic [~debianarc@wolax8-116.dialup.optusnet.com.au] has joined #ubuntu-devel [03:06] torkel: I was just perusing Arla's page... any issues with that interoperating with openafs file servers? [03:06] the right thing to do, is to drop kerberos4 support in heimdal, as krb4 is unsecure at protocol level [03:07] then it _should_ be a piece of cake to build a newer arla [03:08] milli: not that I am aware of. The performance is not the best, on the other hand it seems to be a lot more stable on amd64 than 0.36 [03:08] torkel: That's why I didn't go with Arla way back when... no krb5 support [03:09] milli: I think arla has supported krb5 as long as openafs === LeeJunFan [junfan@64-186-37-120.skycon.net] has joined #ubuntu-devel [03:11] seb128: Posted the .menu-file scanning thing: https://bugzilla.ubuntu.com/show_bug.cgi?id=8762 [03:12] Burgundavia, mvo: Posted the .menu-file scanning thing: https://bugzilla.ubuntu.com/show_bug.cgi?id=8762 [03:13] mvirkkil: thanks, that was quick! [03:13] mvo:Well, I made some other modifications too. Ross will hate my guts when he reviews the patch.' [03:14] mvo: Because it's large, invasive and non trivial. [03:14] mako: I've just sent you a mail about UDU [03:14] have to go now [03:14] bye all! [03:15] mvirkkil: heh [03:16] mvo, seb128, Burgundavia: Any other suggestions for improvements? [03:17] mvirkkil: have you seen ross comment about showing the gui early and having a busy-cursor then? [03:18] mvirkkil: we'll progress bar support for the initialization soon I think. my python-apt tree supports progress objects that can be used to give more visual feedback while it is initializing [03:18] mvo: Yes, it's fixed in the new patch [03:18] mvirkkil: great, thanks [03:18] mvo: That'd be nice. === Lathiat [~lathiat@gasp.bur.st] has joined #ubuntu-devel [03:20] hi all [03:20] mvo: How are the prgoress objects implemented? I poll them or they call back? [03:21] mvirkkil: as callback objects, I can /msg you a example if you want [03:22] mvo: Sure === Lathiat [~lathiat@gasp.bur.st] has joined #ubuntu-devel === vvl [vvl@furious.wellfish.fi] has joined #ubuntu-devel [03:29] Goshawk: About? [03:29] hi [03:29] mjg59, about what? [03:29] Goshawk: About as in "Are you about" :) === Lathiat [~lathiat@gasp.bur.st] has joined #ubuntu-devel [03:30] Goshawk: sorry, I was just looking at the splashy thing again. The real problem is just that directfb doesn't work with vga16fb [03:30] seb128: mind if I take over #6821? === mwh_ [~mwh@port10.ds1-arve.adsl.cybercity.dk] has joined #ubuntu-devel [03:31] mjg59, the kind of card are you talking about are only few models (second me, it can't be true). Nowadays about 200 people are using an old version of splashy caleld usplash-0.1preview that is bugged, we need splashy-0.1 soon as possible [03:32] Goshawk: Ok, I can phrase this differently: [03:32] Goshawk: If Breezy is going to have a bootsplash system, it must work with vga16fb as otherwise it will not (in most cases) allow suspend and resume to work [03:33] mjg59, for Breezy relase it will be ready.. and does not Breezy will have usplash? (it's a sarcastic question..) [03:33] Hi, I tried to reinstall debianutils and coreutils at the same time but it failed because coreutils replaces debianutils, is that a bug or a feature? Im wondering, if its a bug I would write a bugreport about it .. but if it is not, then please explain why its a feature [03:33] Goshawk: Breezy will have bootsplash if we have code that works with vga16fb [03:33] If we don't, it won't === Keybuk [~scott@syndicate.netsplit.com] has joined #ubuntu-devel [03:35] mjg59, sure === daniels [~daniels@202-44-183-17.nexnet.net.au] has joined #ubuntu-devel [03:36] mjg59, we will do all in our possibilities to agree with ubuntu requests === bradb [~bradb@MTL-ppp-144647.qc.sympatico.ca] has joined #ubuntu-devel === haggai [~halls@i-83-67-20-196.freedom2surf.net] has joined #ubuntu-devel === Simira [~simira@56.80-202-210.nextgentel.com] has joined #ubuntu-devel [03:55] ping lamont [03:55] mvo: ack === Lathiat [~lathiat@gasp.bur.st] has joined #ubuntu-devel [03:56] lamont: do you have a ia64 machine with update-notifier runing by chance? I got a crash report === marcin_ant [~marcin@www.e-dev.tele2.pl] has joined #ubuntu-devel [03:57] mvo: no. the only ubuntu ia64 box I have just has a server install [03:57] note that archive.ubuntu.com doesn't have ia64 bits in it, could that be the source of you rcrash? [03:58] lamont: thanks. the crash seems to be deep inside the libhal/u-n interaction, I'm not sure yet [03:59] might be a 64bit uncleanless even that does not show on amd64 :/ [03:59] mvo: I suppose I could install the 115 packages that update-notifier would require... [03:59] lamont: no, better leave it then :) === UbuntuGet [~gustav@gw5.web.thalamus.se] has joined #ubuntu-devel [03:59] btw, daniels, if you do dbus packages, could you please put them on p.u.c? [03:59] daniels: I'd like to play with hal, but I don't want to duplicate your packaging for dbus [04:00] pitti: yeah, i'm going to put them up on p.u.c/~daniels/dbus/ tonight [04:00] rock [04:00] was hoping to get it done earlier, but had a rather hellish day [04:00] mvo: fwiw, one of my home-office projects is to move the production stuff on the i2000 to another machine, so that I'll have both itanium and mckinley hw for testing [04:02] lamont: nice! what time-frame are we talking about? days? weeks? I don't really think it's a pressing issue as ia64 is not the most common architecture around. but I still don't like crashes :) === wasabi_ [~wasabi@207.55.180.100] has joined #ubuntu-devel === ogra [~ogra@p5089DA77.dip.t-dialin.net] has joined #ubuntu-devel === robtaylor [~robtaylor@nat2.camtrial.co.uk] has joined #ubuntu-devel [04:09] mvo: before UDU [04:11] lamont: great, thanks === dobwan [~dobwan@pcp01101547pcs.pntiac01.mi.comcast.net] has joined #ubuntu-devel [04:22] ogra: here? === madduck [~madduck@madduck.developer.debian] has left #ubuntu-devel [] [04:25] pitti, yop === enrico [~enrico@enrico.developer.debian] has joined #ubuntu-devel [04:27] mdz awake yet, I wonder? === jamin [~jamin@cust-24.241.99.54.cbnstl.net] has joined #ubuntu-devel === ross [~ross@82.133.103.84] has joined #ubuntu-devel === dobwan [~dobwan@pcp01101547pcs.pntiac01.mi.comcast.net] has left #ubuntu-devel ["Leaving"] === s1 [~simon@pool-71-106-30-248.lsanca.dsl-w.verizon.net] has joined #ubuntu-devel === stratus [~stratus@200.198.184.97] has joined #ubuntu-devel [04:40] fuck [04:40] Keybuk: advice? [04:40] Keybuk: dbus-glib-1 just changed major soversion from 0 to 1 [04:41] Keybuk: do I take this opportunity to get rid of the stupid naming and call it libdbus-glib-1-1? [04:41] (libdbus-glib-1.so.1) [04:42] yes, if the soname has changed, the binary package name should change [04:42] and as you're NEW-bound, it's a good time to fix it [04:42] (imo) [04:42] Keybuk: any particular reason pkg.m4 had inconsequent quoting? (And it quotes its secondary argument, which means stuff like gtk's configure.in falls over. :P) [04:42] Mithrandir: e.g.? [04:43] Keybuk: is libdbus-glib-1-1 a sensible name? i just feel totally filthy [04:43] daniels: if that's the soname of the only library in it, sure [04:43] ugh === decko [~decko@decko.user] has joined #ubuntu-devel [04:47] Keybuk: dnl inside the quoted string, for instance. [04:47] jdub: around? [04:47] Keybuk: gtk has that [04:48] aj: yo [04:48] jdub: is pia changing her name? [04:48] aj: yeah [04:48] P. Waugh [04:48] pwaugh! [04:48] jdub: so getting "Pia Smith" business cards on monday would be bad, right? :) [04:48] everyone's been trying to convince her to change her nick to pdub [04:48] aj: yeah [04:48] Mithrandir: which string? === raavi02 [~raavi02@134.102.176.155] has joined #ubuntu-devel [04:48] aj: that would be kinda mistimed [04:49] "Pia Waugh" is correct spelling etc? [04:49] Keybuk: they have PKG_CHECK_MODULES([foo dnl\nbar dnl\nbaz] ) [04:49] aj: yeah [04:49] Mithrandir: that's their own silly fault then, isn't it :p [04:49] shame her middle initial isn't 'h', really [04:49] aj: thanks for tonight's surreal thought [04:49] Keybuk: depends on whether it makes sense for that string to always be quoted or not -- what's the reason for you changing it? [04:49] especially given [foo\nbar\nbaz] would work :p [04:49] Mithrandir: consistency with auto* style [04:50] Keybuk: is this documented somewhere so I can twap people with it? [04:50] nope [04:50] jdub: i asked if there were any problems with her card and she said no... dear oh dear... [04:51] hai folks [04:54] Keybuk: most autoconf macros evaluate their arguments once though, don't they? [04:54] Questions regarding codes for playing different formats of video and audio [04:56] aj: she has *no* idea. [04:56] aj: that's completely not on our radar, thus surreal for me too :) [04:56] jdub: i trust you don't mean "she has no idea that she's changing her name, but she will, she will" :) [04:56] ha ha [04:56] she has no idea she's getting married! HA HA HA HA HA! [04:57] oh, you didnt tell her ? [04:57] I don't think weddings really work as surprise parties ;) [04:57] ogra: she's in denial [04:57] heh [04:58] aj: you coming to the partay? [04:58] jdub: if i work out how to get there & back; the bus only leaves in the morning right? === mantiena [~ubuntu@193.219.14.141] has joined #ubuntu-devel [04:59] Hi all [04:59] aj: could you meet someone in sydney, or are you going to be in canberra already? [04:59] nah, brisbane to canberra flight [04:59] lamont: here [05:00] ubuntu wiki is broken :( [05:00] fabbione: here [05:00] morning [05:00] morning mdz [05:00] morning mdz [05:00] aj: hmm [05:01] hmm, tiger's due on the 29th === raavi02 [~raavi02@134.102.176.155] has left #ubuntu-devel ["Leaving"] === SuperQ [~ben@trogdor.likes.to.burninate.net] has left #ubuntu-devel [] [05:03] guys, I can't login into ubuntu wiki about 2 weeks I get an error: [05:03] Site error This site encountered an error trying to fulfill your request. The errors were: [05:03] Error Type UnicodeDecodeError [05:03] Error Value 'ascii' codec can't decode byte 0xc4 in position 12: ordinal not in range(128) [05:04] should I report a bug ? [05:04] mdz: got a few minutes? [05:05] mantiena: Yes, please do. Also, what's your username you're logging on with? [05:05] spiv: mantas@akl.lt === robitaille [~robitaill@d154-5-117-228.bchsia.telus.net] has joined #ubuntu-devel [05:06] daniels: yes [05:07] Keybuk: http://www.gnu.org/software/autoconf/manual/autoconf-2.57/html_node/autoconf_96.html seems to say the extra quoting pkg-config-0.16's M4 did is a bad idea [05:07] possibly ... talk to the maintainer [05:07] mantiena: Ouch, looks like something in our plone setup is breaking because your name contains non-ascii chars. :/ [05:08] I can't immediately think of a reason for the [[$2] ] , was probably a brain-fade [05:08] but I don't maintain it or care anymore :p [05:09] Keybuk: I have :) [05:09] mdz: now hoary is released, maybe you can add install parameter (template) to casper (minor modifications to casper-check.templates and S60casper-check files) ? [05:10] spiv: yea, I'm from Lithuania and my family name contains ccaron and umacron symbols :) [05:10] mdz: I can give you patch'es [05:11] mantiena: Yeah, I can see it just fine in the DB... the problem appears to be in the plone site somewhere. [05:12] hmm, is breezy open yet? [05:12] mantiena: If you file a bug and tell me the bug number I'll make sure it gets sorted out. [05:13] Keybuk: no [05:13] mantiena: you can send me an arch branch to merge; you insisted that I had to provide revision control, remember? [05:14] spiv: ok, I try don't forget to fill the bug :) [05:14] ok, that explains "IOError: not a gzipped file" :) [05:14] mdz: hehe, it seems learning arch is not so fast as I think :) === zenrox [~zenrox@wbar7.sea1-4-4-043-090.sea1.dsl-verizon.net] has joined #ubuntu-devel === GheRivero [~ghe@hiscpdprx01.upsa.es] has joined #ubuntu-devel [05:19] GheRivero: hi [05:19] res === cartman [foobar@cartman.developer.konversation] has joined #ubuntu-devel [05:20] is it true that breeze development won't start before ~2 weeks ? === hno73 [~Henrik@henrik.gotadsl.co.uk] has joined #ubuntu-devel [05:20] cartman: I don't think it's decided yet [05:20] jdubtv! -> http://node.waugh.id.au:8800/ [05:20] Kamion: humpf ok [05:21] cartman: http://www.ubuntulinux.org/wiki/BreezyToolchainTransition [05:21] Kamion: cheers [05:21] jdub, hey, your beard is gotten long :) [05:21] yeah, have to chop it a bit for sunday :) [05:21] wowow [05:21] :) [05:22] that looks so cool [05:22] toolchain updates that is [05:22] finally I can stop recompiling C++ libs with gcc 3.4.0 :) [05:24] it's going to be a PITA having the kernel compiled with 3.4 and the main compiler being 4 [05:24] is KDE 4.0 realistic for breezy? If not, transition qt and KDE as well. <-- lol [05:25] KDE4 is not coming soon so its unrealistic [05:25] I thought Qt puked on gcc4 [05:25] Amaranth: fixed as Qt is in their QA suite [05:25] jdub: eww.... [05:25] Amaranth: ie you can't release a gcc that can't compile Qt [05:25] stable release that is [05:25] mantiena: Hi. Thank you for reporting the log-in error. I will look into it. [05:26] cartman: no [05:26] Riddell? [05:26] cartman: Sure you can, if they abuse gccisms and not standard C++. [05:26] cartman: oh sorry, thought you were asking not quoting [05:26] Amaranth: Qt never does that ;) [05:26] Riddell: hehe [05:26] This is why people watch jdub, he randomly freaks out. :) [05:27] bugger. [05:27] hno73: thank you for looking into it ;) === Alessio [~Alessio@host147-51.pool80116.interbusiness.it] has joined #ubuntu-devel [05:27] ...and picks his nose. [05:28] mantiena: np, thanks for alerting us :) [05:28] so breeze will be a big change [05:28] cartman, like oary was [05:28] hoary even [05:28] ogra: Abi transition is harder imho :/ [05:29] ogra: like hope Debian will do the same in parallel [05:29] pfft, debian will be using 3.x until next year :P [05:29] cartman, python and xorg transition were not easier i guess :) [05:29] ogra: xorg was the reason I switched from sid to hoary :) [05:29] :) [05:31] mvo: not at all :) [05:33] pitti, thom: this is a bit harder than I expected. co-ordinating the soversion transition with hal will be a bitch, since we try to restart dbus in the init script ... blurgh. [05:33] daniels: hm, hal needs to conflict to earlier dbus'es anyway, I think [05:34] daniels: maybe just stop hal on upgrades === HiddenWolf [~hidden@136.121.dynamic.phpg.net] has joined #ubuntu-devel [05:34] pitti: but hal is stopped and started with dbus-1's init script :\ [05:34] daniels: upgrading hal when hald doesn't run will start hal again (or should be made to for this case) [05:34] pitti: so we need to stop dbus before the upgrade, get hal and dbus installed at the same time, and then configured later [05:35] ahr [05:35] daniels: yeah, but if hal depends on the newer dbus, dbus will be upgraded and configured first [05:35] mantiena: what is your login? does it have any UTF-8 characters in it? [05:35] i need to crash now, but i'm putting my current sources up [05:35] pitti: if dbus is configured first, we lose [05:35] pitti: because libdbus-1-1's init script will try to start hal, and bomb out because the old hal is still installed [05:36] daniels: right, you must not start hal if you upgrade from 0.23 -> 0.30 [05:36] yep [05:36] daniels: otherwise you can [05:39] daniels: you put your current package up? [05:39] daniels: even if it's not yet perfect, its enough for playing around with the new hal and test what breaks [05:39] pitti: yeah, just waiting for it to upload [05:43] elmo: ping? [05:43] Morning mdz [05:43] morning [05:45] mdz: I still had no luck with contacting elmo today; maybe he is travelling? === pitti -> some workout and food, back in ~2 hours === cartman [foobar@cartman.developer.konversation] has left #ubuntu-devel ["Ich] [05:51] bah === nullaresnata [~maia@cb-217-129-175-184.netvisao.pt] has joined #ubuntu-devel [05:51] when pitti comes back, could someone please tell him dbus sources are at p.u.c/~daniels/dbus/? [05:51] thom: ^^ === sm [~simon@pool-71-106-30-248.lsanca.dsl-w.verizon.net] has joined #ubuntu-devel === jinty [~jinty@wbs-196-46-65-40.wbs.co.za] has joined #ubuntu-devel === daniels -> bed === Keybuk considers wandering into town to buy a new suitcase === lamont will go into town soon to buy a computer for the 9year-old, and other errands === milli wonders if lamont found Eagle Computers again [06:09] milli: not yet [06:11] Wasn't this just brought up on the mai list? from #xorg: ajax: if we had a way to probe DDC on a card without running all of X, we could do that pretty reliably [06:18] mantiena: are you logged in ok to the website now? === HiddenWolf [~hidden@136.121.dynamic.phpg.net] has joined #ubuntu-devel [06:26] wiki rss feeds are down? === MxBen9 [~MxBen9@ACBB24E5.ipt.aol.com] has joined #ubuntu-devel === astharot [~isager@7d3c70317f9c39d5.node.tor] has joined #ubuntu-devel [06:34] ciao === ph [~ph@pD95877D3.dip.t-dialin.net] has joined #ubuntu-devel === \sh [~sh@server3.servereyes.de] has joined #ubuntu-devel [06:44] does anyone know what's wrong with the wiki rss feeds? I get a strange message: XML Parsing Error: not well-formed Location: http://ubuntulinux.org/wiki/pages_rss Line Number 38, Column 40: Web Browsing slow ( IVP6 <-> IVP4 )---------------------------------------^ [06:44] looks like the < isn't properly escaped, then? === MxBen9 [~MxBen9@ACBB24E5.ipt.aol.com] has left #ubuntu-devel [] [06:44] mdke: you use those ? [06:45] yeah [06:45] hi sm [06:45] hi there [06:45] Mithrandir, i don't understand that sort of thing ;) === mvo is away for ~2h [06:45] looks like a bug, sorry [06:45] oh right [06:45] can you paste that error into a new issue at http://zwiki.org/IssueTracker [06:46] np [06:46] its been working fine until today btw [06:46] you can work around by changing that page's title [06:46] Web Browsing slow ( IVP6 <-> IVP4 ) [06:46] do something with the <-> [06:47] me? [06:47] oops, wrong channel, my bad [06:47] wanna go --> ? === nullaresnata [~maia@cb-217-129-175-184.netvisao.pt] has joined #ubuntu-devel === decko [~decko@143.107.220.163] has joined #ubuntu-devel [06:54] Kamion: I noticed that we never got around to disabling the addition of ide-* to /etc/modules :-/ [06:55] Kamion: let's do that early for Breezy === nullaresnata [~maia@cb-217-129-175-184.netvisao.pt] has joined #ubuntu-devel === tortoise_ [~tortoise@81-86-196-118.dsl.pipex.com] has joined #ubuntu-devel === tritium [~mrimbert@ee213-dhcp-9.ecn.purdue.edu] has joined #ubuntu-devel [07:07] mdz: bug #9099 filed === mxpxpod [~bryan@wuw-ojr3gmca.dybb.com] has joined #ubuntu-devel === hno73 [~Henrik@henrik.gotadsl.co.uk] has left #ubuntu-devel [] === nullaresnata [~maia@cb-217-129-175-184.netvisao.pt] has joined #ubuntu-devel [07:11] arg [07:11] bug flood [07:11] ? === marcin_ant [~marcin@www.e-dev.tele2.pl] has joined #ubuntu-devel [07:11] I've like 20 bugs on my box, FTBFS with gcc-3.4 [07:12] throw them away, gcc4 is the way to go ;) [07:12] Kamion: thanks [07:12] if I thow them, it'll not built with gcc3 [07:12] 3.4 even [07:13] ups, nm [07:13] mdz: when will breezy open to upload ? [07:14] hmm. I wonder if all ubuntu mirrors are supossed to have cd images? === Invent [invent@edena-fr.org] has left #ubuntu-devel ["Leaving"] [07:16] Kamion: bug #9101 -> I seem to recall you preparing a patch so that pcmcia wouldn't be installed if it were disabled in the installer, but I can't find a bug reference. was there a bug filed about it? [07:17] seb128: I don't know; I have not received a response from elmo [07:17] elmo: ping ? [07:17] seb128: we will want to make the toolchain changes before we start with general uploads anyway [07:18] arg [07:18] the bug management is going insane [07:18] yes, I can't keep up with ubuntu-bugs [07:18] mdz: ddetect (1.11ubuntu13) hoary; urgency=low [07:18] * Don't install pcmcia-cs if hw-detect/start_pcmcia=false (closes: Ubuntu [07:18] #8678). [07:19] -- Colin Watson Tue, 5 Apr 2005 14:14:20 +0100 === astharot- [~isager@cc4d7ccf068e48f1.node.tor] has joined #ubuntu-devel [07:19] and not beeing to upload packages is not funny [07:20] there is like 40 new tarballs for GNOME, some of them fix the the gcc4.0 ftbfs getting filled since redhat is working on that [07:20] mdz: I've pinged the bug [07:20] bah, need to find a way to manage the backlog [07:20] jordi: not necessarily [07:20] Kamion: oh, so that actually went into hoary, then? hmm [07:20] mdz: yeah === thoreauputic [~debianarc@wolax6-210.dialup.optusnet.com.au] has joined #ubuntu-devel === astharot- is now known as astharot === bob2 [rob@202.174.101.196] has joined #ubuntu-devel === decko [~decko@143.107.220.163] has joined #ubuntu-devel === winkle [~winkle@lgh3814234.vittran.norrnod.se] has joined #ubuntu-devel === toff [~toff@ca-tours-2-208.w80-8.abo.wanadoo.fr] has joined #ubuntu-devel === zenrox [~zenrox@wbar7.sea1-4-4-043-090.sea1.dsl-verizon.net] has joined #ubuntu-devel === Rickdangerous [~semaphor@81.213.132.198] has joined #ubuntu-devel === Buga [~burjang@csomalin.csoma.elte.hu] has joined #ubuntu-devel === xuzo [~xuzo@bolgo.cent.uji.es] has joined #ubuntu-devel === pitti [~martin@box79162.elkhouse.de] has joined #ubuntu-devel [08:11] lamont: any chance you could fix everything apart from the _errors business in Debian #282672? That code is copied into busybox-cvs and there's a similar bug open there; it would be annoying for busybox-cvs to have to fork as well as copy. === lionel_ [~lionel@ip-128.net-82-216-65.rev.numericable.fr] has joined #ubuntu-devel [08:20] <\sh> any debian packaging expert online to poke some questions and peek some answers ?? :) [08:21] \sh: just ask [08:22] <\sh> Kamion: I'm trying to build a lib package...it looks like that everything for the libfoo deb is ok..but for libfoo-dev not. it looks like it losing the predefined install directories or whatever === blueyed [~daniel@iD4CC1F7A.versanet.de] has joined #ubuntu-devel [08:23] how do you move files to the this package ? [08:29] <\sh> seb128: i'm using cdbs and using install hooks...cause the lib itself is not autotools [08:29] <\sh> so install/libfoo:: \ install -D libfoo.so ${CURDIR}/debian/foo/usr/lib/libfoo.so <----works [08:30] urg [08:30] <\sh> install/libfoo-dev:: \ install -D foo.h ${CURDIR}/debian/foo/usr/include/foo.h <--- works too [08:30] tech board meeting in 30 minutes on #ubuntu-meeting [08:30] <\sh> but dh_install -plibfoo-dev : cp: cannot stat ./usr/include/foo.h [08:31] mdz, huh ? [08:31] mdz, not 20:00 UTC ? [08:31] er, 90 minutes ;-) [08:31] heh [08:31] silly DST [08:32] <\sh> so...where am I wrong? [08:35] thom: here? can I please have the php4 build dependencies on concordia's amd64 dchroot? === rdw200169 [~randy@adsl-222-153-75.clt.bellsouth.net] has joined #ubuntu-devel === guido [~guido@d057157.adsl.hansenet.de] has joined #ubuntu-devel === Seveas [~seveas@seveas.demon.nl] has joined #ubuntu-devel [08:37] ogra: what hour is the current one ? 18:40 or 19:40 UTC ? [08:37] ogra@honk:~ $ date -u [08:37] Di Apr 12 18:37:04 UTC 2005 [08:38] says my hoary.... [08:38] right [08:38] and it says right [08:38] rock [08:38] I'll have time for dinner before the meeting :) [08:38] :) === Goshawk [~Goshawk@82.53.102.4] has joined #ubuntu-devel === koke [~koke@adsl229-164.unizar.es] has joined #ubuntu-devel === zyga is now known as zyga_ === Goshawk [~Goshawk@82.53.102.4] has joined #ubuntu-devel [08:54] mdz: can we already upload to breezy (to have our crack waiting in the queue already) or shall we queue uploads locally until packages are actually accepted? === zyga_ is now known as zyga [08:58] what's the difference between breezy and breezy-updates? [08:58] zyga, breezy-updates won't be used until breezy goes stable [08:58] HiddenWolf: ah, okay [08:58] zyga, afaik [09:00] hmm [09:00] when will archive.ubuntulinux.org actually contain something in breezy? [09:01] zyga: uploads are not yet allowed due to the toolchain transition [09:01] pitti: transition? [09:02] zyga: doko and jbailey still prepare gcc-4.0 and a new glibc [09:02] pitti: I was not following lataly === maskie [~maskie@196-30-108-77.uudial.uunet.co.za] has joined #ubuntu-devel [09:09] pitti: I don't know; I haven't heard from elmo [09:09] mdz: okay, I queue them on chinstrap for now [09:10] re [09:10] doko: ping? [09:10] <\sh> ok...coffee time [09:11] <\sh> it will be a long night [09:14] doko: /wind goto 3 [09:14] ops [09:16] hehe [09:17] does breezy have release shedule or codename yet? [09:17] zyga: breezy badger, to be released in october 05 [09:18] pitti: thanks === ironwolf [~ironwolf@c-24-6-169-124.hsd1.ca.comcast.net] has joined #ubuntu-devel [09:19] pitti: so that makes it 10.5? [09:19] 5.10, yes [09:20] zyga: btw, how far is your libintl-ng? :-) [09:20] pitti: frozen, had no time to look at it lately [09:20] pitti: I've been doing python gui magick [09:20] pitti: but that is still on my mind once I'm more free to do what I like [09:22] pitti: I still kind of suck with ngettext support [09:23] my preliminary idea was to create list of all known n_plural strings and add generic support later [09:23] I wanted to reuse as little code as possible because of the incredible mess (or my reluctance to read it...) libintl presents === Baby [~nena@baby.kavi.silver.supporter.pdpc] has joined #ubuntu-devel [09:24] thom: ping? [09:24] pitti: and one more thing... I most probably will need help to get glibc compatibility right [09:25] pitti: all those weak_alias magic [09:26] zyga: What are you doing? =) [09:27] jbailey: rewriting libintl [09:27] jbailey: I want to add configuration stuff and flexibility on catalog placement [09:28] ... and make the code readable in the first place? :-) [09:28] jbailey: the first thing will be to smoothly support language-packs [09:28] pitti: that too :-) [09:28] and proper documentation built from source [09:28] zyga: Are you hoping to replace the intl/ code in upstream glibc, or just have something we link against instead? [09:29] jbailey: not sure yet, I heard that upstream is pretty hard to convince as far as such things go [09:30] jbailey: first I want full compatibility when doing LD_PRELOAD in existing apps [09:30] zyga: Right. They're usually not fond of rip-and-replace, but also you want to take care with copyright purity. [09:30] jbailey: then I was thinking about getting someone to review it and decide [09:30] zyga: If you can't assign the copyright over the to FSF, there's no way it can be considered. [09:30] jbailey: how do I do that? [09:31] zyga: First thing is to make sure that you don't refer to code other than FSF copywritten code, or code to which you have the rights. [09:31] jbailey: that's pretty easy, what's next? [09:31] jbailey: you mean, refer to code he has _no_ rights for? [09:32] zyga: You need to email assign@gnu.org and ask for an assignment form. They will ask you all of the relevant questions, like what you've already modified, and what you plan to do. [09:32] jbailey: this sounds like lots of paperwork ;-) [09:32] jbailey: once it's usable I'll think about it :) [09:32] pitti: English language needs ()'s: Don'y refer to code other than ( FSF copywritten code, or code to which you have the rights) [09:33] ah [09:33] jbailey: I'd be happy if I can provide libintl-foo GPLd and compatible with ubuntu [09:33] zyga: After that you need your employer, school or whoever else might have a claim over your code to send in a disclaimer saying that they won't try to make a claim. [09:33] It's worth postponing the paperwork until later, but you need to make sure that it's possible for you to do it after. [09:33] jbailey: no employer or school is involved in this -- I's all in my free time [09:34] zyga: Depending on where you live, it being in your free time may not be good enough. [09:34] jbailey: really? [09:34] jbailey: explain please [09:34] zyga: In the US in particular, many employers can claim that if you're a coder during the day that they own all the code you write even on your own time. [09:35] jbailey: geez... that's insane [09:35] jbailey: I live in Poland [09:35] zyga: Here in Canada, it has to do with what field you might be working in. (Like when I worked at the Mutual Fund place, I would have needed a disclaimer for gnucash or oleo, but not for hotplug) [09:35] jbailey: I have no legal knowledge about this so I might need to ask a few friends [09:35] hotplug is a bad example, since it's not GNU. bUt inetutils or mailutils. [09:36] zyga: If your employer is generally friendly, it's often worth it to just ask them to sign the document and be done with it. [09:36] jbailey: my work is totally unrelated to this, that's for sure [09:36] jbailey: but thanks for the insight, I'll have to look more into it [09:37] zyga: Then you may be able to simply say that you have no need for a disclaimer. I don't pretend to know how European law works. =) [09:37] I have enough trouble keeping up with my own country's. [09:38] jbailey: europe == lot's of different countries and lots of different laws === robster [~rob@hades.evilgeniuses.org.uk] has joined #ubuntu-devel === diamond_ [~diamond@194.46.73.225] has joined #ubuntu-devel === Goshawk [~Goshawk@82.53.102.4] has joined #ubuntu-devel === diamond_ is now known as diamond [09:50] Is this BOF about restricted formats? http://udu.wiki.ubuntu.com/UbuntuDownUnder/BOFs/UbuntuDevelopment/MultiMedia [09:51] jbailey: i thought that was just a contractual thing? [09:51] jbailey: people in the US signing contracts when they begin employment that state all code they write is owned by The Company [09:51] dilinger: I might be mistaken on the US law. It also wouldn't surprise me if it varied state to state. [09:51] Or if it were implied in the abscence of anything else. [09:51] have companies actually been successful in claiming that without a contract? that'd be evil... [09:52] <\sh> dilinger: it's the same here in germany...u write code for company, u have the copyright, but the company the right to use it... [09:53] dilinger: ISTR the assignment clerk saying it was a problem. === dholbach [~daniel@p54A6699D.dip.t-dialin.net] has joined #ubuntu-devel [09:58] hellas [09:58] dholbach, holla [09:59] <\sh> holla dholbach [09:59] hey ogra, \sh :-) === robitaille [~robitaill@d154-5-117-228.bchsia.telus.net] has joined #ubuntu-devel [10:05] mdz: meeting now? === dholbach [~daniel@p54A6699D.dip.t-dialin.net] has joined #ubuntu-devel === astharot [~isager@fd5717182988ae25.node.tor] has joined #ubuntu-devel === diamond [~diamond@194.46.73.225] has left #ubuntu-devel ["Fleeee"] === mom_m [~hes@pcp05293168pcs.wanarb01.mi.comcast.net] has joined #ubuntu-devel [10:25] Kamion: will do === ironwolf [~ironwolf@c-24-6-169-124.hsd1.ca.comcast.net] has joined #ubuntu-devel === mvo [~egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu-devel === dilinger [dilinger@mouth.voxel.net] has joined #ubuntu-devel [10:46] jbailey: ppc biarch looks fine. currently in the testsuite. the build will finish tomorrow === motaboy [~motaboy@host91-41.pool80182.interbusiness.it] has joined #ubuntu-devel [10:47] doko: Nice. I'm trying to find something that definatively sais if NPTL is known to break Xen and UML. [10:48] It looks like Xen works, but faces a performance penalty, and there's no mention of nptl on user-mode-linux.sf.net [10:48] (acc to google) === shaya [~spotter@dyn-160-39-247-87.dyn.columbia.edu] has joined #ubuntu-devel === lamont [~lamont@mix.mmjgroup.com] has joined #ubuntu-devel === jcole [~jcole@palwebproxy2.core.hp.com] has joined #ubuntu-devel [11:07] are there any 2.4 ubuntu kernels out there? [11:07] jcole: i386 ones in universe [11:07] dholbach: really! [11:08] pitti: daniels> when pitti comes back, could someone please tell him dbus sources are at p.u.c/~daniels/dbus/? [11:08] jcole: yeah should be [11:08] thom: cool, thanks [11:09] thom: can I please have the php4 build dependencies on concordia's amd64 dchroot? [11:09] dholbach: do they have all the kernel "crack" the 2.6 kernels have? [11:09] pitti: i suppose so [11:10] jcole: they are debian's 2.4 kernels, we don' actually support them, just have them around for convenience [11:10] thom: I need to test-build with gcc-4.0 === spacey [~spacey@flits101-191.flits.rug.nl] has joined #ubuntu-devel [11:10] pitti: doooom! [11:10] thom: ? [11:12] pitti: presumably you'd also like gcc4? [11:12] thom: that's already installed [11:12] thom: I already did some builds and FTBFS fixes with gcc-4.0 [11:12] oh, so it is [11:12] cool cool [11:12] doko: you wanted to talk about the toolchain? [11:12] indeed :) [11:13] pitti: done [11:13] thanksalot [11:14] many people are in vacation next week (me as well), so I'd like to start the ABI transition not before the UDU week. that doesn't hinder us to upgrade the packages in this time (i.e. glibc, binutils and GCC, without changing the defaults) [11:14] doko: The C++ one? [11:15] doko: I think the decision to be made is whether we delay uploads to breezy until GCC is in [11:15] jbailey: yes, we shouldn't consider architecture specific changes (if there are, fabbione and lamont should tell us for sparc and hppa) === tritium [~mrimbert@ee213-dhcp-9.ecn.purdue.edu] has left #ubuntu-devel ["Leaving"] [11:16] doko: ISTR for Sparc anyway that we decided at Debconf4 that the abi changes there didn't amount to enough to care about. [11:16] mdz: I don't see a reason why we should. IMO it's good to check packages with a new glibc first, without transitioning the C++ ABI [11:16] you don't want to delay the uploads for 3 weeks ? [11:17] seb128: no, we don't [11:17] there is like 40 GNOME tarball already to package, and that's tricky for the bug management [11:17] *pfiou* [11:17] doko: we would like to be sure that things still work when rebuilt with the new gcc [11:17] seb128: why? [11:18] doko: what is the best way to do that? track which packages are rebuilt since the upload, and to manual uploads to rebuild the others? [11:18] doko: because accumulation new package and bug fixes for weeks is not nice [11:18] doko: the sooner we can get the running with breezy the better imho [11:18] seb128 ++ [11:18] mdz: we can test that with a test rebuild. just recompile everything in another chroot, with the gcc-defaults package pointing to 4.0 [11:18] doko: ie: you are flooding me with gcc4 ftbfs for GNOME stuff fixed upstream [11:18] doko: but do we really need to change the toolchain for breezy? [11:18] doko: that does not tell us whether the packages _work_, only whethere they build [11:19] can't we get to test it in deep for breezy+1? [11:19] s/whethere/whether/ [11:19] seb128: yes, these reports are bug reports from the Debian BTS. feel free to close them, if they are fixed. [11:19] fabbione: is there a reason to not do it now ? [11:19] we can either do it now, or in 6 months. I would prefer to do it now. [11:19] fabbione: FC4 already uses gcc4 now ... [11:20] me too [11:20] the MOTUs will suffer, but stand behind a toolchain change :-) [11:20] fabbione: good question. if you can assure me, that sid is unfrozen after the breezy freeze, then maybe not. [11:21] seb128: because i don't think we can wait 3 weeks to start breezy.. [11:21] doing it now helps us lead the charge [11:21] gcc-4.0 for breezy is worthwhile [11:21] dholbach: we'll at least get to get plenty of malone testing in [11:21] we do not need to wait 3 weeks [11:21] much like hppa wound up doing with gcc-3.0 [11:21] fabbione: me neither, but I would just push gcc4 NOW [11:21] and start uploading [11:21] seb128: ok.. [11:21] ajmitch_: ha, exactly :-) [11:21] let's face the transition :) [11:21] let's assume that sid unfreezes before the breezy freeze, then we'll have much less time for the transition [11:21] seb128: it's not like i really care :) i can't compile the kenrel with gcc4 anyway [11:22] fabbione: oh? [11:22] doko, is that likely to happen ? [11:22] fedora guys are fixing the whole GNOME for FC4 now [11:22] so I don't really care neither :) [11:22] mdz: according to doko is still no go and zul can't get to compile all of it yet [11:22] lamont: there are people already doing rebuilds for amd64 and ppc64, so that should give us more confidence [11:23] FC4 is shipping with gcc4 in 2 months, that should be possible to face it for breezy too [11:23] doko: just let me know when you are going to switch default compiler [11:24] seb128: FC4 doesn't have 16000 pkgs in universe.. our MOTU's might not make it at all [11:24] fabbione: ARe you at least okay on gcc-3.4? Can -3.3 be safely dropped? [11:24] fabbione: I think it's your decision, which compiler to use for kernel builds [11:24] (after the C++ transition) [11:24] jbailey: nope.. i am going to stay with 3.3 if 4.0 doesn't work [11:24] fabbione, hey...a bit more confidence please :) [11:24] doko: can we use gcc-4.0 and g++-3.3, to delay the ABI transition while still testing gcc-4.0? [11:24] doko: last time we talked you asked me not to build the kernel with 4.0 [11:24] doko: what did change since than? [11:25] mdz: Current glibc still requires gcc-3.{34} [11:25] ogra: i would be really happy if you can make it easily.. but it is really a lot of work [11:25] The biarch ppc testing we've been doing has been with gcc-3.4 [11:25] jbailey: current glibc, or the one you'll be uploading soon? [11:25] mdz: I think yes, but I'll have to check. but this strategy won't work for java (dependingon C++) [11:25] The one I'll be uploading soon. Sorry. Upstream's view of "current" =) [11:26] fabbione, but were also growing and we have a dholbach ;) lets see.... [11:26] ogra: ehehhe [11:26] ogra: hahaha :-) [11:26] so the kernel, glibc and a few hundred other packages in main can't be built with gcc-4.0 ;-) [11:26] :) [11:26] mdz: kinda :) [11:26] mdz: that's why i don't see the need of leading the transition [11:26] what gain do we really have? [11:26] mdz: fortunately many main packages already have patches [11:26] the kernel and glibc we can use gcc-3.4 [11:27] the other packages we can fix [11:27] mdz: 3.3 for the kernel [11:27] fabbione: nothing changed. if I did say something wrong. for woody we did have some discussion if we should provide a kgcc binary, which the kernel uses for compilations. I'm not going to propose something for the kernel, which is not proposed upstream [11:27] fabbione: 3.4 is no good? === jani [~pet@Home03207.cluj.astral.ro] has joined #ubuntu-devel [11:27] we could use -3.3 and drop 3.4 then. I don't want to have three bracnhes [11:27] branches [11:27] mdz: i don't feel comfortable in changing compiler right now that i am also changing major release [11:27] doko: Any idea if we can do biarch ppc with 3.3? [11:28] mdz: i need to be able to see regressions clearly and not messed up by gcc even more [11:28] mdz: if that's any consolation GNOME works fine with gcc4 :p [11:28] jbailey: I tried for amd64 and that one didn't work well. [11:28] doko: ok [11:28] is fc4 building with gcc4, or just packaging it? [11:28] tseng: building [11:28] doko: but talking about gcc4.. what benefits will bring to us? [11:29] fabbione: java [11:29] becuase i am not at all that convinced yet [11:29] doko: I need to know if there is a way to get gcc-4.0 in while delaying the ABI transition [11:29] doko: and what else? [11:29] fabbione: Hand written C parser is supposed to give better error information. [11:29] fabbione: upstream maintainance [11:29] upstream++ [11:30] i agree on the last 2 points [11:30] mdz: you mean gcc -> gcc-4.0 and g++ -> g++-3.3 ? [11:30] doko: by any means [11:30] brb [11:31] mdz: what's your goal with this combination? [11:31] doko: the idea is to make the most of 1) the time we have over the next few weeks, 2) the build testing we get 'for free' during the sid merge === jba [~jba@210.185.67.18] has joined #ubuntu-devel [11:32] mvo: hey [11:32] hey zyga === chris38-home [~Christian@82.127.81.96] has joined #ubuntu-devel [11:32] mvo: when can we start commiting changes to u-m? [11:32] doko: since we cannot complete the transition for several weeks, we must either a) stay with 3.3 and transition later, or b) go to 4.0 but delay the transition [11:33] zyga: I integrated the patch today, I need to have a look over the diff again and will probably commit tomorrow morning [11:33] doko: I am asking you if b) is possible; if not, we must go with a) [11:34] mvo: which patch? [11:35] zyga: the stuff at http://www.suxx.pl/update-manager [11:36] mdz: I understand. Thinking about b), please let me delay the answer until tomorrow. I currently don't see reason, why this should not work, but usually you discover the failing bits later ... [11:36] mvo: okay, I've updated that just a moment ago, warty-updates was nowhere in aptsources.py.in [11:37] fabbione, how can I get vmlinux (not vmlinuz) for current kernel? [11:37] mvo: I also marked some debian strings translatable (they should be IMHO) [11:37] jani: zcat vmlinuz > vmlinux [11:37] it says it;s not gzip format [11:38] it's x86 boot sector [11:38] jani: rename the file to something .gz [11:38] bz2cat ? [11:38] nope that didn't work either [11:38] isn't that compressed with zlib but not gzip? [11:38] doko: ok, I do not expect to be able to upload to breezy until tomorrow at the earliest anyway [11:38] i think, i'll be off to bed now... have a nice evening :-) [11:38] zyga: right now I only looked at the patches directory [11:38] ie it;s no gzip in makefile that I saw [11:38] ciao dholbach [11:38] need to either strip the boot sector and magic, or compile it and use vmlinux in the root of your kernel source [11:38] mvo: they are mostyl outdated [11:39] bye ogra [11:39] btw, does somebody know about elmo? [11:39] ^ jani [11:39] mvo: you probably want to take a look at a big diff or wait untill I start sending them myself [11:39] yup I asked if we have some deb package so I don;t need to recompile [11:39] my own kernel [11:39] night dholbach [11:40] ok I'll try reversing what the build prcess does to vmlinux [11:41] another Q: what about pacthing dch so it knows about ubuntu revisions while still working fin for debian [11:41] like : http://sourcecontrol.net/~jmonoses/dch.diff [11:42] doko: in the worst scenario.. how complex would it be to revert back to gcc-3.3 ? [11:42] jani: i wrote a similar patch for dhmake :-) [11:42] zyga: hrm, ok. would you mind sending the diff to me tonight or tomorrow? I will have a look then [11:42] doko: given that some packages cannot be easily fixed for gcc4? [11:42] :) [11:42] dholbach: night ;) [11:42] [11:43] fabbione: if they cannot be fixed for 4.0, try with 3.4 first. [11:43] ajmitch_: you're right, should be off now [11:43] bye :-) [11:43] doko: uh? would that generate a set of packages compiled with A and another one with B? [11:44] worst scenario: increase the epoch on gcc-defaults binaries. we keep the shlibs anyway. [11:44] doko: + mdz was talking about dropping at least one version of 3.x [11:44] A and B are ABI compatible === xuzo [~xuzo@81-203-41-93.user.ono.com] has joined #ubuntu-devel [11:44] yes, 2.95 ;-) [11:44] we'll need 3.4 for g77 anyway. [11:45] even in main, if gfortran doesn't work [11:46] oooh.. f77.. brings back memories [11:46] ogra, ping === seb128 [~seb128@ANancy-151-1-15-174.w83-194.abo.wanadoo.fr] has joined #ubuntu-devel [11:46] mdke, pongedipong [11:47] https://www.ubuntulinux.org/wiki/ChangeMe or http://www.ubuntulinux.org/wiki/UbuntuGIS, which is newer? [11:47] amu, Riddell, haggai: anybody knows how KDE build with GCC 4.0 ? [11:47] grrr.... === ogra curses the wiki [11:47] ogra, ;) they have slightly different content [11:48] mdke, the one with a name :) [11:48] ok [11:48] cool [11:48] doko: we have no 2.95 in the archive [11:48] well, no binaries... [11:48] it would need bootstrapped, and I've specifically said 'when hell freezes over' (or mdz tells me I must...) === fabbione turns off the fire === ironwolf [~ironwolf@c-24-6-169-124.hsd1.ca.comcast.net] has joined #ubuntu-devel [11:49] ouch ;-) but Mithrandir wanted to put the whole GCC history back to egcs into ia32-libs ... ;-P [11:49] doko: should build fine [11:49] heh [11:49] doko: that's because he needs to :) [11:53] Riddell: please have a look at amu's buglist, I reassigned all GCC 3.4/4.0 related bug reports to him [11:53] doko: kde developers say 'it compiles fine but the resulting code may be broken' [11:54] yes, that should be addressed in RC2 or the final release [11:55] Riddell: I see you modified the wiki, so you are aware of the renaming policy ... [11:55] renameing? [11:56] oh for C++ packages [11:56] yes, renaming of library packages depending on libstdc++ [11:57] sounds fun [11:59] doko: is there a recommended pattern to follow for the rename? [12:00] https://www.ubuntulinux.org/wiki/BreezyToolchainTransition