[02:14] cjwatson, debian is upstream for parted aren't they? and they released 3.0 back in may.. haven't they fixed d-i to work with it yet? [02:21] no [02:23] there are Debian developers involved upstream, and I think Debian may provide some hosting; that does not make Debian the upstream [02:23] the person in Debian who currently has the baton for adjusting d-i to work with 3.0 is me [02:23] heh... yay ;) [02:24] and no, I haven't done it yet :-P [02:25] correct me if I'm wrong, but it sure looks like the fs code in parted could do with most filesystem types is detect that they are there... the handlers for ntfs for instance only register probe function... no resize, and parted itself says resize only works on ext2, so partman must already handle that some other way no? [02:26] partman has specific fallbacks for some cases, but I am telling you that it uses libparted resize code in some cases too [02:26] er, libparted fs code I mean [02:27] and in any case there are long-standing bugs about the lack of good progress bars in cases where partman doesn't use libparted [02:27] so this needs to be fixed *anyway* [02:30] bed > germinate hacking, I think [03:52] hello there. anyone around? [04:20] oh, huh. the sponsorship queue doesn't show my backports bug that has sponsors subscribed [04:20] i will optimistically assume that's the only reason my patch hasn't gotten sponsored yet and fix the queue [04:21] ...oh, yeah, that would never pick up my backports bug [05:52] any of the godly helpers around>? [05:52] i.e. motus [05:52] we're (that is to say, me and antother person) are trying to find why this dependency didnt get installed in the build process: https://launchpadlibrarian.net/86480906/buildlog.txt.gz [05:52] pbuilder-satisfydepends-dummy: Depends: yaml-cpp-dev (>= 0.2.7) but it is not going to be installed. <-- that specifically [06:48] EvilResistance: this package doesn't seem to exist in the archive [08:27] pushed out the new backports docs! kees https://help.ubuntu.com/community/UbuntuBackports and https://wiki.ubuntu.com/UbuntuBackports are all shiny, new, and may even be accurate for the next, i don't know, 5 minutes or so :) [08:28] kees: uh, sorry about that. irc client got a bit tab-happy for some reason... [08:51] there are two mono uploads with blank lines in the middle of the .changes file http://launchpadlibrarian.net/32316567/mono_2.4.2.3%2Bdfsg-2_source.changes http://launchpadlibrarian.net/38490961/mono_2.4.3%2Bdfsg-1_source.changes [08:52] * tumbleweed wonders how those were accepted [08:53] ...why aren't they signed? is that auto-sync evil? [08:53] lp strips the signature [08:53] eww [08:53] but yes, those look synced === Quintasan_ is now known as Quintasan [09:41] weird, he admitted that it didn't show syncer and then still said I was wrong [09:41] AAs (used to?) have to hack mono's changesfiles to sync them [09:42] =o [09:42] because of a bug in dak which added blank lines [09:53] tumbleweed: If I am installing dev headers in another package then I am supposed to remove the soname form the -dev package name, right? === bulldog98_ is now known as bulldog98 [10:39] bah. everybody pretend not to notice that i just misspelled "karmick" in my mass close comments! [11:29] broder: Shame! === yofel_ is now known as yofel [12:17] Hi. I wrongly run a sync for 2 packages on Oneiric (as seen in https://launchpad.net/ubuntu/oneiric/+queue?queue_state=0). Who can I poke to delete them from new? [12:20] fabrice_sp: Someone from https://launchpad.net/~ubuntu-archive would be your best bet. [12:20] (by the way, I discovered recently https://launchpad.net/ubuntu/precise/+missingpackages) [12:20] nigelb, thanks: I'll ask there [12:21] fabrice_sp: You can also just mention this in #ubuntu-release, someone should notice it eventually. [12:21] I don't think there'd be anyone around today, but someone should catch it in scrollback on Monday. [12:22] right: it will be rejected anyway, given that this are new packages :-) [12:23] :) [13:08] fabrice_sp: be aware that +missingpackages doesn't know about the sync blacklist [15:01] hi, anyone feel like reviewing http://revu.ubuntuwire.com/p/unity-lens-bliss ? [15:03] ockham_: I can review packaging, but not the unity lens itself (I know nothing about those) [15:04] Laney: I couldn't help myself :/ lp:~stefanor/ubuntu-dev-tools/on-images-876554 lp:~stefanor/+junk/ubuntu-image-contents [15:04] tumbleweed: fine for me! [15:05] ockham_: whoah, does a simple python script really need autotools? [15:08] tumbleweed: seems like that's how upstream's packaging unity stuff... [15:20] ockham_: commented on REVU [15:21] tumbleweed: thx, gonna check it out [15:22] tumbleweed: about libexec: any clue where that comes from? pdebuild'ing it for precise yields a lib dir instead of libexec [15:27] ah, that's possibly from me mucking around with the package. dh does try to avoid libexec (which is a GNUism) [15:28] tumbleweed: it's not necessarily you -- if i pdebuild it for oneiric, i also get libexec... [15:32] oh, duh, you are overriding dh_auto_configure [15:32] you shouldn't need to [16:01] tumbleweed: addict [16:03] tumbleweed: I updated the merge branch for ubuntu-dev-tools, it now uses the full bug title as filename and included a check for 450 response code at mail delivery. [16:05] Laney: I know :/ I swear I had more useful and urgent things to do today [16:05] * Laney certainly does [16:05] home brewing and soup kitchening [16:06] mmm, brewing [16:06] first attempt... [16:07] Ampelbein: shouldn't you just catch all 400 series errors? [16:07] tumbleweed: It doesn't make sense to give a retry option on 451/452 errors in my opinion. [16:09] tumbleweed: Of course I can catch all those temporary errors, but like I said in my comment, the non-450 errors can't expected to be fixed in a reasonable timeframe and it's better to just error out and send manually at a later time. (Or with a real email client) [16:10] probably reasonable [16:13] Ampelbein: what's the point of the second loop? [16:13] Ampelbein: it'll still try and send to the same recipients, right? [16:14] Laney: what are you brewing? [16:14] tumbleweed: The first catches errors while connecting (i.e. the HELO/EHLO phase), the second loop catches error while sending (MAIL FROM/RCPT TO/DATA) [16:19] tumbleweed: just a kit I found in the shop... Tom Caxton Real Ale - mixed reviews === Elbrus_reconnect is now known as Elbrus [16:22] Ampelbein: ah, the exception only catches RecipientsRefused [16:22] most of the time 450 means graylisted, and retrying won't work so well, but prints the error, so I guess that's ok [16:23] tumbleweed: Yes, the intent is that the user sees "Greylisted, try again in 5 minutes" and can then hit enter and the mail is gone. [16:24] Of course this only works if the timeout on the smtp server is higher than the greylist time. I should probably add a smtplib.SMTPServerDisconnected exception. [16:25] i'd suggest being more aggressive with the title re.sub('[^a-zA-Z0-9_]', '') or something like that [16:28] Laney: good luck with it. I keep intending to do one of those (but then there'll be pressure to go full-grain...) [16:36] that is the next step :-) === keffie_jayx is now known as effie_jayx [20:21] broder: thanks for picking up that microcode.ctl bug. It was languishingin my should-look-at-again pile in the inbox [20:22] not a problem. i was slightly worried that there was some other reason you upload it [20:23] that package seems to break every other day [20:23] * broder sighs. why does everybody fix _FORTIFY_SOURCE FTBFS by turning off _FORTIFY_SOURCE? [20:26] it's slightly better than fixing unused-result by storing it in a variable and not doing anything useful with it. [20:26] debateable [20:26] :) [20:26] at least if you left FORTIFY_SOURCE turned on you'd get all of the buffer overflow protection [20:31] ...actually, why does everybody do -U_FORTIFY_SOURCE instead of -Wno-error=unused-result [22:39] I'm building a new package for revu which requires oneric, but I'm running natty. Is there a way to create a minimal oneric test environment without create a full VM? [22:40] use a pbuilder chroot (or any other chroot for that matter) ? [22:50] https://wiki.ubuntu.com/PbuilderHowto