[00:24] Can anyone tell me why I get this message on latest download in launchpad? "Couldn't find package 0.8.1+svn20110714.r5790-0ubuntu0~sunab~lucid1". [00:25] maujhsn: What gave you that message? [00:25] terminal command [00:26] sudo apt-get install 0.8.1+svn20110714.r5790-0ubuntu0~sunab~lucid1 [00:26] wgrant sudo apt-get install 0.8.1+svn20110714.r5790-0ubuntu0~sunab~lucid1 [00:27] maujhsn: That's a package version, not a package name. [00:28] wgrant> Yes I am trying to install this version! [00:29] But you didn't specify a package to install. [00:29] You just told it what version you wanted. [00:29] You'd normally say "sudo apt-get install somepackage" [00:29] wgrant https://launchpad.net/~sunab/+archive/kdenlive-svn [00:30] Its is from this PPA [00:30] What is? [00:30] Which package? [00:30] kdenlive? [00:30] sudo apt-get install kdenlive [00:30] Yes! [00:31] An older version is already installed [00:31] That will upgrade to the latest version available. [00:32] Have you added the PPA to your software sources? [00:32] wgrant I'll give it a shot! [00:32] wgrant Yes I added the PPA! [00:35] wgrant check this out! http://pastebin.com/WHn4Qw0C [00:36] maujhsn: sudo apt-get install kdenlive [00:39] wgrant I get this! The following packages have unmet dependencies: [00:39] kdenlive: Depends: libqjson0 but it is not installable Depends: xine-ui but it is not going to be installed [00:39] wgrant I need the svn version! [00:40] How did you add the PPA? [00:41] wgrant synaptic package manager 'update software sources! [00:41] How did you do it in there? [00:43] wgrant Why do you ask? [00:43] Because I don't know if you've done it correctly. [00:45] It looks to me like you have more PPAs enabled that are breaking your packages. [00:45] As lpbqjson0 does not normally depend on xine-ui. [00:46] wgrant I do not know! [00:47] wgrant I think this is PGP key is my problem! 1024D/8C720439 [00:48] Have you run apt-get update? [00:48] Yes! [00:48] Did it give any errors? [00:49] No! [00:49] Then the key is not the issue./ [00:49] Which PPAs do you have enabled? [00:50] wgrant Let me check! [00:52] wgrant http://ppa.launchpad.net/sunab/kdenlive-svn/ubuntu/ lucid/main Translation-en_US new PPA! [00:53] apt-cache policy libqjson0 [00:54] wgrant What does Ign in front of the PPA mean? [00:55] Nothing of importance. [00:56] wgrant OK. [00:57] wgrant installed & candidate = (none) [00:58] wgrant apt-cache policy libqjson0 reference! [00:58] Oh, you mispasted above, I see.; [00:58] Which version of Ubuntu are you using? [01:00] wgrant 10.04 [01:01] libqjson0 | 0.7.1-1 | lucid | amd64, i386 [01:01] libqjson0 is in lucid, so there is a candidate version. [01:03] wgrant OK! [01:04] wgrant Thanks! Take Care! [01:13] is there something wrong with i386 builds? [01:14] patdk-lap: We're currently running with fewer builders than normal. Let me send some of the amd64 builders over to i386... [01:14] heh, not good news [01:15] Why not? It's normal behaviour. [01:15] I've never had a build take >2hours before [01:15] so >8hours is new to me [01:15] Which build? [01:15] https://launchpad.net/~patrickdk/+archive/general-lucid/+packages [01:16] Oh, you mean waiting to build for >8 hours? As opposed to actually *building* for >8 hours? [01:16] ya [01:16] i386 now has 50% more builders. [01:16] 50% of 2 is still only 1 more :-P [01:17] :) [01:17] that is why I figured it wasn't good news [01:17] patdk-lap: Most of the builders primary job is hardware testing, so they do disappear from time to time. [01:18] is it possible to donate builders? [01:18] Well, it's now up to 13. [01:18] Normally has about 20. [01:18] There is a 4 hour queue left. [01:18] patdk-lap: No, it isn't possible. [01:23] well, other than my little annoyance :) that I thought maybe i386 was dead, the sites been working good [01:39] heh, big difference, those went fast :) [01:41] There's still quite a queue, as can be seen on https://launchpad.net/builders [01:41] But it's not as bad as it was before. [01:47] "the diff has been truncated for viewing" is kind of backwards [01:47] s//has been truncated to prevent viewing [02:20] Hi there. I'd like to import the GDB 7.3 release branch into Launchpad. They use CVS and have a GIT mirror. Who should I ask? (mwhudson is away) [02:20] michaelh1: generally its self service [02:21] lifeless: I'd like something that keeps up to date a'la the GCC import. [02:21] https://code.launchpad.net/gdb, "Import a branch" [02:22] wgrant: it doesn't work with branches from GIT or CVS. [02:22] Ah. [02:22] Yip, one of those chestnuts [02:24] hmm, we really should just allow ;branch=xxx - I think bzr has most of the bits done to support that now [02:24] [separate from N-branch imports in one place] [02:26] If I wanted to do it manually, how would I do it? Use the git repo and ask bzr to import from a branch of that, then push to LP? [02:26] bzr-git has support for importing branches, but bzr has no support for specifying them. [02:26] You could hack bzr-git to default to a different branch, but that makes automatic updating hard. [02:27] (it's difficult because bzr uses a URL to specify a branch, and it's hard to get a branch name into the URL while also allowing arbitrarily named files) [02:27] wgrant: I'm not using bzr-git anywhere else, so a hack is OK. I could put it into a virtualenv. [02:43] lifeless, wgrant: I'll set something manual. Is there a ticket on importing git branches that I can +1? [02:47] yes [02:50] heh. OK. I'll find it. [02:52] so its listed as https://bugs.launchpad.net/launchpad/+bug/380871 [02:52] Ubuntu bug 380871 in Bazaar "support for colocated branches" [High,In progress] [02:52] but thats actually, technically, something totally different [02:53] Howso? [02:54] The bug does not talk about supporting colocated branches in bzr's formats. [02:54] Only the summary comes close. [02:55] well, theres confusion somewhere [02:58] Look at the description and comments and merge proposals and everything except the summary. === michaelh1 is now known as michaelh1|away === jam is now known as jam-other [09:24] what's up with karma these days? [10:01] karma has never meant anything specific. [10:10] just seems like it's not updating or something [10:11] It has not updated for a couple of days, no. [10:11] Due to various upgrades and database switches. [10:50] Hello, I posted a new ubuntu , release and archive mirrors, its about a month now and still is 'Pending Review' [11:55] Hello, I posted a new ubuntu , release and archive mirrors, its about a month now and still is 'Pending Review' === stub1 is now known as stub === stub1 is now known as stub === stub1 is now known as stub === stub1 is now known as stub === stub1 is now known as stub === stub1 is now known as stub === stub1 is now known as stub === stub1 is now known as stub === stub1 is now known as stub === stub1 is now known as stub === stub1 is now known as stub === stub1 is now known as stub === stub1 is now known as stub === stub1 is now known as stub === stub1 is now known as stub === stub1 is now known as stub === stub1 is now known as stub === matsubara-afk is now known as matsubara === stub1 is now known as stub === stub1 is now known as stub === stub1 is now known as stub === stub1 is now known as stub === stub1 is now known as stub [12:25] Is it possible to see the full changelog of a package? === stub1 is now known as stub === stub1 is now known as stub === stub1 is now known as stub [12:40] lag: for a package in the archive? then yes, in LP and also on packages.ubuntu.com === stub1 is now known as stub [12:42] geser: No, for a package in my PPA === stub1 is now known as stub [12:42] geser: I ended up downloading the package and opening the changelog within it [12:42] geser: What I really want to do is view it from within LP [12:43] lag: I don't know of any option to see the changelog for packages in a PPA (besides downloading them) [12:43] That sucks [12:44] I know you can see the last changelog, but not in its entirety === stub1 is now known as stub === stub1 is now known as stub === stub1 is now known as stub === doko__ is now known as doko [13:01] Hello, I posted a new ubuntu , release and archive mirrors, its about a month now and still is 'Pending Review' [13:25] asilva: I suspect you're running into the same issue here as you ran into there: none of the people who can deal with your request are about. [13:26] You might try the ubuntu-mirrors mailing list: https://lists.ubuntu.com/mailman/listinfo/ubuntu-mirrors [13:27] persia, tkz === bhearsum_ is now known as bhearsum === zyga is now known as zyga-afk === shadeslayer_ is now known as shadeslayer === jpds_ is now known as jpds [16:12] I keep seeing these weird "'None' is a binary package. This bug has been assigned to its source package 'memtest86+' instead." when modifying Ubuntu bugs via the web interface. === beuno is now known as beuno-lunch [16:16] It happens with memtest86+ bug reports when clicking the expandy for commenting in the task table. I haven't touched the package name. [16:27] Oh great, it won't let me change the package name that's awesome. === matsubara is now known as matsubara-lunch === beuno-lunch is now known as beuno === zyga-afk is now known as zyga [17:43] I'm trying to add a package to my PPA, but I get the error email address is not valid, even though it is registered with my account and PGP key. What could I be doing wrong? [17:47] You should pastebin the entire error email, the context may be relevant === deryck is now known as deryck[lunch] [17:51] maxb: https://gist.github.com/f202f7b2d6bb313069c4 [18:15] is it known issue that there is an error when trying login_with...'staging') in launchpadlib on Oneiric? [18:18] Hi there, I'm getting timeouts all the time trying to access bug 728840, OOPS-2022AU38, OOPS-2022G63, OOPS-2022A66 [18:18] Launchpad bug 728840 in samba4 (Ubuntu Natty) "upgradeprovision crashed with LdbError in connect(): (80, 'Failed to load modules from: /usr/lib/samba/ldb\n')" [Undecided,New] https://launchpad.net/bugs/728840 [18:18] https://lp-oops.canonical.com/oops.py/?oopsid=2022AU38 [18:18] https://lp-oops.canonical.com/oops.py/?oopsid=2022G63 [18:18] https://lp-oops.canonical.com/oops.py/?oopsid=2022A66 === matsubara-lunch is now known as matsubara === deryck[lunch] is now known as deryck === yofel_ is now known as yofel === matsubara is now known as matsubara-afk [21:22] Anyone have a launchpadlib snippet for checking/adding a milestone to a bug? [21:27] Daviey: Just read/write the milestone attribute of a bug_task. [21:30] wgrant: ah, ok - great. Thanks. [21:30] wgrant: Has the cert changed on staging.* ? [21:31] Daviey: No, but it possibly won't work with Oneiric's launchpadlib at the moment. [21:31] Yeah, seems httplib2 is trying to validate the cert. [21:32] Ah, I see it was brought up earlier. [21:36] wgrant: I just patched out the raise in httplib2.. good enough for this testing. === rockstar` is now known as rockstar === medberry is now known as med_out [23:35] Daviey, there's an rt underway to give staging the right cert [23:35] if that's what you're hitting [23:35] poolie_: Isn't that only for www/feeds?