[00:05] doko: any thoughts on bug 873515? [00:05] Launchpad bug 873515 in lazr.uri (Ubuntu) "installing python-lazr.batchnavigator renders "import lazr.uri" unusable" [Undecided,New] https://launchpad.net/bugs/873515 === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk [01:41] * hyperair groans. irssi is so hard to use now that my alt+` key has been hijacked by unity. === dendro-afk is now known as dendrobates [01:54] hyperair: Working here for me in unity-2d. [01:55] TheMuso: alt-grave is getting in my way =\ [01:55] TheMuso: alt-grave is my keybinding for active-window [01:55] active_window i mean [01:56] and typical unity style, it's beautifully hardcoded inside the code so i can't disable it [01:59] Ah ok. === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk [05:18] SpamapS: for important ones I think we can be a little more lenient, because a lot more devs are running -proposed as well now and report problems; but in general the standard rules apply [05:37] good morning [06:30] good morning [06:32] cjwatson: is someone already merging dpkg? if not, want me to? [06:47] pitti: cjwatson has said he's taking care of it [06:47] slangasek: ok, thanks [06:47] as there are bits that need reverting and he knows what they are, I'd wait for him [07:12] hello === jincreator is now known as jincreator_away === jincreator1 is now known as jincreator [07:15] err, do we officially support natty->oneiric upgrades? I was under the impressen not, but bug #859373 seems to imply so. [07:15] Launchpad bug 859373 in network-manager (Ubuntu Oneiric) "flashplugin-installer upgrade failed during Oneiric upgrade" [Medium,In progress] https://launchpad.net/bugs/859373 [07:16] siretart: how else should an upgrade from natty to oneiric be done? [07:18] bbl [07:21] siretart: We don't support maverick?oneiric upgrades (without going through natty), but how else would natty users be able to update? :) [07:21] geser: err, sorry. not enough coffee yet, today. [07:21] I mixed the order of natty and maverick [07:25] :) [07:30] OdyX: cups should already recognize PPDs in /usr/share/ppd/; dh_pyppd putting PPDs into /usr/lib/cups/driver/ sounds seriously wrong, as PPDs are not drivers [07:30] pitti: please amend the wikipage, I can't focus on that today (sorry). [07:30] OdyX: ah, sure [07:31] lamont, hmm, no, doesn't tell me much [07:31] pitti: http://wiki.debian.org/Teams/Printing/RethinkingTheStack fwiw [07:31] OdyX: right, that's what I'm reading ATM [07:32] great; thanks for your proofreading ! [07:37] OdyX: done, left some remarks there; the stuff that I don't commented on looks good to me; thanks! === FourDoll1rs is now known as FourDollars [07:45] barry, ^^^ bug bug 873515 ? [07:45] Launchpad bug 873515 in lazr.uri (Ubuntu) "installing python-lazr.batchnavigator renders "import lazr.uri" unusable" [Undecided,New] https://launchpad.net/bugs/873515 [07:53] lamont, hmm, can't see it on osageorange anymore [08:33] pitti: now that I got drawned into looking into this; will Cups look in /usr/share/ppd/compressed/* or only under /usr/share/ppd/ ? [08:46] OdyX: all subdirs; there are already a few [08:46] pitti: hmm. Does it look for "compressed" PPDs ? [08:46] pitti: it doesn't seem to, at least here. [08:47] OdyX: perhaps it additionally needs the /usr/lib/cups/driver/foomatic-db-compressed-ppds driver? [08:47] OdyX: I had assumed that foomatic-db-compressed-ppds actually shipped somethign like *.ppd.gz [08:47] but it doesn't seem to [08:48] so perhaps I misunderstood this package entirely then [08:48] pitti: foomatic-db-compressed-ppds is a pyppd-compressed archive of PPDs [08:48] pyppd creates a python script with an embedded base64'ed xz-archive [08:48] then you can "execute" it to either get the list or extract a specific PPD [08:51] that's probably why tkamppeter put the compressed PPDs as "Cups drivers" at the first place. [09:05] pitti, OdyX, CUPS searches /usr/share/ppd recursively for ready-made PPDs, uncompressed or single PPD file gzipped, it searches /usr/lib/cups/driver/ for executables which are PPD generators (" list" has to list all PPDs the generator is capable to generate, " generates the requested PPD on stdout), and it searches /usr/share/cups/drv/ for .drv files, which are source files for CUPS' PPD compiler, pp [09:05] dc. All this CUPS reports as available PPDs (via "lpinfo -m" or equivalent IPP requests from printer setup tools). [09:06] tkamppeter: okay, is there a reason "PPD generators" are cups-specific ? [09:10] OdyX, no. If they do not link against libcups they work perfectly well with no piece of CUPS installed. A non-CUPS printer setup tool (does such a thing exist as an upstream-maintained free software?) has only to find all the PPD generators, and run them with 'list' and 'cat' as described. PPDs itself can be used with non-CUPS spoolers using foomatic-rip. [09:10] tkamppeter: couldn't they be shipped under /usr/share/ppd/generators/ and have cups look there then ? [09:12] .oO(Especially when the content is not architecture-specific (/usr/lib/). ) [09:12] OdyX, this would require CUPS to be patched, then better symlink to /usr/lib/cups/driver. Another problem is that CUPS produces error messages when anything which is not .ppd or .ppd.gz is in the /usr/share/ppd/ tree. [09:13] OdyX, how are non-CUPS Debian users setting up printers? Are there special tools which they use? [09:14] OsyX, and which non-CUPS spoolers are actively maintained and supported under Debian? [09:14] tkamppeter: honestly, I don't really know (nor care), but I just feel that putting non-cups-specific PPDs under /usr/lib/ … cups/ is wrong and should be fixed. [09:14] tkamppeter: I guess lpr is the only one, but don't know really. [09:14] hmph. what's the process for debugging audio issues? [09:18] OdyX, which flavor of lpr, LPRng or some old LPD thingy? [09:22] "lpr" was last uploaded as NMU and hasn't evolved since oldstable; "lprng" was maintainer-updated since stable but is "RFA", "gnuspool" is new to wheezy [09:23] tkamppeter: that's not important I'd say; what stays is that Debian hasn't taken a decision to go Cups-only (and will probably not), so I'm very fine to drop PPDs in favor of pre-processed drivers, those should just be available (too) under a known place [09:24] pitti, as you have passed cups and s-c-p to -updates, can you approve the next -proposed packages of cups and s-c-p today? Thanks. [09:25] OdyX, what is "RFA"? [09:25] tkamppeter: cups yes; s-c-p is still in proposed; it's not a critical bug and had large changes, so we should wait the full 7 days [09:26] tkamppeter: "request for adoption", it's the step before "Orphaned" [09:30] OdyX, so it means that it is unmaintained and Debian is searching for a maintainer? [09:31] tkamppeter: RFA means it's maintained but the maintainer is looking out for someone to take over maintainership (There's no such thing as "Debian is searching" :->) [09:34] OdyX, looking at downloadable gnuspool releases upstream, it seems that this is the most recent attempt to introduce a new printing system but the upstream authors have already given up again, as there is now one year without new releases. [09:36] tkamppeter: yes, and ? My opinion is: if we can do non-cups-specifics, we should. [10:01] OdyX, OK, so let us move the compressed PPDs into a CUPS-neutral place and symlink them to /usr/lib/cups/driver/ [10:11] tkamppeter: what about /usr/share/ppd/compressed/ + patching cups to avoid warnings there ? [10:12] OdyX, would be a solution, pitti, WDYT? [10:13] OdyX, did you say anything else in the last few minutes? I rebooted after my upgrade to Oneiric. [10:14] tkamppeter: no [10:25] pitti, could you take a look at bug 873401? [10:25] Launchpad bug 873401 in ubuntu-defaults-builder (Ubuntu) "Check disc for defects failed with a iso images built using ubuntu-defaults-image" [Undecided,New] https://launchpad.net/bugs/873401 [10:26] jkbys: I saw it, will have a look at some point [10:26] pitti, thank you [10:27] Has merges.ubuntu.com been updated for P-Series? [10:28] How to push this patch into SRU of 11.10 ? https://bugs.launchpad.net/ubuntu/+source/ibus-chewing/+bug/874028 [10:28] Ubuntu bug 874028 in ibus-chewing (Ubuntu) "The preferences window of ibus-chewing crashed after clicking save button." [Undecided,In progress] [10:49] pitti, can accept the proposed SRU for bug 872527? Thanks. [10:49] Launchpad bug 872527 in cups (Ubuntu Precise) "InputSlot PPD option generally does not work in CUPS 1.5.x" [High,Fix committed] https://launchpad.net/bugs/872527 [10:50] yes, yes -- I don't run SRUs every hour, sorry [10:51] tkamppeter: done [10:53] pitti, thanks. [11:16] tkamppeter, pitti: we need to discuss this more in-depth; I'll send a mail to debian-printing@l.d.o CC'ing the maintainers of the various print spoolers we mentionned to gather more opinions. [11:26] doko_: you may need to reinstall one of the packages inside that chroot again [11:26] doko_: I don't remember if I left it broken or not [11:30] pitti: I'm a fairly substantial amount of the way through the dpkg merge now [12:03] * doko_ curses the libnih1 use of private glibc symbols [12:05] hello all! stuff uploaded to oneiric-proposed won't show up in precise, right? [12:06] htorque: Not by default, but you can request it to be copied over. [12:06] htorque: Though, usually, you want newer upstream versions in precise anyway. [12:06] infinity: thanks for the info :-) [12:14] htorque: in the first days, we'll copy oneiric-proposed to both -updates and precise (as long as the versions are equal and we are still frozen) [12:14] to ensure we don't drop patches [12:15] pitti: Yeah, but that "first few days" bit isn't exactly well-documented. ;) [12:15] It just sort of happens until it stops happening. [12:16] pitti: i just asked because i wanted to test the -proposed fix for bug 858056 and i'm already on precise on one system (don't ask why :P). [12:16] Launchpad bug 858056 in unity-lens-applications (Ubuntu) "Dash - "Apps Available for Download" recommends a program that is already installed" [Medium,New] https://launchpad.net/bugs/858056 [12:16] but the question is answered here: https://launchpad.net/ubuntu/+source/unity-lens-applications/+publishinghistory [12:16] htorque: ah, I copy stuff to -proposed after verification [12:16] i. e. at the same time as to -updates [12:45] * apw just tried to upgrade a natty box to oneiric using the popup box from update-manager, and it said that it couldn't do it cause i likely had unresolable package problems, any idea how to find out what the underlying packages even are [12:48] apw: could you pastebin your /var/log/dist-uprade/apt.log please? [12:53] mvo, http://paste.ubuntu.com/707977/ ... note i am doing a dist-upgrade now to the latest natty packages to ensure its not related to that, just in case that has changed the log [12:55] Hi! I'm new at ubuntu community. Could I start a work with you? [12:57] sd_ubuntu__: as in all free software communities: find an itch to scratch, then scratch it. [12:59] OdyX: but I read the code of conduct and it should collaborate. I just wanna help in something free that I received === zyga is now known as zyga-afk [12:59] OdyX: but I'd like to know where it nedds more help [12:59] (sorry if my english is not good) [13:00] *we should collaborate [13:01] sd_ubuntu__, there really is everything available, and all of it needs help, so it really is about what interests you as you won't stay doing something for nothing that you don't like doing [13:03] apw: ok. I'd like to packaging ... [13:03] apw: so it seems its rather unhappy about the flashplugin, if you provie the /var/log/dist-upgrade/*apt-clone* file I will try to reproduce and see if I can find a global solution [13:03] apw: but I think is a work to do together... [13:04] mvo, on it [13:06] mvo, in pm [13:08] thx [13:20] slangasek: We are getting a flurry of bugs regarding the samba issue. [13:28] @pilot in === udevbot_ changed the topic of #ubuntu-devel to: Ubuntu 11.10 Released! | Development of Ubuntu (not support, not app development) | build failures -> http://bit.ly/or6CHJ | #ubuntu for support and general discussion for hardy -> oneiric | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: jdstrand [13:59] slangasek / infinity: 28 dupes, bug 862129 [13:59] Launchpad bug 862129 in samba (Ubuntu) "samba postrm depends on packages not guaranteed to be configured" [High,Triaged] https://launchpad.net/bugs/862129 [14:15] how long will precise be frozen? [14:16] bdrung: shouldn't be too much longer, but dpkg does need to build [14:17] cjwatson: ETA? hours or days? [14:17] dunno [14:17] not really in the mood for a mad rush and time estimates and all that at the moment, after the release sprint [14:19] apw: are you folks expecting to upload a new linux-libc-dev before precise opens for general uploads? [14:21] cjwatson, i was expecting a kernel upload shortly, but i am currently unsure if the current kernel is tested [14:22] i assume that the tool chain as it is now, wasx built with the old one too [14:22] yes [14:22] well, um [14:22] thinking about it I don't know what was in the PPA it was built in [14:22] https://launchpad.net/~ubuntu-toolchain-r/+archive/ppa doesn't have a kernel [14:23] and no extra dependencies there, so yeah, it would have built against oneiric's kernel [14:23] cjwatson, in theory at least linux-libc-dev is backwards compatible so i don't think it matters ... [14:24] I don't mind leaving it for later [14:25] cjwatson, yeah i don't think there is sufficient difference to worry about, and we'll have cycles round compiler and kernel in the next weeks [14:26] we should have a get together at UDS with doko to work out what the best order is and how we can achieve that in combination with the toolchain pre-preparation === zyga-afk is now known as zyga [14:29] bdrung: ... also I plan to knock off early today and vanish for the weekend, so if we're opening, somebody else is going to do it :-) [14:31] bdrung: note that you can already upload, if you want to get stuff off your hard disk [14:31] pitti: will that end up in the new queue? [14:31] bdrung: no, in unapproved [14:32] bdrung: https://launchpad.net/ubuntu/precise/+queue?queue_state=1 [14:32] ah, ok [14:32] bdrung: we'll flush that once precise opens [14:32] bdrung: unless it's actually NEW, of course (state=0) === Guest67529 is now known as Zic === firewave is now known as FireWave_Job [14:42] Is there a way to get Gnome3 to use BGR instead of RGB subpixel rendering? === JanC_ is now known as JanC [14:48] pitti: would you approve bug #873396 for a SRU? [14:48] Launchpad bug 873396 in kubuntu-default-settings (Ubuntu Precise) "akonadi shouldn't be launched on startup" [Undecided,New] https://launchpad.net/bugs/873396 === doko_ is now known as doko [15:04] is there some way under compiz to convince it that just because I launched a terminal window, does not mean that I want it to have focus? [15:04] kees, I don't understand yet https://launchpadlibrarian.net/82793515/buildlog_ubuntu-precise-armel.eglibc_2.15~pre1-0ubuntu1_FAILEDTOBUILD.txt.gz [15:05] from https://launchpad.net/~ubuntu-toolchain-r/+archive/test/+packages [15:20] doko: hunh. looks like a static build? the _guard is the value that the stack protector looks for when checking for overflow, which means it wasn't included in the linkage... [15:20] doko: I wonder what changed [15:22] kees, yes, but anything is built with -fno-stack-protector -U_FORTIFY_SOURCE [15:23] doko: yeah, that's really odd [15:23] /build/buildd/eglibc-2.15~pre1/resolv/gethnamaddr.c:974: undefined reference to `__stack_chk_guard' [15:24] what's actually on that line of the code? [15:24] I wonder if they started using the _guard for non-stack purposes [15:24] and apparently it's ARM only [15:40] any audio guru's about? I have a huge issue on oneiric fresh install, skype/mumble/voip I sound like a chipmunk worked perfectly in natty :( [15:55] dholbach, off the top of your head, do you know what software is used for the irc bot during UDW? the one that collects questions in one channel, which the session leader can then page through & have show up in the moderated channel? [15:56] jussi, ^ do you know? === cjwatson changed the topic of #ubuntu-devel to: Precise open for uploads | Ubuntu 11.10 Released! | Development of Ubuntu (not support, not app development) | build failures -> http://bit.ly/or6CHJ | #ubuntu for support and general discussion for hardy -> oneiric | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: jdstrand [15:59] have fun [16:01] oh dear, sync-source is busted [16:01] yay precise [16:11] erm, is -changes mailing list working properly? [16:12] Ah, i'm being a bit unfair, it was only shown 9 mins ago. [16:12] Accepted [16:21] directhex: I dont know, but nhandler did a lot of work with it. I suspect it was rbot, but I could be totally off with that. Im pretty sure its not supybot though. [16:35] is there any reason why ubuntu hasn't updated their releases in their rsync mirror? [16:37] frewsxcv: could you be more specific? [16:39] should We bug someone to get a couple SRUs that were supposedly going to be 0-day, copied over to oneiric-updates? :) [16:39] frewsxcv: I'm not seeing anything obviously out of date ... [16:39] http://mirrors.kernel.org/ubuntu-releases/oneiric/ pulls from rsync://.archive.ubuntu.com/releases [16:39] as does my mirror http://mirrors.calpoly.edu/ubuntu-releases [16:40] ubuntu-releases should be pulling from rsync.releases.ubuntu.com, not rsync.archive.ubuntu.com [16:40] I have no idea what .archive.ubuntu.com/releases might happen to point to :-) === victorp_ is now known as victorp [16:42] the primary rsync mirror of releases definitely has 11.10 on it [16:42] cjwatson: what is the rsync module for rsync.releases.ubuntu.com [16:42] releases, I believe === dendro-afk is now known as dendrobates [16:42] #ubuntu-mirrors might be able to help more with mirroring specifics [16:43] (since there may be something better than you pulling directly across the Atlantic; I can't see what us.releases.ubuntu.com::releases/ currently has since it's hit its client limit [16:43] ) [16:45] thanks cjwatson [16:57] @pilot in === udevbot_ changed the topic of #ubuntu-devel to: Precise open for uploads | Ubuntu 11.10 Released! | Development of Ubuntu (not support, not app development) | build failures -> http://bit.ly/or6CHJ | #ubuntu for support and general discussion for hardy -> oneiric | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: smoser, jdstr === Laney is now known as Guest30511 === Guest30511 is now known as Laney [17:48] TheMuso, mdeslaur i think that merge request at https://code.launchpad.net/~psusi/ubuntu/natty/gnome-power-manager/fix-duplicate-battery/+merge/67466 should be moved to 'merged', right? [17:49] as it seemed to be only relevant for natty and is fixed there. [17:52] smoser: yep [17:52] smoser: I don't have the required magic wand to change that [17:52] nor do i [17:53] :( [17:53] i guess maybe that is bug 728012 [17:53] Launchpad bug 728012 in Launchpad itself "ubuntu developers are not able to reject merge proposals on official packaging branches they can upload to" [High,Triaged] https://launchpad.net/bugs/728012 [17:59] smoser: ah, yes, thanks for the bug link [18:05] @pilot out === jdstrand is now known as jdstr [18:05] @pilot out === udevbot_ changed the topic of #ubuntu-devel to: Precise open for uploads | Ubuntu 11.10 Released! | Development of Ubuntu (not support, not app development) | build failures -> http://bit.ly/or6CHJ | #ubuntu for support and general discussion for hardy -> oneiric | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: smoser === jdstr is now known as jdstrand [18:11] pitti: Can I have you accept two uploads for bug #872506 ? [18:11] Launchpad bug 872506 in kde4libs (Ubuntu Oneiric) "SRU tracking bug for KDE 4.7.2" [Undecided,Fix committed] https://launchpad.net/bugs/872506 [18:12] Quintasan, pitti: hold on on that one [18:13] this needs patches for a security update [18:13] jdstrand: Which one exactly? [18:13] * jdstrand is getting them [18:14] jdstrand: Which package needs patches? https://wiki.kubuntu.org/Kubuntu/Ninjas/Packaging <- we have this many :) [18:14] kde4libs [18:14] I see [18:15] jdstrand: which security update? bug #857437? [18:15] Launchpad bug 857437 in kde4libs (Ubuntu) "Embargoed security issue (until 10/3)" [Undecided,In progress] https://launchpad.net/bugs/857437 [18:16] debfx: yes [18:16] I attached the debdiff I am using for 4.7.1 to the bug [18:16] jdstrand: I'm pretty sure the fix is included in 4.7.2 [18:16] I checked the debdiff in LP. let me recheck [18:17] quick google shows that 4.7.2 has it [18:17] hmm, http://launchpadlibrarian.net/82652015/kde4libs_4%3A4.7.2-0ubuntu1_4%3A4.7.2-0ubuntu2.diff.gz is less than complete [18:18] Quintasan, debfx: ah, well if it has them, please respond to my comment in the bug and ignore me :) [18:18] * Quintasan researches futher [18:19] jdstrand: that's just a follow-up upload, http://launchpadlibrarian.net/82564105/kde4libs_4%3A4.7.1-0ubuntu3_4%3A4.7.2-0ubuntu1.diff.gz is the 4.7.1->4.7.2 diff [18:19] oh, I missed that [18:19] let me look [18:21] ok, yes, it has it [18:21] pitti, debfx, Quintasan: ignore me. 4.7.2 is fine [18:32] slangasek: oh geez. i think i figured out what vmware is doing that's breaking everything [18:32] http://paste.ubuntu.com/708153/ [18:38] broder: right, yes, that was actually clear to me; sorry for not communicating it [18:39] slangasek: ok; i didn't know if you had seen the actual code in question or not. unfortunately, i don't see any good way to trick the installer into doing something reasonable [18:39] (the nature of the damage to rc6.d was apparent on first glance) [18:39] no, there's no good way to trick it [18:39] it needs to be stabbed in the face [18:40] calling insserv is not an acceptable thing for any package to do [18:40] will my system still function if i move the insserv binary out of the way? [18:41] AFAIK yes [18:41] since insserv is only meant to be called by update-rc.d, and only if the .legacy-bootordering flag is *not* set [18:48] hmm... since ScottK is taking a break, who will take charge over backports? [18:53] the rest of the team [18:53] but it would be good to have another administrator [18:53] someone needs to make oneiric-backports ... [18:53] * Laney does [18:57] there we go [20:11] pitti, wonder if you're ok with me uploading https://code.launchpad.net/~evfool/jockey/stringfixes/+merge/73737 just to finish it off ? [20:14] actually, never mind. ill let you handle that. === dendrobates is now known as dendro-afk === yofel_ is now known as yofel === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk === Quintasan_ is now known as Quintasan === dendro-afk is now known as dendrobates === herb__ is now known as herb === dendrobates is now known as dendro-afk