[00:03] nice: "Now on revison 436" [00:17] james_w: (if you're around) do you think you might be able to process the debian subversion replacement branches I pushed soon, such that its udd import (hopefully) works again? [00:22] another question, how I set the locale for translation to Spanish (Argetina), for spanish is es.po, but Argentina uses es_AR.po and my translator user says that he dont see the option for translate his locale [00:23] Hi. https://launchpad.net/qbzr say our latest download is 0.19b1. Is there a way to tell it to rather show a older stable release (0.18.4)? [00:23] *says [00:24] GaryvdM: No. Yes, this is stupid. [00:29] well, you can rename your milestones, maybe... [00:30] I don't think that will help. [00:30] It probably works off dates. [00:31] i looked at this recently [00:31] (well, a month or so ago) [00:31] i think it debian-version sorts the milestone names, then puts trunk first [00:31] but i forget [00:32] it's certainly a bit arbitrary and odd [00:32] * mwhudson lunches [00:32] It sorts series as you say. [00:32] I'm not sure about milestones. [00:34] oh right [00:34] series, yes [00:34] no possible confusion here [01:24] maxb: yup [01:38] thanks [02:59] Apport is giving me 500 errors when it tries to upload a crash report, anyone else seeing that? [03:45] greg-g: I've not had any crashes recently, so not seen it sorry [03:46] greg-g: it's worked for me a couple of times recently === Ursinha is now known as Ursinha-afk [07:40] losing hope now, and wondering if this is really the right place for my project: https://answers.launchpad.net/launchpad-registry/+question/105477 [07:40] why is this question not showing up as open? [07:42] spm: ^^ [07:43] dickelbeck: oh awesome. that sucks badly for you. :-( gimme 5 mins to finish something, and I'll set that up pronto. [07:45] spm: thank you. I'm going to bed now, its 1:45 am. [07:45] dickelbeck: :-) 6pm here. g'night! [08:54] james_w: Thanks. Could you queue a package-import retry of 'subversion'? I have high hopes it might work this time :-) [09:36] hi, why does not work launchpad with debhelper 6 for builds with hardy? http://launchpadlibrarian.net/42466760/buildlog_ubuntu-hardy-amd64.tivion_0.0.4-0ubuntu6~hardy_FAILEDTOBUILD.txt.gz [09:37] he says: dh_clean: Sorry, but 6 is the highest compatibility level supported by this debhelper. [09:37] shakaran: It looks to me like you in fact require debhelper 7 without depending on it. [09:38] shakaran: Hardy does not have debhelper 7, but if you adjust your PPA dependencies to 'Backports', you'll get debhelper 7 support. [09:38] I put debhelper 7 for intrepid, jaunty, karmic and lucid, but the build fails with debhelper 7, then I put debhelper 6 and also it fails, then? [09:39] how to set backports for control file? [09:39] shakaran: It's not in the control file. Click 'Edit PPA dependencies' on your PPA page. [09:41] oh, I see, then, Should I retry the build? [09:41] pressing https://launchpad.net/~shakaran/+archive/ppa/+build/1590563/+retry ? [09:42] shakaran: Yes. [09:44] thanks, now I only wait for new builds (40 min estimated) [10:15] wgrant: the build works! thanks [10:18] shakaran: Excellent. [10:32] hey tumbleweed are you out there? [10:36] ees1bk: sorry I don't know why you were getting those issues, and I'm tied up right now, try #ubuntu-motu [11:07] tumbleweed: after thinking about it, I've decided to make the file modes a definition at the top of the file - that way I can build an insecure variant as a PPA and still have the permissions locked down on the production version. [11:10] is there a launchpad administrator here ? [11:45] is there any launchpad administrator here ? [11:48] alopenerp: You're usually better off asking a question in LP - or at least mentioning what sort of thing you need such that any admin who may glance at the channel has a better idea of what you might want. [11:51] maxb: yes but it's for a private branch (paid subscriptions) [11:51] maxb: i'm not sure i want my question to be public [11:55] LOSAs: Is there one of you around to help alopenerp ? [11:56] alopenerp: hi [12:24] OK.... general question here. [12:24] Is every one of the dh_ debian helper scripts incompatible with pbuilder and there (I assume) PPAs? [12:25] I'm going through my rules files commenting them out and then retrying a build. [12:26] so far I've got rid of calls to dh_testroot, dh_installdeb, dh_installchangelog, dh_gencontrol and dh_md5sums [12:29] You're totally doing it wrong :-( [12:30] so, I'm looking at a bug, and I'd like to assign it to a milestone that doesn't exist yet [12:30] Almost every package uses debhelper. In pbuilder, in PPAs, in the distro archives. It's fine. [12:31] the milestones ajaxy popup gives me an option to remove a milestone (from this bug, presumably?), but there's nothing about creating new milestones [12:31] fun bug, though: every time I click there I get a new (-) icon [12:31] seeing four now [12:35] ees1bk: Why are you removing them? === LenZGr is now known as LenZ [12:39] because each and every one of them is causing the build to bomb out with a permissions issue. [12:39] You have a problem elsewhere in your package. [12:40] the package builds perfectly as either myself or root using debuild. [12:41] it's only pbuilder that chokes on it. [12:41] Have you tried pbuilder or sbuild locally? [12:42] Right, then it is probably not a problem with Launchpad or pbuilder, since Launchpad does not use pbuilder, and successfully builds 20000 other packages fine. [12:42] So I would be looking for something strange that your package does. [12:42] Yes.... I'm assuming that pbuilder is the prototype for the PPA system and if I could get that to build I'd have found the problem. [12:42] Oh. OK. [12:43] Launchpad uses a variant of a very old version of sbuild. [12:43] ok... the crux of the issue I suspect is that I protect every file with a mode 0660 or mode 0770 file permission. [12:44] What is the error? [12:46] dh_md5sums -i [12:46] chown: changing ownership of `debian/wacs/DEBIAN/md5sums': Operation not permitted [12:46] dh_md5sums: command returned error code 256 [12:46] make: *** [binary-indep] Error 1 [12:46] dpkg-buildpackage: failure: debian/rules build gave error exit status 2 [12:46] pbuilder: Failed autobuilding of package [12:46] these occur for almost all the dh_ commands. [12:49] OK... so basic principles here. [12:49] Do the postinst scripts get run at all during the PPA build process? [12:51] I'm currently setting the permissions using the -m option to install in the rules file and then doing the ownership changes in the postinst file. Do I need to move the permissions stuff to the postinst file too? Will that help? [12:56] LOSAs: anyone here ? [13:01] anyone: any thoughts on what I can do to stop these dh_ apps from doing a chown or finding out what they're actually trying for? [13:10] ees1bk: to find out what they're actually before, use 'man dh_whatever' [13:10] s/before/for/ [13:14] hobbsee: thanks but that really doesn't help. It explains what they're supposed to do and makes no mention of why they should be invoking chown, how to stop them doing it, or what they expect to achieve by doing so. Based on what the manpage says, they should simply be working on files, not playing with permissions and then aborting because they fail. [13:20] Actually, Debian policy states which permissions and ownership files need to be, so yes, they should play with permissions [13:22] And if I have good reasons for disagreeing with that policy, I can't actually build my software? [13:23] OK, so here's a dry run on dh_changelog: [13:23] dh_installchangelogs -i -k -v Changelog [13:23] install -o 0 -g 0 -p -m644 debian/changelog debian/wacs/usr/share/doc/wacs/changelog.Debian [13:23] install: cannot change ownership of `debian/wacs/usr/share/doc/wacs/changelog.Debian': Operation not permitted [13:23] dh_installchangelogs: command returned error code 256 [13:23] Hey, is there an issue publishing on the ppa's atm. Some of our users are reporting "/Packages.bz2 Hash Sum Mismatch" [13:24] ees1bk: Are you building on a filesystem that has no concept of permissions, such as vfat? [13:24] Even so, that should be running in fakeroot, so it shouldn't matter. [13:24] Are you somehow breaking fakeroot? [13:24] the interesting bit here is that it's the chown (which I don't care about since I fix it up in the postinst) that is choaking. [13:25] You shouldn't be fiddling with permissions in the postinst [13:25] wgrant: it would seem so if an install -o 0 -g 0 is the bit that is breaking. [13:26] StevenK: Why not? [13:26] ees1bk: Because that's bad and completly the wrong way to do it [13:26] I can't set them earlier as far as I can see. [13:26] ees1bk: Sure you can, build under fakeroot [13:26] Daviey: I've only seen that for people behind proxies [13:26] dpkg-buildpackage -rfakeroot [13:27] -rfakeroot is the default now, and LP and pbuilder use it. [13:27] running that now.... [13:27] I've not called dpkg-buildpackage directly in ... well, years. [13:28] dh_installchangelogs -i -k ChangeLog [13:28] install: cannot change ownership of `debian/wacs/usr/share/doc/wacs/changelog.Debian': Operation not permitted [13:28] dh_installchangelogs: command returned error code 256 [13:28] make: *** [wacs] Error 1 [13:28] Yep, fails in exactly the same way as all the others. [13:28] dpkg-buildpackage fails? weeeeird [13:28] Remove most of the package-specific calls and see what happens. Something in your build is probably breaking fakeroot. [13:29] wgrant: What do you mean by that? [13:29] ees1bk: fakeroot depends at least on values in the FAKEROOTKEY, LD_LIBRARY_PATH and LD_PRELOAD environment variables. [13:29] possibly others. [13:29] bigjools: thanks [13:30] Daviey: let me know if it gets better and if you know which proxy is being annoying [13:31] bigjools: asking a user now. [13:31] Daviey: transparent proxies are the worst :/ [13:32] bigjools: I implemented a transparent proxy here :) [13:32] LD_LIBRARY_PATH would be the only one I might I have changed. I'll check when the current dput completes. [13:33] Daviey: I have no words : [13:33] :) [13:34] :P [13:34] oh, launchpad... I create a release, it tells me (immediately) that it was "released 15 hours ago" [13:35] mgedmin, :( [13:38] * mgedmin files a bug, since somebody cares ;) [13:42] bigjools: he's behind the great proxy wall of china. :/ [13:42] Daviey: *run away* ! [13:43] :( [13:47] wgrant: just checked - no not setting LD_LIBRARY_PATH or any of the other similar variables [13:47] wgrant: install is /usr/bin/install, chown is /bin/chowm [13:47] ^m^n [13:52] wgrant: the error is exactly the same whether I call dpkg-buildpackage with -rfakeroot or without - fakeroot appears to be a no-op. [13:53] ees1bk: As I said earlier, -rfakeroot has been the default for a couple of releases now. [13:54] sorry - didn't spot that. [13:57] ees1bk: Fundamentally, the dh_* stuff runs chown because part of its job is to set permissions in the created package. The question you need to answer is "Why does chown fail?" [13:57] Also, you should never ever be building packages as root. [13:58] I do wonder if your problems are in fact because you did, and now have root-owned temporary files in your package build directory [13:59] That wouldn't explain the same failure occuring on Launchpad. [13:59] ah, true [14:00] ees1bk: So, where's your PPA with the failiures on launchpad? [14:00] no, checked that the build dir isn't there. [14:02] ppa:beaky/wacs-stable [14:03] I'm just exploring one possibility here. I tidy up all my install related files into a directory called "install". === kfogel changed the topic of #launchpad to: http://launchpad.net/ | Read https://help.launchpad.net/ for help | Recent problems browsing branches should be fixed. | Help contact: kfogel | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: https://dev.launchpad.net/ [14:03] Thus debian/ is actually a symlink to install/debian. [14:10] nope, changed that - rebuild attempted - exactly the same failure as before. [14:11] kfogel: I reckon "Recent problems browsing branches should be fixed." is old news at this point? Shall we drop it? [14:11] It's been around for more than a month, yeah. [14:11] maxb: is that in Launchpad Questions or Bugs? [14:11] The topic. [14:11] maxb: oh [14:11] kfogel: in the topic [14:11] the topic [14:12] sheesh, yeah === kfogel changed the topic of #launchpad to: http://launchpad.net/ | Read https://help.launchpad.net/ for help | Help contact: kfogel | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: https://dev.launchpad.net/ [14:12] max, wgrant: thanks [14:23] removing the symlinks didn't help. [14:23] Hi. I can't do anything at all on launchpad for the moment, except reading. Everything I do, even trying to log out, results in "Unexpected form data" error. [14:24] now removing all the -m arguments to install. [14:24] M7S: Your browser is blocking the Referer header. [14:24] Can you whitelist Launchpad, perhaps? [14:25] In adblock? [14:26] M7S: Probably not. You don't have another extension or setting that prevents your browser from sending a Referer header? [14:27] Don't think so. I'll check what happens if I change browser. [14:31] Right, chromium works as it should. [14:32] Wierd because I started having this problem both from my desktop and my laptop at the same time. [14:34] I used to have noscript installed but I don't have it anymore, perhaps that changed some settings that were not reverted when I removed the extension. [14:34] ? [14:35] maxb: sorry, forgot that bit, requeued [14:35] heh, np [14:35] thanks [14:38] d*mn - this is so frustrating. I've removed ALL the file mode setting from the rules file and STILL I get: [14:38] dh_installchangelogs -i -k ChangeLog [14:38] install: cannot change ownership of `debian/wacs/usr/share/doc/wacs/changelog.Debian': Operation not permitted [14:38] dh_installchangelogs: command returned error code 256 [14:38] make: *** [wacs] Error 1 [14:38] dpkg-buildpackage: failure: debian/rules build gave error exit status 2 [14:38] debuild: fatal error at line 1329: [14:38] dpkg-buildpackage -rfakeroot -D -us -uc failed === Ursinha-afk is now known as Ursinha [14:44] It seems like I found the setting. It works now. Thanks! [14:48] any ideas where else I can look to fix this problem? [14:56] bigjools: I'm looking at https://answers.edge.launchpad.net/launchpad/+question/105961, which is a typical "Please delete my one PPA so I can rename my user account" question. It looks like bug #392887 has made recent progress that affects this, but I can't tell what the current status is. Do you know? [14:56] Launchpad bug 392887 in soyuz "Cannot delete a PPA" [Low,In progress] https://launchpad.net/bugs/392887 [14:56] bigjools: (And should I just assign the question to you?) [15:04] kfogel: just saw your comments on the bug I've filed. [15:04] ees1bk: which bug? [15:05] I'm really not sure I understand how dh_installchangelog etc trying to do an install -o 0 -g 0 is a bug in my code. [15:05] Bug 551579 [15:05] Launchpad bug 551579 in launchpad "Unable to build a PPA package with locked down permissions" [Undecided,Invalid] https://launchpad.net/bugs/551579 [15:05] ees1bk: I'm not expert enough to say, but wgrant and/or bigjools here are. [15:06] I'm really keen to try and get this fixed. For more on this package see http://sourceforge.net/blog/ [15:06] ees1bk: there might also be a mailing list or forum where packaging questions are usually taken up? (That is, if you know of such a forum, then you could raise this there. I'm not a packaging expert, I'm just trying to steer bugs to the right people today.) [15:07] right now I'm focused on trying to get a PPA for this pacakge created. [15:08] kfogel: be a mailing list or forum [15:08] ees1bk: Understood. You need to discuss this technical issue with someone who knows more about packaging. I can't guarantee that such a person is available right now, unfortunately, but ask around? I think maxb might also know quite a bit about it. All the people quoted in the IRC conversation in the bug would be appropriate to contact. [15:08] OK, any idea where that would be. [15:08] ees1bk: hmm, let me look [15:09] ees1bk: I reproduced your problem in a local pbuilder, and I agree it's most bizarre. [15:09] Unfortunately I couldn't immediately see the cause [15:09] Something pretty insane and bizarre is going on. [15:09] maxb: I've been through all the things I can think of. [15:10] maxb: did you see my questions on https://code.launchpad.net/~maxb/ubuntu/lucid/devscripts/445432/+merge/22200 ? [15:11] and subversion imported correctly, thanks [15:11] ees1bk: I don't see anything obvious on https://lists.ubuntu.com/ or http://ubuntuforums.org/, but I haven't dived deeply. I see you and maxb have found each other; he may know of other resources. [15:11] maxb: just checking that URL now.... [15:14] maxb: OK, this is all about lucid. My build host is currently running intrepid and I was about to upgrade to jaunty. [15:14] ees1bk: where can I have a look at the problematic package? [15:14] james_w: I did see the dch questions - I need to write up my thinking on that. I'll try to do so soon. [15:14] maxb: thanks [15:15] the "pure" tarball is at https://launchpad.net/wacs; the ppa I'm trying unsuccessfully to build is at ppa:beaky/wacs-stable [15:16] All the previous "production" builds and .deb files I've issued have been built with "debuild -us -uc" running as root on my intrepid based Ubuntu server. [15:17] Why as root? [15:17] given that launchpad ain't great at handling a package like this that usually ships as about ten .deb files, I was looking to use a PPA instead as a method of distribution. [15:19] ees1bk: your debian/rules is wrong [15:20] ees1bk: is http://bazaar.launchpad.net/~vcs-imports/wacs/trunk/annotate/head%3A/install/debian/rules the one you used? [15:21] maxb: 'cos it worked and made a package that installed. It took me a long time to get a rules file that built all the various packages and replicated what the RPM .spec file did. [15:22] There's no reason to build packages as root. If you need to, you've written the packaging wrong. [15:22] geser: that is one I created today as an effort to debug things. It exhibits the fault. [15:22] ees1bk: only some targets are guaranteed to be run as root/fakeroot (e.g. install and binary) while others (e.g. build) is only run as a user [15:23] maxb: There's no reason to build packages as root. If you need to, you've written the packaging wrong. [15:24] maxb: Errrr... OK, I guess. During the process of writing the rules file, I basically did what it seemed was needed to get it to work. root or not wasn't really a concern. I [15:24] gaaah [15:24] I'm now trying to get it "right" because the PPA system seems to demand that and I have very little idea why I'm seeing the failures I am. [15:25] It's all caused by the symlink [15:25] ees1bk: does the package need compilatio or calling make (for the upstream Makefile)? [15:25] maxb: what, the fact that I've tied up the source tree into an install directory breaks the build system? [15:26] So all of this is a very non-obvious failure mode caused by debian/ being a symlink, and the /usr/bin/install command calling lchown, not chown [15:26] afaise [15:26] * afaics [15:26] geser: it compiles a plug-in module taken from the squid project for authenticating a user [15:27] 's password without becoming them. [15:28] ees1bk: see http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules for the description of the different targets [15:28] maxb: I' [15:29] the problem is that your "build" target depends on "binary" which in end wants to change permissions [15:29] "The build target must not do anything that might require root privilege." [15:30] "The binary targets must be invoked as root" (but fakeroot works too) [15:30] geser: but you can't use PAM to authenticate an arbitary user without being root - that's impossible - it just doesn't work. [15:32] I seem to got lost. From where does PAM into the play? [15:34] geser: the package includes one binary package - wacs-hostauth - the purpose of which is to confirm that a user logging in through the web interface is who they say they are. This package uses a small setuid root program called pam_auth that uses the PAM library to authenticate as that user and thus verify their credentials. [15:36] ees1bk: this has nothing to do with building. The files inside the build debs are usually owned by root and setuid works too, but the whole build runs without root. [15:38] maxb: as far as I can see the symlink isn't the whole story - I moved install/debian to debian and edited the rules file to set DEBDIR=`pwd`/debian and attempted a rebuild with debuild -uc -us and I still get: [15:38] dh_installchangelogs -i -k ChangeLog [15:38] install: cannot change ownership of `debian/wacs/usr/share/doc/wacs/changelog.Debian': Operation not permitted [15:38] dh_installchangelogs: command returned error code 256 [15:38] make: *** [wacs] Error 1 [15:38] dpkg-buildpackage: failure: debian/rules build gave error exit status 2 [15:38] debuild: fatal error at line 1329: [15:38] dpkg-buildpackage -rfakeroot -D -us -uc failed [15:39] hmm [15:39] to whomever implemented this feature, thank you: Bug #549311 also links to the added bug watch (chromium #37722) [15:39] Launchpad bug 549311 in ubuntu "ERROR 107 NET:: ERR_SSL_PROTOCOL_ERROR/:UNKNOWN ERROR cannot open e mail" [Undecided,Incomplete] https://launchpad.net/bugs/549311 [15:40] ees1bk: as I told you, your targets inside debian/rules are wrong (or try to the things in the wrong order) [15:40] geser: ok, I can believe that. What do you suggest to fix it? [15:41] geser: I'm not convinced that's the immediate problem [15:41] ees1bk: Hmm. perhaps I have completely misinterpreted [15:41] the rules file came about mostly from translating what I did in the RPM .spec file. [15:42] the "build" targets is only for the "compilation", if you don't have nothing to compile (or don't need to call "make"), you can leave it empty [15:42] Hi. I'm having problems submitting forms on launchpad. Every one says "Unexpected form data". Any ideas? [15:43] AndrewGee, your browser is probably configured to not send referrer information [15:43] Oh I am an idiot [15:44] ees1bk: that you get you a step nearer to a build deb (don't know yet if anything else needs fixing) [15:44] geser: I've taken out the build: binary and the build dep from install. [15:44] geser is completely right. The problem is nothing to do with the symlink and everything to do with you running 'installation' phase commands from the build target [15:44] salgado: Do you happen to know how I'd fix that in Firefox? [15:45] AndrewGee, http://www.technipages.com/firefox-enable-disable-referrer.html [15:45] salgado: Thanks :) [15:48] OK, commented that bit out..... trying again... [15:49] dpkg-source: unrepresentable changes to source [15:51] ok, the files I'm playing with are in such a mess now I'm going back to the SVN version. I've removed the binary: build [15:51] dependency and I've removed the install: binary dependency so that should clean that bit up. [15:52] checking out, tarring up and having another go. [16:02] ok.... this is looking good. === deryck is now known as deryck[lunch] [16:42] just trying to upload the new package to the PPA now. === salgado is now known as salgado-lunch [16:49] ok - for some reason dput has decided not to send the source code tarball. Any ideas? [16:51] Good signature on /vol/www/main/software/wacs-0.8.5/build/wacs/wacs_0.8.5-2.dsc. [16:51] Uploading to wacs-stable (via ftp to ppa.launchpad.net): [16:51] wacs_0.8.5-2.dsc: done. [16:51] wacs_0.8.5-2.diff.gz: done. [16:51] wacs_0.8.5-2_source.changes: done. [16:51] Successfully uploaded packages. [16:51] Not running dinstall. [16:51] why no tarball? [16:56] debuild tries to guess on the version number if the .orig.tar.gz needs uploading or not [16:56] ees1bk: you're building a -2 version, so it figures the tarball was already uploaded with -1 [16:56] you can overwrite this with "debuild -S -sa" === beuno is now known as beuno-lunch [16:59] ah, ok, it wasn't. trying again. === deryck[lunch] is now known as deryck [17:00] tarball now going up - called wacs-0.8.5-2.tar.gz though which will probably decide to cause me grief... :-( [17:03] have we gone back to forcing people to use ubuntu-bug again? i really hate this. what if i need to report a bug that has nothing to do with a machine i administer? [17:07] OK, now waiting for the PPA to have a go at building it. At which point I'm going to go home; I want to thank all you folks here for the help, advice and suggestions you've given me today. Hopefully it'll have a positive outcome over the next hour or so! THANK YOU! === matsubara is now known as matsubara-lunch === yofel_ is now known as yofel === yofel is now known as yofel_ === yofel_ is now known as yofel [17:36] james_w: saw your question 106006, handling now [17:44] james_w: what do you mean by "trace in the DB"? === beuno-lunch is now known as beuno [17:58] is there a way to remove a series target from a bug? [17:58] mtaylor, there is not. You can decline it [17:59] beuno: suck [17:59] beuno: so there's no way to re-target something [17:59] beuno: ah. ok... I think I grok [18:00] mtaylor, yeah, it sucks, I agree :) === salgado-lunch is now known as salgado === matsubara-lunch is now known as matsubara [18:33] I'm trying to propose a merge of one of my branches at lp:~chasedouglas/lucid/linux-firmware-nonfree to lp:ubuntu/linux-firmware-nonfree, but I just get an error back about how they aren't mergeable [18:33] I found bug 446716, but I don't understand what's going on or how to resolve this issue [18:33] Launchpad bug 446716 in launchpad-code "can't propose a merge spanning projects or packages" [Low,Triaged] https://launchpad.net/bugs/446716 [18:41] kfogel: don't know, but LP apparently does. [18:44] james_w: can you paste the exact error you saw into the question, then? [18:44] I didn't see it, cjwatson did, as I don't have the priveledges to actually make the change [18:44] but it was something like "ubuntu-reviews@ is already registered and associated with ~ubuntu-core-dev" [18:45] I was told this isn't the first time we have needed DB surgery for something like this [18:47] "ubuntu-reviews@lists.ubuntu.com is already registered in Launchpad and is associated with Ubuntu Core Development Team." [18:50] kfogel: I've added comments to the question with the exact error, and a reference [18:50] cjwatson: thank you === leonardr is now known as leonardr-afk [20:05] Last night Steve finally did https://answers.edge.launchpad.net/launchpad-registry/+question/105477 [20:06] what time does he come on duty GMT? [20:07] I need for it to be indexed one final time. [20:08] doctormo: ping re Ground Control [20:14] spm, you there yet? === h00k_ is now known as h00k [20:15] sumanah: pong re Ground Control [20:16] doctormo: I have a question about launchpad login in GC. ok to discuss here? [20:17] sumanah: It is, I'm fixing it now, so we can talk about it if you like... [20:17] I'm editing a piece for GNOME Journal that includes a short GC HOWTO, and it says that once you create a new Projects folder, "you can see a button to login to Launchpad. Click the button and enter your Launchpad username and password." IIUC that's out of date? [20:19] doctormo: if you have an updated "also login to launchpad in another window" workaround, or if I should just say "once it works again it'll work like this..." then I'd appreciate it [20:20] doctormo: also, your launchpad profile page points to your old blog [20:20] Thanks for the update [20:21] Yes so what it'll do is load up a login window with a webkit frame, you'll login and it'll continue on from there. [20:21] aha! ok, if that works, we're golden [20:21] That's really the best outcome of the very long discussion we've been having with the folks here. [20:22] kiko: hi [20:23] so once I create a new Projects folder, I see a button to log in to launchpad, I click it, a form appears (in the webkit frame), I enter my user/pass, hit Enter, it logs me in, and I can then see the button to select a project to work on? [20:24] doctormo: two more questions. 1) is it an https login, and can the user see some indication of that? [20:24] sumanah: There is a login button on the configuration that appears, because you have to offer register too. === matsubara_ is now known as matsubara [20:24] sumanah: It is https and no they can't because it's not a web browser and should never have been a web browser. [20:24] It won't become one either. [20:24] ok [20:25] doctormo: and 2) is https://launchpad.net/groundcontrol the best link for people to get more info? [20:25] Yes [20:25] "you have to offer register too" - sorry, I don't understand [20:25] sumanah: My original video of v1.0, with the login and register buttons. [20:26] That should still appear. [20:26] * sumanah looks for video [20:28] * sumanah watches http://www.mefeedia.com/watch/28261680 [20:32] doctormo: oh I see, I mean that you can either login to an existing Launchpad account, or register a new one? [20:32] s/I mean/you mean/ [20:33] sumanah: Right, so there is an "Identify yourself" -> Register of Login button -> webkit window -> (runs through a process with changing icons) -> done [20:35] doctormo: because I need to be achingly clear in the article: what is the text on the button? is it "Identify Yourself"? [20:36] sumanah: it is now [20:37] doctormo: great, thanks! [20:38] happy hacking & thanks for your help [20:44] Just made my first debian source package, but how do I update it? [20:45] what's "launchpad karma"? [20:45] https://help.launchpad.net/YourAccount/Karma [20:46] Hmm... light-themes was updated today, but the bzr repo on launchpad hasn't. Why? [20:47] thanks Penguin :D [20:48] np [20:52] I am guessing I update my debian source package by making a .diff.gz from the .orig.tar.gz then applying it to the .tar.gz - is this right? [20:53] I can't find any info' on the net about how to work with these files on the packaging side. [21:07] screen [21:08] eek [22:04] Ugh! [22:05] Doing on-the-fly conversion from RepositoryFormatKnitPack6RichRoot() to RemoteRepositoryFormat(_network_name='Bazaar repository format 2a (needs bzr 1.16 or later)\n'). [22:05] I don't want that! [22:05] Can a losa please help me? [22:08] cody-somerville: why do you need a losa to help? [22:08] Because I assume I need someone to delete the repository? [22:09] I want all my branches to be 1.9-rich-root support. [22:09] you can delete the branch in the web UI [22:09] there are no shared repositories on launchpad [22:09] Okay, I'll try that. [22:13] kk, ty [22:14] cody-somerville: why do you want 1.9-rich-root ? [22:14] cody-somerville: do you like slow performance and pain ? === salgado is now known as salgado-afk [22:15] I work with ARM systems for a living, so I must. [22:15] The real reason though is need to work with bzr 1.13.1. [22:18] * cody-somerville wishes you could still set titles for branches. [22:18] la sigh === matsubara is now known as matsubara-afk [22:35] cody-somerville, I removed that, 2 people in the whole wide world used it [22:36] beuno, I'd use it right now for 64 different branches. [22:37] cody-somerville, still 2 uers *wink* [22:37] *users [22:37] These branches would be used by the entire OEM Services business unit at Canonical. [22:37] or sorry, will be [22:38] cody-somerville, and they won't if you can't change the full title? [22:38] you can change it's names [22:38] No, they will regardless. But its going to be harder for them to find what they're looking for. [22:39] cody-somerville, why? you can give branches names [22:41] a slug, yes. [22:41] However, the name might not be descriptive of what the branch is. [22:41] (nor practical for the name to be more verbose) [22:42] Plus you have lp:~// before the branch name [22:42] (which is useful for copying and pasting and should be kept regardless) [22:43] cody-somerville, and the branch description is is not enough? [22:43] You can't see the branch description from the overview page. [22:43] edit the branch [22:44] I think it's not very well exposed :) [22:45] overview page of all the branches for a project [22:45] right, it is not exposed there [22:46] What really makes this feature useful is when your branches are named using secret codenames ;) [22:46] heh, right [22:46] I still feel that may be solving the problem on the wrong level [22:46] but, OTOH, I'm not Launchpaddy anymore, so, meh [22:47] How else would you solve it? [22:48] I don't know, I'd have to understand the use case [22:48] I suspect it would be exposing the descriptions in the listings, if the branch has one [22:49] I suspect that might work just as well. [22:52] cody-somerville: why do you need bzr 1.13.1 ? [22:52] Its the version of bzr in jaunty. [22:53] cody-somerville: we have builds for jaunty of 2.0+ [22:53] cody-somerville: just add the ppa ? [22:53] cody-somerville, file the bug, I'll +1 it :) [22:54] lifeless, I'll ask IS. [22:54] How would you nicely expose a multiline description in a listing? [22:54] IS have builds for hardy, so jaunty should be no trouble at all [22:54] maxb, no line breaks, truncating [22:55] used for launchpad and distro scripting/support [22:55] It feels liable to look ugly where descriptions are not designed for it [22:56] maxb, they could or could not be toggable [22:57] think of what loggerhead does for descriptions [22:57] maxb, http://github.com/ask/ [22:59] beuno, lp #552074 [22:59] Launchpad bug 552074 in launchpad-code "Branch listings should show branch descriptions" [Undecided,New] https://launchpad.net/bugs/552074 [23:08] Hi, how do I get my lp: branch set? [23:14] I have my /main branch, but I cannot manage to create a simple lp: branch.. [23:16] wolter, set it as the development focus [23:26] mwhudson: any word on that openssh import? I followed up to the question with a tentative diagnoiss [23:26] *diagnosis [23:27] cjwatson: oh right no [23:27] spm: ping-a-ling [23:27] mwhudson: pong-a-long [23:28] spm: can you copy the tarball and branch for the openssh import somewhere i can see them? [23:28] off crowberry? sure. gimme a bit... [23:28] spm: no, escudero [23:29] ah yes; that too. [23:29] spm: on a slave: bzr branch sftp://hoover@escudero/srv/importd/www/00007270 ~importd/openssh-branch [23:30] spm: scp /hoover@escudero:/srv/imports/sources/00007270.tgz ~importd/openssh-tarball.tgz [23:30] spm: i think [23:30] spm, any chance I could get you to import our mbox file one last time, if even by begging? See the question for the reason. [23:30] excellent. ta! [23:30] dickelbeck: sure. [23:30] you are awesome man. [23:30] this is true. alas modesty is not something I've ever become familiar with... ;-) [23:35] dickelbeck: ha; just read the request; yeah sure. the file is in the same (remote) place? [23:36] mwhudson: so that's ... odd. I've got the bzr branch; but the scp is just staring blankly at me. going nowhere. trying a little debuggery juju [23:37] spm: maybe you can use lftp ? [23:37] oh probably actually [23:37] i think the keys we use only allow sftp [23:37] probably not scp or other ssh thingies [23:37] doh. yes. [23:38] better: Couldn't stat remote file: No such file or directory [23:39] maybe it' [23:39] s .tar.gz [23:40] mwhudson: hrm. nope. I shall stop remotely guessing and go look.... [23:40] bwhahaah. s/imports/importd/ :-) [23:40] spm: which machine are you on? [23:41] spm: haha, sorry [23:41] copying onto pear [23:44] cjwatson: indeed the 'internal' bzr branch is much more up to date [23:46] * mwhudson requests a mirror using the api [23:48] argh. pear isn't setup for logs syncing. yet. <== yak shaving [23:49] cjwatson: the import is up to date now [23:51] mwhudson: so the import files are in a 16mb tar.bzr on pear in the ~importd. I'll copy somewhere rsn... [23:52] spm: i have (non-sudo) access to pear [23:52] spm: so it's ok :) [23:52] excellent! even better! [23:52] openssh.tar.bz2 is the full set; or openssh-tarball.tar.gz & openssh-branch per reqeust above. [23:53] spm: thanks [23:53] mwhudson: hooray! thank you. I hope it stays that way :-) [23:53] mwhudson: could I have done the API mirror update? [23:53] cjwatson: yes [23:53] how? [23:54] cjwatson: for the former point, yeah, i hope so to, do let me know if it doesn't and i'll dig [23:54] cjwatson: [23:54] >>> l = Launchpad.login_with('mwhudson', 'edge') [23:54] >>> b2 = l.branches.getByUniqueName(unique_name='~vcs-imports/openssh/main') [23:54] >>> b2.requestMirror() [23:54] thanks, noted [23:55] spm: said "just read the request; yeah sure. the file is in the same (remote) place?", I say "yes same name, new contents" [23:55] sweet; ta [23:56] spm: thanks to you as well; this means I can package openssh 5.4p1 shortly, although it won't be in lucid (not due to this problem, it was too late anyway) [23:56] cjwatson: np