[00:01] lifeless: sorry, i got distracted by work and dinner. ;) can you please ping me again tomorrow (i have to go out for a while now) [00:01] k [00:08] lifeless: I've been following the thread.. and you know I'd like to help solve that issue.. have been pulled far away from that stuff though. :-P [00:09] SpamapS: cool [00:09] SpamapS: feel free to jump in :) [00:10] At this point I think the "educate people" argument has proven ineffective, even if it is "the right way" .. its not helping much. :-P [00:11] the python community has little interest in naming modules with api versions on /every/ incompatibility [00:12] heck, unittest2 mentioned in that thread *isn't* an API version [00:12] its 'unittest backported for python 2.x' [00:12] To be honest I think ruby might even do a better job of this. [00:23] 192.168.122.1:/home/clint /mnt/clint nfs ro,soft 0 0 [00:23] what am I missing.. mountall is skipping that mount === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [01:56] SpamapS: not sure :) === 52AAABIL7 is now known as hychen_ === asac_ is now known as asac [05:52] doko: I still couldn't get libreoffice to fail with KDE enabled. Would you please publish the source of what fails somehwere? [06:04] weird. https://bugs.launchpad.net/ubuntu/+source/busybox/+bug/694983 [06:04] Ubuntu bug 694983 in busybox (Ubuntu) "udhcpd crashes with 'Illegal instruction'" [Undecided,New] [06:11] good morning === almaisan-away is now known as al-maisan [07:09] Riddell: unping my comment from yesterday, I've just noticed the notice in the buglog. sorry for the trouble === dholbach_ is now known as dholbach [07:59] Good morning [08:00] bdmurray: will do [09:37] #libreoffice [10:00] mdke: here by chance? [10:12] doko, ping === diwic is now known as diwic_afk === akshat_ is now known as akshatj === diwic_afk is now known as diwic === oubiwann is now known as oubiwann_ === oubiwann is now known as oubiwann_ === oubiwann_ is now known as oubiwann === MacSlow is now known as MacSlow|lunch [12:40] jdstrand: hey, are you around for some apparmor questions? === njpatel is now known as njpatel|lunch === njpatel|lunch is now known as njpatel_ [13:04] ScottK: that the uploaded code, with the kde config options commented out in the natty section of the rules file [13:05] hello [13:10] is there someone here who knows net-snmp (and libsnmp-base in particular) well? [13:11] I'm wondering if the wget (strong) dependency is really necessary [13:11] it seems justified because mibfetch needs it in the README, but we don't ship mibfetch [13:12] and on standard server installs, wget seems to be only pulled by libsnmp-base [13:14] hi all. What was the process of asking for an update to a package (i.e. upstream is at a new version)? I know it starts with "write a bug", I've done it before, but can't remember more than that, and that I then had to subscribe somebody to it (who?), and ... anything else? [13:15] "file a bug" seems sufficient. anything more depends on how much you want/need to harass people about it [13:15] Chipaca, you mean in natty? [13:15] raphink: yep [13:16] by upstream, do you mean debian or real upstream (sourceforge, LP, etc.)? [13:16] FWIW, it's usually smoothest if the upstream can go via Debian [13:16] real upstream :) -- checking debian [13:16] means everything follows the natural grain === oubiwann is now known as oubiwann_ [13:17] Chipaca, right, like cjwatson said, it's always better to go through Debian (when possible) === oubiwann_ is now known as oubiwann [13:17] so the first step is to check if Debian has it === dbarth_ is now known as dbarth [13:17] if Debian has it, the package might be listed here: https://merges.ubuntu.com/ [13:17] see https://wiki.ubuntu.com/MOTU/School/Merging-and-Syncing [13:18] ... which actually tells you to look at https://wiki.ubuntu.com/UbuntuDevelopment/Merging for the reference :-) [13:19] debian has the old version [13:19] I've even got the new packages working (so I can develop against the newly added api), and it was just a ... bzr merge-upstream iirc [13:19] * Chipaca reads the wiki [13:20] anyone has an opinion on the libsnmp-base wget dependency? [13:24] raphink: hmm? what [13:25] I'm wondering if the wget (strong) dependency is really necessary. It seems justified because mibfetch needs it in the README, but we don't ship mibfetch and on standard server installs, wget seems to be only pulled by libsnmp-base. [13:26] didrocks: hi! fire away [13:26] wget is going to be pulled in by ssh-import-id RSN anyway [13:26] so may not be worth worrying about? [13:27] though of course if we don't ship mibfetch we shouldn't claim its dependencies! [13:27] jdstrand: hey, is there any kind of debug/logs of what access have been prevented in apparmor? I can't launch unity in the guest session only if the apparmor guest profile is here [13:27] cjwatson: although the same could probably be achieved by curl [13:28] which makes me wonder if it wouldn't be worth writing simple wrappers for both for the simple use case "fetch a file" and depend on wget | curl [13:28] didrocks: yes. they show up in dmesg/kern.log. if you have auditd installed, they show up in /var/log/audit/audit.log. use 'grep -i denied ' === vipul is now known as Bipul` [13:29] cjwatson, I do not see any ssh package being removed when I remove wget [13:29] jdstrand: ok thanks, let's have a look then. I was looking at /var/log/apparmor/ desperatly :) [13:29] raphink: you haven't upgraded sufficiently recently [13:29] ssh-import-id was newed today [13:30] and is recommended by openssh-server now [13:30] didrocks: that said, the kernel does rate limiting of apparmor when not using auditd, so if debugging and profiling you will want to do: sudo sysctl -w kernel.printk_ratelimit=0 [13:30] cjwatson, possibly, my servers are on lucid ;-) [13:30] Chipzz: what would that gain? wget is in standard; curl is not [13:30] it's not as if both wget and curl are installed on default server installs [13:31] yes indeed [13:31] cjwatson: not having both installed because a depends: wget and b depends: curl [13:31] Chipzz: which isn't happening on default server installs right now, which is what raphink was asking about [13:31] (some big company where I happen to be working considers wget|curl to be harmful programs on servers) [13:31] you're only thinking "main" now [13:31] I'm not interested in this discussion so will withdraw [13:31] ok w/e [13:32] haha :-) [13:32] raphink: the same can probably be achieved be a pretty stock perl install; or netcat [13:32] so tey're misguided [13:32] *they [13:33] they certainly are [13:33] jdstrand: ok, seems that the issue is it's denying to open my config compiz file: http://paste.ubuntu.com/550632/ [13:33] but the company is 100k+ employees and the corporate security team has an opinion that matters much more than mine [13:33] ;-) [13:33] not like wget is useful for monitoring either, heh ;-) [13:35] stock python can get a file too [13:35] to make it impossible to download a file from a server is basically impossible === dbarth__ is now known as dbarth === hunger_ is now known as hunger [13:48] Laney, hi, any news re ghc6 ? === MacSlow|lunch is now known as MacSlow [13:53] janimo: not had time yet [13:53] if you want you can try a merge with experimental [13:53] i'll sponsor that for you if you need it [13:54] Laney, I have upload rights, but thanks [13:54] ok cool [13:54] please do that then [13:54] Laney, problem is on my arm build even the current one succeeded [13:54] it's what i was/am going to do when time allows [13:55] unlike in the buildd [13:55] yeah i don't understand it really [13:55] Laney, ok, I'll check it out these days [13:56] thanks === yofel_ is now known as yofel [14:44] doko: do you have an idea what's the issue here: http://paste.ubuntu.com/550656/ [14:51] anyone here successfully add a PPA to their pbuilder-dist, I try the --othermirror option with no luck (it appears).. look at http://paste.ubuntu.com/550660/ [14:54] bcurtiswx_: shouldn't that go into the sources.list of the pbuilder? [14:54] nigelb, i would normally, except pbuilder-dist overwrites the config on every load.. [14:55] hrm, isn't there some option to stop that? [14:55] nigelb, maybe I missed it, but i've scoured the man pages [14:55] no, there isn't [14:56] bcurtiswx_: easy answer, use pbuilder, and point it at your pbuilder-dist root tgz [14:58] bcurtiswx_, did you try with APTCONFDIR ? === smb` is now known as smb [15:02] raphink, APTCONFDIR="/home/ken/.pbuilder/apt.conf.d" in my .pbuilderrc where in the apt.conf.d where I have a bcurtis@wx:~/.pbuilder/apt.conf.d/apt/sources.list.d$ [15:02] ?? [15:05] geser: not at first glance. ./e-map/libemap.a as the last argument looks odd [15:07] bcurtiswx_, that should do [15:07] do an update --override-config === sconklin-afk is now known as sconklin [15:11] notify [15:11] oops :) [15:16] /win 8 [15:18] raphink, it seems to work now.. thx. tumbleweed you too :) === bjf[afk] is now known as bjf [15:29] Laney, directhex: do you have any clue about bug 596727? [15:29] Launchpad bug 596727 in sysinfo (Ubuntu) "sysinfo crashes when I click on "system": GConf.NoSuchKeyException: Key '/apps/sysinfo/window_width' not found in GConf" [Medium,Triaged] https://launchpad.net/bugs/596727 [15:29] the title is misleading, the crash is rather the one from comment #11 [15:32] Sarvatt: I'm just about ready to finally upload a console-setup with keyboard-configuration [15:32] Sarvatt: how long would it take you / other X folks to prepare an upload that switches back to that, in line with Debian? [15:32] seb128, can't look at it until the weekend. email me so i don't forget [15:33] directhex, ok [15:33] directhex, can I just subscribe you to the bug or do you prefer an email? [15:33] subscribe is fine as long as something pings the bug so i end up with an email from it [15:36] directhex, ok thanks [15:37] the code of that Xorg() function looks a bit suspicious [15:44] kees: had to update one chunk in the default-ssp patch. now building in the ubuntu-toolchain-r ppa [15:45] Laney, ok, I think I know what it doesn't like [15:45] seb128: yeah I reproed it [15:45] If you empty /var/log/Xorg.0.log then it happens [15:45] Laney, the log lines start with [....] [15:45] Laney, even non empty [15:45] on ubuntu it has the stamps [15:45] so no line matches what it wants [15:46] ok I'm on Debian ATM, so ... [15:46] try copying a random file over the log I guess will do the same [15:46] where's the NRE? 320? [15:47] nre? [15:48] oh [15:48] null reference exception [15:48] System.NullReferenceException: Object reference not set to an instance of an object [15:48] at Sysinfo.SystemInfo.Xorg () [0x00000] in :0 [15:48] yeah doesn't say which line :( [15:48] how do you tell it to say the line? [15:48] Laney, I guess it's the " temp = textread.ReadLine();" when reaching the end of file without match though [15:49] brb [15:50] that is my thought [15:51] so just break the loop if temp == null is easiest [15:52] ideally that whole method would be refactored, there has to be a better way of doing that === deryck is now known as deryck[lunch] [15:58] nm, will fix it if that is right. thanks seb128 [15:59] [edit] PowerPC === JontheEchidna is now known as ui === ui is now known as JontheEchidna [16:02] Laney, I confirm that removing the [...] before "Build Date" fixes the crash [16:03] seems that ReadLine() returns null if there is nothing to read [16:03] Laney, thanks, btw do you think you could review and maybe grab the 2 small changes we have in ubuntu and get back in sync? [16:03] yep I will take those too [16:04] Laney, thank you, can I assign the bug to you on launchpad? [16:04] if you want to try the patch it'll be to change the loop condition to have while (... && (temp = ... != null)) [16:04] oh you did === dholbach_ is now known as dholbach [16:05] Laney, I don't have the mono build-depends on that box but I will try later [16:07] Laney, btw what you suggest will fix the crash but not make the version to be read [16:08] yeah make it substring [16:08] Laney, ideally it would strip the "[.*] " [16:16] latest update of lucid breaks "kde-l10n-engb" "kde-l10n-it". [16:16] Bravewolf: can you be more specific than "breaks"? [16:17] sure [16:17] pastebin the apt-get output for example [16:17] The following packages are BROKEN: [16:17] kde-l10n-engb kde-l10n-it [16:17] 2 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [16:17] Need to get 10,2MB of archives. After unpacking 160kB will be used. [16:17] The following packages have unmet dependencies: [16:17] kde-l10n-it: Depends: libkdecore5 (>= 4:4.5.0) which is a virtual package. [16:17] kde-l10n-engb: Depends: libkdecore5 (>= 4:4.5.0) which is a virtual package. [16:17] The following actions will resolve these dependencies: [16:17] Remove the following packages: [16:17] kde-l10n-it [16:17] Keep the following packages at their current version: [16:17] kde-l10n-engb [4:4.4.2-0ubuntu6 (lucid, now)] [16:17] Score is 189 [16:17] !pastebin | Bravewolf [16:17] $ apt-cache policy libkdecore [16:17] Bravewolf: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [16:17] W: Unable to locate package libkdecore [16:18] http://paste.ubuntu.com/550710/ [16:19] http://paste.ubuntu.com/550711/ [16:19] Riddell: here is the output [16:19] micahg: ok [16:19] Bravewolf: thanks [16:19] Bravewolf: also pastebin apt-cache policy kde-l10n-it [16:20] Riddell: http://paste.ubuntu.com/550712/ [16:22] ok, I have uploaded a bzr branch, requested merge, filed a bug requesting merge, linked to branch.. anything else I need to do? like subscribe patch pilots, or tag the bug or anything? [16:23] psusi: if there's a merge proposal, that should show up in the sponsoring queue, when there's not a merge proposal, you need to subscribe ubuntu-sponsors to the bug [16:23] Bravewolf: hmm, looks like you have found a significant problem [16:23] Bravewolf: well the good news is that you can safely remove those packages, unless you care about documentation translations, they don't contain the application translations [16:23] ScottK: wibble ^^ === beuno is now known as beuno-lunch [16:32] Riddell: right, I can remove them. By the way I don't know why this problem appears with the latest update. I seems that something is wrong with the dependencies and/or the new version requires some libraries not available. Who is supposed to fix to it? Should I file a bug? [16:33] Bravewolf: yes it's bug and we need to fix it [16:33] Bravewolf: please do file a bug and let me know the number [16:33] Riddell: ok [16:40] cjwatson: apologies for the delay, I'm on it now === alecu is now known as alecu-lunch [16:44] Sarvatt: great, thanks - http://paste.ubuntu.com/550726/ perhaps? looks like the rest of that file is still useful [16:45] http://sarvatt.com/downloads/merges/xorg-server-keyboard-config/ http://sarvatt.com/downloads/merges/xorg-server-keyboard-config/xorg-server_1.9.0.902-1ubuntu2.debdiff [16:45] ah ok, good point [16:45] fixing [16:50] Sarvatt: IMPORT{file}="/etc/default/keyboard" works fine in this VM, at least [16:50] so I'm going to go ahead and upload c-s === deryck[lunch] is now known as deryck [16:52] Riddell: I was sending the bug report when I found https://bugs.launchpad.net/bugs/696675 [16:52] Ubuntu bug 696675 in kde-l10n-engb (Ubuntu) "kde l10n packages depend on libkdecore5 which doesn't exist" [Undecided,New] [16:56] thanks Bravewolf [16:59] cjwatson: I just played with the latest grub and btrfs a little bit, it complains that ""only detection is support for btrfs, you need to load the kernel first" (v1.99~0101221). is there something missing in code or am I not driving it correctly (this is from the grub shell at boot) [17:01] Riddell: thanks for your help [17:02] mvo: you need 1.99~20110104-1 [17:02] mvo: if you're on amd64, it hasn't quite landed yet [17:04] cjwatson: indeed, that is the problem. thanks [17:07] Sarvatt: uploaded now - please go ahead and upload xorg-server when you get a chance === alecu-lunch is now known as alecu [17:10] cjwatson: I have no upload permissions but I am attempting to find a sponsor and have fixed it up in git as well as http://sarvatt.com/downloads/merges/xorg-server-keyboard-config/ . bryceh should be on soon, we had some other changes queued up in git that might be a bit scary to review :) [17:13] Sarvatt: I suppose I could upload it, but the X team might prefer I didn't === bjf is now known as bjf[afk] [17:18] I can't speak for the other guys but the complaints usually come from it being maintained in git and changes not pushed to pkg-xorg, already ran the nvidia/fglrx change past tseliot and bryce and RAOF is on vacation [17:19] Sarvatt: what's up? [17:20] Sarvatt: what kind of change? [17:20] tseliot: cjwatson uploaded a console-setup with keyboard-config and xorg-server needs a sponsor, fixed it up but it includes the other stuff queued up in git [17:20] tseliot: the fglrx/nvidia no xorg.conf needed change [17:21] Sarvatt: ok, how can I help? Aren't those changes ready? [17:22] been running it for 2 months now with no side effects, yeah just need a sponsor for http://sarvatt.com/downloads/merges/xorg-server-keyboard-config/ if you have a bit of time [17:22] (and it's been enabled in xorg-edgers for the same amount of time) [17:22] sweet, there's a debdiff :) [17:22] Sarvatt: I'll review it and upload [17:22] tseliot: thanks a ton! [17:24] Sarvatt: the fix that RAOF included is something that I wanted to include myself so this basically saves me some time [17:25] Sarvatt, with 105_* what happens if you actually still use an xorg.conf? are you able to force it back and forth to radeonhd, ati etc ? [17:25] superm1: no difference [17:26] i just seem to remember that there were some concerns raised with that a year back or so in #ubuntu-x [17:26] where it broke a particular scenario [17:26] superm1: it just adds fglrx/nvidia to the autoconfig pool which isn't used when an xorg.conf is present [17:26] right [17:26] they are 2 different paths [17:26] superm1: the problem before was that it needed the DefaultDepth option to work [17:27] oh right [17:27] and you really need that with fglrx and nvidia [17:27] ;) [17:28] only difference this will make is things will actually work if people install via a package manager and not jockey since jockey makes the xorg.conf [17:28] the debdiff looks good to me (I remember reviewing the same patch) [17:28] well very cool then. i suppose after that publishes jockey should have the functionality of making an xorg.conf disabled too [17:28] well it doesn't hurt having it in jockey, I didn't add the NoLogo option there :) === al-maisan is now known as almaisan-away [17:30] sometimes we need to add IgnoreABI to nvidia temporarily via jockey too [17:32] yes, we don't want the logo to show up when the session starts and we can add workarounds too, as Sarvatt says [17:35] doko: the press picked up your mail about libreoffice: http://www.golem.de/1101/80502.html [17:37] Sarvatt: maybe the change to panoramiXprocs.c should have been a patch [17:37] instead of a direct change [17:37] but I guess it's fine [17:40] Sarvatt: maybe the change to panoramiXprocs.c should have been a patch instead of a direct change but I guess it's fine [17:41] you use git to track these changes so it's definitely fine [17:42] Sarvatt: uploaded [17:43] tseliot: yeah i'd prefer it that way too, at least he actually cherry picked it into git this time instead of just updating the changelog :) thanks a bunch tseliot [17:43] np [17:56] slangasek: so I think i have a handle on the statd issue. unfortunately it involves spinning waiting for statd to start the same way we had to spin and wait for portmap. [17:56] oh? [17:56] the problem is that we *must* block mounting TYPE=nfs [17:57] until statd is started [17:57] and why is that not happening? isn't it just because statd forks before listen? [17:57] so the timeline is.. we hit local-filesystems and started portmap ON_BOOT=y .. but then net-device-up fires at the same time, which tries to start statd, but does not block mounting .. so the mount fails [17:58] basically if an event in upstart doesn't actually change the goal.. it doesn't block [17:58] I think [17:58] oh; so the problem is statd is being triggered by an event other than 'mounting' [17:58] right [17:58] which it must be [17:58] because of the requirement that it also be running for nfs-kernel-server in runlevel 2 [17:59] right, certainly [17:59] so how do you solve this? Not sure what you're talking about spinning waiting [17:59] http://paste.ubuntu.com/550745/ [18:00] /usr/share/cdbs/1/rules/buildcore.mk:34: *** multiple target patterns. Stop. [18:00] anyone know why one would get that all of a sudden? [18:00] slangasek: on review of statd, it should hit 'started' very quickly. [18:00] slangasek: so 5 seconds is an eternity. [18:01] mvo: I'm uploading grub2 1.99~20110104-2ubuntu1 now - that should build on amd64 [18:01] SpamapS: I think you're a missing a comment in that file: "icky blech hack hack hack, remove when upstart is fixed" :) [18:02] slangasek: the rant I put in the file was too long for the pastebin.. ;) [18:02] heh [18:02] Fermat's Last Rant [18:04] so yeah, there just needs to be a way to have new events attach to existing events [18:09] is it really impossible to use substvars in package names? [18:09] one thing that I'm confused on is how we can possibly run sm-notify on an NFS root system, since /var/lib/nfs would have to be unique to the machine [18:10] doko: oh? what was missed? it worked when I built it. [18:10] dobey: I'd expect that you'd need some major hackery that cdbs probably can't deal with [18:11] ebroder: hrmm. not cool :-/ [18:12] dobey: cdbs does things like calculate paths based on package names, but substvars aren't substituted until very close to the end of the build [18:12] yeah i get that. it's still annoying :) [18:12] kees: just something not applying, maybe because of an update from the trunk. btw, it now ftbfs on amd64 with the hardening patches enabled [18:13] dobey: There are also all of the things like the automatically populated foo/package make targets [18:15] doko: gah. what fails? [18:16] ebroder: yeah, which is why it should probably figure out the substitutions early, for internal use as well [18:16] dobey: I don't think you can do that many levels of code generation with make [18:18] doko: and you did get https://bugs.launchpad.net/ubuntu/+source/gcc-snapshot/+bug/696990/+attachment/1783015/+files/gcc-4.6_4.6-20101220-1ubuntu0.1.debdiff not the earlier one? [18:18] Ubuntu bug 696990 in gcc-snapshot (Ubuntu) "update for gcc-4.6 hardening patches" [High,In progress] [18:20] SpamapS: NFS root doesn't imply shared; indeed, /var/ *must* be unique, so anyone doing serious NFS rooting has to make provisions for this [18:21] slangasek: actually I think we may be able to ditch the polling. If I do 'stop on started statd or stopped statd' then .. as evil as it sounds, we can just run 'start statd' and wait forever. *one* of those events will happen, and we'll be killed. [18:22] oh, that sounds less evil to me, yes :) [18:23] ebroder: do you know if there is some other way to conditionally name packages? [18:24] slangasek: any suggestions on how to wait forever? sleep 1bazillion seems a little silly [18:24] doko: re my linking problem: your hint seems to be correct: when I move the last .a more to the front the linking works [18:25] SpamapS: 'while sleep 3600; :; done' ? Pretty sure an hour-long nap is long enough :) [18:25] dobey: i think you'd need to use pure (pre-7) debhelper [18:25] dobey: i think i've seen something sort of like that done with the zephyr package, so you could look at that (it has provisions for building krb4 or krb5 versions of a bunch of packages, and figures out which at build-time) [18:36] slangasek: one thing it does is it flags the event with an error.. so mountall bitches [18:36] slangasek: but it doesn't affect any other events tied to the mounting event === kentb_ is now known as kentb [18:45] can I hint the software-center and/or app-install-data which package should be installed instead of the package it found the .desktop file in? the issue is that the package that contains the desktop file is only a portion of the software, instead a higher level metapackage should be installed [18:46] huhu meebey :) [18:47] sebner: hiya === beuno-lunch is now known as beuno [18:50] ebroder: is there any way to perhaps alter the list of packages being built in cdbs? [18:50] \o/ [18:50] ebroder: by mucking with a variable somehow, for example? [18:52] dobey: you can generate debian/control from debian/control.in in your clean rule [18:53] that's the usual way to dynamically generate binary package names [18:53] you may also have to generate some other files, depending on how your packaging is laid out [18:53] so just sed -e blah blah inside clean::? [18:54] yeah [18:54] dobey: yup [18:54] it has to be in clean because debian/control is read at the very start of the build, and the .dsc needs to match for archive consistency [18:55] ok, i'll try that [18:57] barry: ping; nag. [18:59] looks like a desktop file can be blacklisted, so I could add a symlink in the metapackage and get the other one backlisted === alecu is now known as alecu-away [19:17] kees: see https://launchpad.net/~ubuntu-toolchain-r/+archive/test/+packages (gcc-4.6 failures) [19:18] doko: you're building on maverick, not natty? I only tested natty. === bjf[afk] is now known as bjf [19:19] ../../src/gcc/lto/lto.c:2464:1: internal compiler error: in ready_remove_first, at haifa-sched.c:1414 [19:19] uuuhm, whoa [19:19] I don't think the hardening patches touch that file [19:20] slangasek: this works to avoid spinning for portmap too. I think its probably the way to go for waiting for an event. [19:22] kees: same snapshot builds on unstable. will recheck next week with a new snapshot [19:22] cjwatson: that seems to work sufficiently for what i need it for; thanks! [19:23] doko: hm, I wonder if maverick vs natty makes a difference? === alecu-away is now known as alecu [19:30] cjwatson: console-setup in depwait for bdfresize thats in universe if you didn't see :( [19:32] oh, bah [19:33] lifeless: hi. thanks for the reminder. [19:34] I got it MIR-approved eons ago - I'll promote it shortly [19:34] Sarvatt: ^- [19:34] cjwatson: ah nice, thanks cjwatson! [19:46] superm1, do you have any insight into https://bugs.launchpad.net/ubuntu/+source/linux/+bug/588194 ? [19:46] Ubuntu bug 588194 in linux (Ubuntu) "Unexpected power-off during boot or when resuming from suspend" [Undecided,Triaged] [20:04] is the Toolchain WG call over [20:04] I'd like to see michael hope [20:07] manjo, no sorry i can't say i've seen that before [20:08] superm1, existed since lucid apparently [20:08] superm1, looks like acpi related [20:14] hi all [20:16] trying to build unity from source, but I guess the https://wiki.ubuntu.com/Unity/InstallationGuideFromSource needs an update, cause nux can-t be built without gnome-common from svn === almaisan-away is now known as al-maisan [20:31] evfool, maybe not so helpful for you, but if you're on natty, you can use the packages provided, unless you need to change them ;) [20:43] slangasek: ok, pormap and nfs-utils changes are pushed up and merges proposed [20:43] portmap even === rickspencer3_ is now known as rickspencer3 === al-maisan is now known as almaisan-away [21:03] cjwatson: you synced pwdhash 1.7-9, but it doesn't appear on https://launchpad.net/ubuntu/+source/pwdhash . what's going on? [21:20] bdrung: cjwatson : Same with monobristol [21:21] same with audacious [21:23] meh [21:24] it's the same with everything that was sync'd today AFAICT [21:25] breaaaaaaaaaaaaakage [21:47] syncs not flushed yet? [22:29] barry: howdy, around? [22:30] kirkland: hi [22:48] has anyone noticed that debdiff on natty always seems to add a bunch of .po files to the diff, when in fact you made no changes by hand to those files? [22:49] that's usually due a broken clean target [22:49] hm. i've seen that with just about every package i've touched in the last two months, [22:50] i mean...debdiff isn't going to go making that sort of thing up [22:50] ebroder: right, I just don't know what to blame :) automake? [22:51] hallyn: i don't really know. i haven't run into one of those sorts of packages recently, and it's never quite bugged me enough to chase after me [22:52] ebroder: yeah, ditto. It might be getting close enough. If I can close some other bugs I may have to go chase that down [22:52] thanks [22:52] err, chase after *it, as i'm sure you figured [22:53] heh, somehow i hadn't even noticed htat :) === sconklin is now known as sconklin-afk [23:10] hallyn: that (.po files to the diff) happens often if you build the binaries. [23:15] bdrung: I just don't remember ever seeing that with maverick, but am seeing it all the time with natty [23:16] hallyn: i assume this workaround should work: build only source (debuild -S) and build the binaries with pbuilder/sbuild. [23:17] bdrung: I *thought* I'd had this happen even with taht workflow, but can't swear by it. [23:17] if it happens again I'll ring :) [23:18] yes, and then let's find this bug that triggers the diff === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [23:39] barry: what version of python did .pth files start working in? [23:41] bdrung: sorry, I just forgot to flush them. flushing now [23:42] thanks