/srv/irclogs.ubuntu.com/2014/06/27/#launchpad.txt

=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
christiankHi wgrant_!05:48
wgrant_christiank: Hi. Can you please email sso-support@canonical.com with details of your problem? I'm sorting out the form you tried to use, but in the meantime that address goes to the right people.05:49
=== wgrant_ is now known as wgrant
christiankThanks, I will do that05:50
christiankwgrant: I have sent them that email and got an automated reply that tells me they have received my email.06:00
wgrantchristiank: Ticket 46241?06:01
christiankExactly06:01
wgrantIt's now in the right place.06:01
christiankBrilliant! Many thanks!!!06:01
wgrantSorry for the mess. That support form has some mysteries behind it...06:02
christiankApology accepted :-)06:02
FourDollarsHi, I try to use https://code.launchpad.net/~fourdollars/betaradio/trunk/+new-recipe but it always returns 'Timeour error' to me.07:37
FourDollarsIs there any way to fix this problem?07:37
wgrantFourDollars: It's impossible to diagnose a timeout without the OOPS ID that was displayed on the timeout page.07:40
FourDollarswgrant (Error ID: OOPS-9c7f46b54492a7a0a50b6091f931dfac)07:40
ubot5https://oops.canonical.com/?oopsid=OOPS-9c7f46b54492a7a0a50b6091f931dfac07:41
FourDollarsIt looks like https://bugs.launchpad.net/launchpad/+bug/1201984.07:41
ubot5Ubuntu bug 1201984 in Launchpad itself "SourcePackageRecipe:+index and Archive:+copy-packages time out when there are many potential target PPAs" [Critical,In progress]07:41
wgrantIt's probably that one, yes.07:42
wgrantFourDollars: It's because you have upload privileges to so many PPAs. Someone without so many PPAs can create the recipe for you, or you can use the createRecipe API call.07:44
FourDollarswgrant: OK. I see. Thanks for your information.07:46
mcpierceHi, all. I was on here yesterday and was asking for help with pushing some packages for the first time to a PPA I've created.13:22
mcpierceI was on Debian at the time, but have since installed Ubuntu 14.04 onto that system and am trying to push but still getting rejected.13:22
mcpierceAnybody able to give me a little help on this?13:22
shadeslayersure13:22
shadeslayerssup13:22
shadeslayerwhats the error?13:23
mcpierceshadeslayer: Sorry, was AFK after I posted.13:39
shadeslayerok :)13:39
mcpierceSo I have a Ubuntu system built and pushing to "ppa:mcpierce/qpid-proton" works. But the packages are still getting rejected.13:39
mcpierceSo I'm trying to force a rebuild on that machien but don't see the packages rebuilding.13:40
mcpierceSo I'm now ensuring all build prereqs are installed.13:40
mcpierceThe error I saw, though, was "Files specified in DSC are broken or missing, skipping package unpack verification."13:40
mcpierceSo I'm assuming tha tmeans my rebuild attempt failed.13:40
shadeslayerhow did you generate the changes file?13:43
shadeslayeris the source you're uploading in Ubuntu already?13:43
wgrantmcpierce: You missed the first error13:44
wgrant2014-06-26 00:26:12 DEBUG   Rejected:13:44
wgrant2014-06-26 00:26:12 DEBUG   Unable to find uredir_1.0.0.orig.tar.gz in upload or distribution.13:44
wgrant2014-06-26 00:26:12 DEBUG   Files specified in DSC are broken or missing, skipping package unpack verification.13:44
wgrant"Unable to find uredir_1.0.0.orig.tar.gz in upload or distribution."13:44
shadeslayer^^13:44
shadeslayerso orig tar is missing13:44
wgrantYou need to tell debuild to include the orig.tar.gz, usually with the -sa option13:44
mcpiercewgrant: What's uredir? That's not my package.13:44
shadeslayeryep13:44
wgrantso eg. "debuild -S -sa" rather than "debuild -S"13:45
mcpiercewgrant: Oh, example output. kk13:45
mcpierceWhat's "-sa"?13:45
shadeslayerinclude orig tar13:45
mcpiercekk13:45
shadeslayersee man debuild13:45
wgrantIt probably expands to "source all", but yeah, it just means to include the orig tarball13:45
wgrantIt's the opposite of -sd, which just includes the Debian bits.13:46
shadeslayeryep13:46
wgrantIndeed, I pasted the wrong bit, but same error:13:46
wgrant2014-06-27 13:16:13 DEBUG   Rejected:13:46
wgrant2014-06-27 13:16:13 DEBUG   Unable to find qpid-proton_0.7.orig.tar.gz in upload or distribution.13:46
wgrant2014-06-27 13:16:13 DEBUG   Files specified in DSC are broken or missing, skipping package unpack verification.13:46
mcpiercewgrant: Cool, thanks. Once the install finishes I'll git it another shot.13:46
dobeylooks like the stuff in debian/ is wrong13:47
wgrantdobey: Hm?13:47
dobeywgrant: mismatch of Source in debian/control and debian/changelog or against the actual tarball name, for example13:48
wgrantdobey: Hardly13:48
wgrantIt's just a missing -sa13:48
dobeyoh i meant for the uredir vs qpid13:48
wgrantOh13:48
wgrantNo, that one I just pasted the wrong bit of the log.13:49
dobeyah ok13:49
mcpiercewgrant: So my package stuff is okay? You're not seeing something wrong in there?13:51
mcpierceHow do I force the package to full rebuild all sources?13:51
wgrantmcpierce: How did you build the package originally?13:51
mcpiercedebuild -S13:52
wgrantdebuild -S -sa13:52
wgrantThen dput again, and see what happens.13:52
mcpiercewgrant: kk - when I did it with just -S it finished far too quickly to have been a rebuild.13:52
dobeyit doesn't build binaries, just the source package13:52
wgrantmcpierce: It's just diffing and tarring a few files, so it's usually very quick.;13:52
wgrant-S means source-only13:53
mcpiercekk13:53
mcpiercewgrant: Also, I can't find the reference, but where is it that I can set my gpg key to be used? There's some config file that goes in my homedir, right?13:54
dobeydebuild -S -sa -k 'foo@bar.com' to pick by e-mail or you can pass the key id i think13:56
dobeyit should generally match the address you have in the debian/changelog entry by default13:56
mcpierceI still don't see things rebuilding.13:58
mcpierceAnd I got the error "Error: uploading files for distribution UNRELEASED to ppa not allowed."13:58
wgrantmcpierce: set DEBSIGN_KEYID in ~/.devscripts13:58
mcpierceWhat should be the target in the changelog file? Or is tha tset somewhere else?13:58
wgrantmcpierce: Your debian/changelog says it's unreleased. It should be the Ubuntu release that you're uploading to13:58
wgranteg. trusty13:58
mcpiercewgrant: Ah, kk13:59
mcpierceStill not seeing things rebuilt, and this is on a new system. I'd like to ensure I'm getting brand new bits.14:00
wgrantmcpierce: What do you mean "brand new bits"?14:00
wgrantdebuild -S just runs clean and then produces the new source package in the parent directory14:00
mcpiercewgrant: Sorry, I know binaries aren't being uploaded. I'm just wanting to see that things are building properly here.14:00
mcpiercewgrant: On Fedora we do scratch builds of packages in a system named koji (koji build --scratch f21 [SRPM]). In my head I was thinking the debuild would do something like that frist.14:01
mcpiercefirst14:01
wgrantmcpierce: You'd normally use sbuild or pbuilder to test-build locally in a chroot first.14:01
wgranthttps://wiki.ubuntu.com/SimpleSbuild14:02
mcpierceW00t! Finally the package made it! :D14:02
mcpiercewgrant: shadeslayer: Thanks for all the help, guys! :D14:02
wgrantAha, there it is indeed.14:02
shadeslayerawesome :)14:02
Foragegood afternoon15:52
ForageOne thing in the launchpad help is a bit unclear to me: https://help.launchpad.net/Packaging/PPA/BuildingASourcePackage#Options_when_building15:53
Forageit states "If you're creating an alternative version of a package that's already in Ubuntu's primary archive, you don't need to upload the .orig.tar.gz file, i.e. the original source."15:54
Foragedoes that also mean I do not have to upload the original source if I add a package to a new ppa?15:54
ForageI don't think so, but I'm asking just in case because I used dput successfully but it doesn't show up in my ppa15:58
shadeslayerForage: do you get a email error16:00
Forageshadeslayer: rats, yes. Didn't know I would be getting e-mails16:01
Forage"Unable to identify..."16:02
Foragemight be because of the double quote around my e-mail addresss16:03
Foragesomehow they got added to the change file16:12
ForageNot sure why, but I corrected it manually16:13
Foragecan I force resubmission somehow?16:13
Forageit tells me it has already been uploaded16:13
Forageno point in increasing the version just because of a change in the change file16:14
Forage-f, let's see what happens16:15
=== compholio_ is now known as ehoover
Foragesucces!16:16
Forageshadeslayer: thanks for the hint16:17
shadeslayernp16:17
=== matsubara is now known as matsubara-lunch
=== matsubara-lunch is now known as matsubara

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