/srv/irclogs.ubuntu.com/2012/02/22/#launchpad.txt

=== beuno_ is now known as beuno
=== 13WAAIDLL is now known as wallyworld
=== wallyworld is now known as Guest76072
stewarthi all! I'm having a (probable) encounter with a launchpad bug. on https://bugs.launchpad.net/percona-server/+bug/688646/+nominate  I cannot see the series https://launchpad.net/percona-server/5.5 that i want to target the bug to.06:39
ubot5Ubuntu bug 688646 in Percona Server "Make query sampling possible by query" [Wishlist,Fix committed]06:39
stewart(and the 5.5 series shows up in other bugs)06:40
stewarte.g. https://bugs.launchpad.net/percona-server/+bug/906813/+nominate06:40
ubot5Ubuntu bug 906813 in Percona Server "libmysqlclient dev links against wrong version of library" [High,Confirmed]06:40
wgrantstewart: It looks like it was previously targeted to 5.5, but then that task was removed.07:03
wgrantAnd it apparently didn't record that properly, so you can't renominate it.07:04
stewartwgrant, huh. darn. any way to have that fixed?07:05
wgrantstewart: There was a little while when deleting a task didn't fix the nomination record. It looks like the 5.5 task was deleted in that window.07:07
wgrantI'll see if I can get the DB fixed.07:07
stewartwgrant, thanks. i opened https://answers.launchpad.net/launchpad/+question/188467 to track it if that's any help.07:08
wgrantAh, thanks.07:08
wgrantWill follow up there.07:08
rmkany admins around who can help resolve an issue with my private ppas?09:34
czajkowskirmk: whats wrong wit them09:36
czajkowski*with09:36
rmkwell, submitting a new package and its being rejected claiming the new package has a mismatched orig.tar.gz09:36
rmkbut I deleted all the packages which had that tar associated to it09:37
wgrantrmk: https://answers.launchpad.net/launchpad/+faq/99009:38
czajkowskiwgrant: thanks09:39
czajkowskiadds to the book mark section for future reference09:40
wgrantYep, it's a common one :)09:41
rmkI suppose this is why I need to use pristine tars09:42
rmkIt is a new package, but the orig is the same09:42
rmkgenerating the orig via git-buildpackage tags09:42
wgrantIf it's just a random git revision then you probably want to include something like +git20120222 in the version.09:43
wgrantIf it's a particular release from a tag, then you need to either generate it once and reuse it, or use pristine-tar, yeah09:43
rmkits the latter .. ok09:44
rmkthanks09:44
=== mandel is now known as p
=== p is now known as Guest63379
dpmgood morning thedac. I see that the full language pack export completed successfully, thanks! -> https://translations.launchpad.net/ubuntu/precise/+language-packs - Did the run gave any hints as to why langpack exports had stopped happening automatically?10:33
sagaci+1 for thanks10:34
czajkowskidpm: morning10:38
dpmmorning czajkowski10:38
=== nyan-cat is now known as nyuszika7h
=== Guest63379 is now known as mandel
=== chrisccoulson_ is now known as chrisccoulson
=== epsy is now known as \u03b5
=== yofel_ is now known as yofel
ESphynxhey guys... Is there any way to 'sign' recipes?14:13
ESphynxrecipe built packages i mean14:13
=== danhg_ is now known as danhg
=== matsubara is now known as matsubara-lunch
dobeyESphynx: they are signed by the gpg key that is generated for the ppa they are put in, when that ppa was created. there's no way to sign them with your own key14:50
=== Quintasan_ is now known as Quintasan
ESphynxdobey: ah ok... but it says: Uploader: on signer15:12
dobeyit says no signer, because the source package wasn't signed and uploaded by you. the source package doesn't get signed in the recipes afaik, but the binaries should be signed in the PPA15:14
ESphynxah ok good.15:15
thedacdpm: great. looking through the logs I found carob:~dames/language-pack-exporter.log-2012022115:32
=== matsubara-lunch is now known as matsubara
ESphynxhey guys, why would a pacakge build fine for us with oneiric with dpkg-build, but fail on the build bot?16:32
ESphynxIt seems to not be finding a temporary shared library that we put in our intermediate directories... (But builds fine on Lucid, Natty)16:32
AmpelbeinESphynx: Can you show a buildlog of a failed build?16:48
AmpelbeinESphynx: Also note that on buildd's you don't have network access, which is a common cause of errors.16:49
ESphynxAmpelbein: sure, https://code.launchpad.net/~ecere-team/+archive/ppa/+build/3230878/+files/buildlog_ubuntu-oneiric-amd64.ecere_201202221313-0~426~oneiric1_FAILEDTOBUILD.txt.gz16:52
ESphynxAmpelbein: I don't think the network access is the cause... nothing network going on16:52
ESphynxThe first error, /build/buildd/ecere-201202221313/ear/cmd/ear.ec:13:1: error: Couldn't open obj/release.linux/ecere.sym,  is something like 'Couldn't dynamically load libecere.so.0 .... '  which is supposed to be in ../../obj/linux/lib/  ( export LD_LIBRARY_PATH = ../../obj/$(PLATFORM)/lib/  in ear/cmd/Makefile )16:55
ESphynxhowever since I can't actually access the machine state after the failed build, it's difficult to figure out what happened :P16:55
AmpelbeinESphynx: So, in a clean chroot does it work? I.e. with pbuilder or sbuild?16:56
ESphynxAmpelbein: we're doing a dpkg-build , is that the same ?16:56
AmpelbeinESphynx: Nope, that builds in your 'normal' environment.16:57
ESphynx'dpkg-buildpackage -us -uc -nc'16:57
ESphynxis what work16:57
ESphynxSo pbuilder will do its own chroot and everything?16:58
Ampelbein!pbuilder | ESphynx16:58
ubot5ESphynx: pbuilder is a system to easily build packages in a clean chroot environment. To get started with PBuilder, see http://wiki.ubuntu.com/PbuilderHowto16:58
AmpelbeinYes.16:58
ESphynxthanks16:58
AmpelbeinThat mimics the buildd environment more than a normal work system so might be useful to check if the error occurs there, too.16:58
ESphynxsure16:59
ESphynx Ubuntu 11.10 64 bits .. Linux ec 3.0.0-16-generic #28-Ubuntu SMP Fri Jan 27 17:44:39 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux16:59
ESphynxthis is oneiric right ?16:59
ESphynxI'm putting my man on PBuilder :P16:59
AmpelbeinESphynx: Yes, oneiric.17:02
ESphynxok he's building it hehe17:03
=== JanC_ is now known as JanC
dobeyanyone about that can help me with a rather odd issue with codehosting? code.launchpad.net and "bzr revno" list the latest revision as being lower than the bazaar.launchpad.net view does; though bazaar.launchpad.net looks to be the one that seems correct18:31
dobeyfor lp:ubuntuone-installer18:31
=== Ursinha is now known as Ursinha-lunch
=== charles_ is now known as charles
shashikhelp me, i am unable to save my ssh keys on the launchpad18:57
shashikit just says Invalid public key18:57
dvestalshashik: Have you made sure that you're trying to post the contents of the public key and not the private key?19:09
shashikcan anyone help me, i am unable to upload my ssh, and gpg keys on launchpad,19:16
dvestalshashik: Have you made sure that you're trying to post the contents of the public key and not the private key?19:17
shashikany help please19:17
shashikhmmm19:18
shashiki have copied from .pub file19:18
shashikhere is my pub ssh key19:18
shashikssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFPpP+yl51HVdBhcfMVYpaTCzZJezMvclxBTEt9$19:18
shashikbut in launchpad it is keep on saying invalid public key19:19
dvestalshashik:  Just to clarify, is that the entire part that you're pasting into the box?19:21
dvestalshashik:  Or is there more to the key?19:21
shashikhave tried everything19:21
shashikAAAAB3NzaC1yc2EAAAADAQABAAABAQDFPpP+yl51HVdBhcfMVYpaTCzZJezMvclxBTEt9$19:22
shashikthis too19:22
shashikbut no help19:22
shashikAAAAB3NzaC1yc2EAAAADAQABAAABAQDFPpP+yl51HVdBhcfMVYpaTCzZJezMvclxBTEt919:22
shashikeven this19:22
dvestalshashik:  The key itself should be much longer than that.19:22
shashikprivate key is quite long but i am getting that much in my id_rsa.pub file19:23
dvestalshashik:  How did you generate the key?19:24
dvestalshashik:  My public key is roughly 5 times longer than what you posted.19:25
shashikssh-keygen -t rsa19:25
Ampelbeinshashik: What viewer do you use? The trailing "$" looks suspiciouly like a overlong line that is not being wrapped.19:25
Ampelbeinshashik: Try a simple 'cat <YOUR_PUB_FILE>' in the terminal and copy from there19:26
dvestalshashik:  Ampelbein is right, that's what it looks like.19:26
shashiksorrry got it now, actually, i earlier used nano to copy the key, which actually truncated it somehow, tried it with vi, and got the whole thing..:)19:27
Ampelbeinshashik: <alt>+$ in nano to soft-wrap works the same way.19:28
shashikokay..19:29
shashikwhat about my pgpkey,19:29
shashikF8E7 244F BC96 9B44 08A4  7805 95C0 D4A8 E120 2AB919:29
Ampelbeinshashik: Did you push it to a keyserver?19:29
shashiknope, how should i do that..??19:29
Ampelbeinshashik: https://help.launchpad.net/YourAccount/ImportingYourPGPKey19:30
antarusHow often do you make backwards incompatable changes to your API ?19:35
lifelessantarus: very rarely19:37
lifelessantarus: the devel api we feel free to make such changes, the versioned (currently 1.0) API we are very conservative about19:37
antarusexcellent19:38
ESphynxis there anything special that must be done to enable multi-arch for the PPA builders?19:43
=== nyuszika7h is now known as Notch
=== Ursinha-lunch is now known as Ursinha
dobeyESphynx: what do you mean? there isn't any need for the builders themselves to use multi-arch really. if you mean for the packages you're building, multiarch is a matter of your packages being built correctly as i understand it20:30
dobeythough maybe multiarch doesn't work for PPAs so well?20:31
lifelessESphynx: well you need to be building for a multi-arch release20:31
dobeyapt-get update doesn't seem to pull the amd64 Packages for the PPAs i'm sub'd to20:32
dobeyoh; nm. there it is20:32
dobeyso it does work i guess20:32
antarusman launchpad api has a ton of dependencies ;p21:10
=== matsubara is now known as matsubara-afk
=== lifeless_ is now known as lifeless
michaelh1Hi there.  I need help for a release - I'm getting a timeout error while uploading the 150 MB source archive.23:15
michaelh1OOPS 6acb6414862499859f26aef311dc7bd323:15
lifelessmichaelh1: so, there is some untracked time apparently, but yeah its taking 11 seconds to hand off to the librarian23:21
michaelh1It worked last month.  Anything I can do to work around it?23:22
lifelessmichaelh1: the librarian is busy rsyncing several TB of data around in prep for a move to a newer faster host (which will reduce this sort of issue)23:22
lifelesskeep trying; try from a host closer to the UK; keep calm and keep on trying23:22
michaelh1I'm pushing from EC2 so that's fine.  It uploads then does the timeout.23:22
michaelh1Today is the release.  When will it be working by?23:23
michaelh1(I guess a day late is fine as the source is a secondary part)23:23
lifelessthe migration, next week sometime23:23
lifelessmichaelh1: bug 19455823:24
ubot5Launchpad bug 194558 in Launchpad itself "Project file uploads time-out but don't OOPS" [Critical,Triaged] https://launchpad.net/bugs/19455823:24
lifelessis the reason behind this - we double handle the upload23:24
lifelessif we didn't, it wouldn't give you grief23:24
=== michaelh1 is now known as michaelh1|away
=== broder_ is now known as broder

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!