/srv/irclogs.ubuntu.com/2012/03/08/#launchpad.txt

=== apachelogger_ is now known as apachelogger
=== Guest8646 is now known as jrgifford
=== jtv1 is now known as jtv
alkisgHi, what should I do to avoid this error when requesting a recipe build? "Rejected: File ltsp_5.3.4+bzr2129~oneiric1.tar.gz already exists in PPA for Alkis Georgopoulos, but uploaded version has different contents. "06:12
alkisgI think that the recipe re-creates the orig.tar.gz from launchpad, and it uses a different timestamp, hence the problem, but I don't know how to avoid that.06:12
StevenKYou can not reuse versions06:12
alkisgAny hints how?06:13
alkisgHere's my recipe: https://code.launchpad.net/~alkisg/+recipe/alkisg06:14
wgrantalkisg: It's not using an orig.tar.gz at all06:14
wgrantalkisg: You've only got one revno in the version template, but you've got two branches.06:15
wgrantSo a change in the packaging branch will not change the version string, so it won't be possible to upload it.06:15
alkisgAh, so I need to specify a version for the other branch too, got it06:15
alkisgThank you very much06:15
jonohey folks06:19
jonodoes anyone know who maintains Twisted in Ubuntu?06:19
jonoif anyone06:19
jonoit looks like I might have found a bug - https://bugs.launchpad.net/ubuntu/+source/twisted/+bug/94968506:19
ubot5`Ubuntu bug 949685 in twisted (Ubuntu) "When running processes a process regularly gets stuck and does not complete" [Undecided,New]06:19
alkisgjono, is the problem that pygtk/reactor apps don't close on exit? I had to call reactor.crash() to force my app to close on precise, while it works fine on previous ubuntu versions....06:21
jonoalkisg, it might be related, but this issue is that some processes just don't run06:22
jonoalkisg, on the bug you can see the test script I wrote06:22
alkisgMy problem does not exist on debian testing with the same python-twisted-core version as precise... So I think it's caused by debian/patches/00_gi_gtk3reactor.patch06:25
alkisgMaybe yours is caused by the same patch too06:25
jonoalkisg, could you test the script in the bug to see if you get the same issue?06:28
jonoalkisg, and maybe leave a comment on the bug about this?06:28
alkisgjono, I'll try it later on today, both on precise and on wheezy06:29
jonoalkisg, that would be wonderful if you could, many thanks!06:29
alkisgjono: you didn't include the test scripts though...06:43
aviksilCan anyone tell me the reason for this recipe build failure: https://code.launchpad.net/~aviksil/+recipe/xbmc-linaro-daily06:56
aviksilthe recipe build was successful locally using bzr dailydeb06:57
jonoalkisg, it is attached to the bug06:59
jonoalkisg, https://bugs.launchpad.net/ubuntu/+source/twisted/+bug/949685/+attachment/2832795/+files/scriptchecker-twisted.py07:00
ubot5`Ubuntu bug 949685 in twisted (Ubuntu) "When running processes a process regularly gets stuck and does not complete" [Undecided,New]07:00
alkisgjono:         accoms = [  { "script" : os.path.join(scriptslocation, "test1.py") },07:00
alkisgNo test1.py here, it's still in your desktop07:00
jonoalkisg, oh, just create those, they can be anything07:00
alkisgscriptslocation = "/home/jono/Desktop"07:00
alkisgOK07:00
jonoI will clarify this in the bug07:00
alkisgOr just use location = . and attach a .zip07:00
jonoalkisg, I can attach a zip07:02
jonowill do07:02
alkisgjono: or, if they can even not be python files, execute something like /bin/true07:03
alkisgBut btw, I can't exit from the main loop with Ctrl+C, like in my app07:04
alkisgI have to use Ctrl+\ ==> core dumped etc07:04
jonoalkisg, updated: https://bugs.launchpad.net/ubuntu/+source/twisted/+bug/94968507:05
ubot5`Ubuntu bug 949685 in twisted (Ubuntu) "When running processes a process regularly gets stuck and does not complete" [Undecided,New]07:05
jonoalkisg, right, I have noticed that too07:05
alkisgjono: the scripts seem to run properly here, I see all exit codes07:08
jonoalkisg, run it a few times07:08
jonodoes it always run ok?07:08
alkisgYes, at 10 times at least07:09
alkisgThe only problem I see is that it doesn't terminate07:09
alkisghttp://paste.ubuntu.com/874146/07:11
jonoalkisg, strange07:12
jonowhat system are you running it on?07:12
jono12.04?07:12
alkisgYes, and dist-upgraded yesterday07:14
jonowhat is your python-twisted version?07:14
alkisg11.1.0-1ubuntu107:14
jonohow strange07:15
jonomaybe a dist-upgrade from yesterday fixed it07:15
jonodist-upgrading now07:15
alkisgjono: I tried 6 more times, the 6th time I got the problem07:17
jonoalkisg, ahhh07:17
alkisgrun scripts07:17
alkisgRunning: /tmp/test1.py07:17
alkisg<hanged>07:17
jonoyou were just lucky it seemed :-)07:17
alkisgIndeed, maybe running the same  script in a loop would help07:17
jonoalkisg, very possibly07:18
jonocould I ask you to add your feedback to the bug report?07:18
alkisgSure, let me try the loop first...07:19
jonothanks alkisg07:20
jonogood idea07:20
jonobrb07:20
alkisgjono: I uploaded a loop version of the script which makes the bug always reproducable for me07:29
jonothanks alkisg07:37
vibhavHow did my karma suddenly expire??07:59
vibhavIt was there yesterday08:01
vibhavhttps://launchpad.net/~vibhavp/+karma08:02
=== zyga-xchat is now known as zyga
=== czajkowski changed the topic of #launchpad to: https://launchpad.net/ | Help contact: czajkowski | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad | For packaging help: join #ubuntu-packaging
vivekimsit1I have downloaded a diff file from the launchpad , how can I apply patch from that file in my local?10:15
bigjoolspatch -p0 < filename10:17
vivekimsit1bigjools:I use bazaar!10:21
vivekimsit1and the diff file has three file changes10:22
=== zyga-xchat is now known as zyga
=== zyga-xchat is now known as zyga-afk
aviksil Can anyone tell me the reason for this recipe build failure: https://code.launchpad.net/~aviksil/+recipe/xbmc-linaro-daily10:38
aviksilthe recipe build was successfully locally using bzr dailydeb10:38
jelmerhi aviksil10:41
jelmerlooking..10:41
aviksiljelmer: ok, thanks10:41
bigjoolsvivekimsit1: you said you had a diff file, that doesn't sound like bazaar to me10:41
jelmeraviksil: that seems to be bug 76073510:43
ubot5`Launchpad bug 760735 in Launchpad Auto Build System "Daily recipe: failure because of Permission denied accessing build/patch directories" [Critical,Triaged] https://launchpad.net/bugs/76073510:43
aviksiljelmer: oh ok10:44
aviksiljelmer: where can I put the workaround --tar-ignore=.pc?10:49
jelmeraviksil: that's a dpkg-source option I think10:52
jelmeraviksil: you don't have any control over the arguments to dpkg-source on Launchpad10:52
aviksiljelmer: oh ok. then what could be the solution?10:53
jelmeraviksil: one of the ways to workaround the issue is to not ship patches in your package but rather to have a 3.0 (native) package with all patches applied to the source tree10:53
jelmeraviksil: that's what bzr-builder is doing anyway10:53
aviksiljelmer: ok, will try native package then10:54
=== matsubara-afk is now known as matsubara
=== mrevell_ is now known as mrevell
=== zyga-afk is now known as zyga
=== zyga-xchat is now known as zyga
l3onHi all, somebody can take a look at question #19006213:17
l3on?13:17
=== yofel is now known as yofel_
=== yofel_ is now known as yofel
=== bulldog98_ is now known as bulldog98
jodhPlease could someone bump the 2 builds here as I'm trying to debug build failures and multi-hour turn around makes it a slow op: https://code.launchpad.net/~jamesodhunt/+recipe/upstart-daily-build-test14:26
dobeyjodh: you can test locally14:36
jodhdobey: not that easy as the problem only seems to occur when building on lp, hence these test builds with extra debug.14:37
dobeyjodh: i mean, you can build a recipe locally, and then build the resulting .dsc in pbuilder, and get the same results14:38
dobeythough i don't remember the name of the "build the recipe" command at the moment14:38
jodhdobey: thanks - I didn't know that. I'm trying that now...14:45
rebelwhee, just packaged & recipe-built my first ppa package! where's the cake?15:06
* jelmer hands rebel some cake15:08
rebelyummie :D just for a moment there I thought the cake thing was a not really happening15:09
jodhdobey: I've built the recipe successfully with pbuilder locally. So, something about the lp environment is different. Please could you bump those builds so I can compare the local output with lp buildlogs?15:23
jodhdobey: It may be the fact that lp is using a lucid kernel. I've been bitten by that a few times already.15:23
dobeyjodh: i don't know there is any way to bump the builds15:25
dobeyor at least, i don't think i have enough permissions to do it15:25
sisarhello15:46
bdrunghi, https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/355846/comments/47 is spam16:00
ubot5`Ubuntu bug 355846 in audacity (Ubuntu) "audacity stops recording after about a second when using software play-through" [Undecided,Confirmed]16:00
=== matsubara is now known as matsubara-lunch
rick_h_bdrung: taken care of16:02
bdrungthanks16:02
=== Ursinha is now known as Ursinha-lunch
cmars232hi16:31
cmars232launchpad having any issues this morning?16:32
cmars232cannot seem to propose a merge, it's hanging16:32
kirklandczajkowski: howdy!  cmars232 is reporting that launchpad propose merge is hanging for a long time for him....17:28
czajkowskikirkland: I know saw the question17:29
czajkowskijust on a call atm17:29
kirklandczajkowski: ah, k, sorry!  I pointed cmars232 here :-)17:29
czajkowskicmars232: did you just file a question on lp17:29
cmars232i did17:30
cmars232https://answers.launchpad.net/launchpad/+question/19008417:30
czajkowskicmars232: nods I poked jcsackett about it17:30
cmars232tried with bzr lp-submit, i get File exists: /srv/bazaar.launchpad.net/mirrors/00/08/94/7c17:31
cmars232i mean bzr lp-propose-merge17:32
cmars232not lp-submit17:32
=== matsubara-lunch is now known as matsubara
=== czajkowski changed the topic of #launchpad to: https://launchpad.net/ | Help contact: | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad | For packaging help: join #ubuntu-packaging
jcsackettcmars232: if you're getting file exists, can you confirm that you do not see a proposal for it in your list of active reviews? (code.launchpad.net/~$YOURUSERNAME/+activereviews, if you're unsure what i mean).18:04
jamesfHi all.  LP Bug search URLs have milestones as numeric ids ("field.milestone%3Alist=47818").  Is there a way for me to programatically work out what those should be (preferably via launchpadlib)?  I want to construct search URLs, e.g. search by milestone plus tag.18:43
amorphoushello folks...quick question. Is it normal to be able to 'bzr branch something...' without doing launchpad-login launchpad-id first?18:51
dobeyamorphous: for public things, yes i think so18:52
amorphousok..so  the login is required only for writing stuff to launchpad or accessing additional data...18:52
lifelessjamesf: hmm, thats odd an unexpected18:53
dobeyjamesf: probably can nab it from the milestone object in lplib18:53
lifelessjamesf: you could file a bug, we should probably make that consistent with the API search params18:53
dobeyand yeah, what lifeless said18:54
dobeyamorphous: i think so, yes18:54
jamesflifeless: looks like this is relevant https://bugs.launchpad.net/launchpad/+bug/43670618:56
ubot5`Ubuntu bug 436706 in Launchpad itself "Milestone vocabulary leaks object id" [Low,Triaged]18:56
jamesflifeless: I didn't find anything looking at the milestone object in lplib18:56
jamesf(I'm manually creating myself a lookup table for now, until/unless I work out way to derive the table)18:58
jamesfbut re: launchpadlib, I may just not know where to look.  Still, there's nothing in the json returned for the milestone object.18:59
dobeyjamesf: maybe it's not anywhere in there then. i would look at self_link; if it's using the name instead of the id though, i guess that won't work19:03
jamesfdobey: yeah, no joy from self_link either.  nvm, just thought I'd ask.  Thanks19:05
=== Ursinha-lunch is now known as Ursinha
=== matsubara is now known as matsubara-afk
ScottKwgrant: How long is it reasonable to expect to wait for an automatic retry after depwait?  https://launchpad.net/ubuntu/+source/qtruby/4:4.8.1-0ubuntu1/+build/3270370 finished over an hour ago, but  https://launchpad.net/ubuntu/+source/korundum/4:4.8.1-0ubuntu1/+build/3270351 is still depwait.22:39
ScottKI'd have thought with two publisher runs per hour, it'd be good by now?22:39
wgrantScottK: retry-depwait only runs once an hour.22:40
ScottKwgrant: OK.  Thanks.  When does it run?22:40
wgrantIt takes about 50 minutes to run, so "all of the time"22:40
ScottKOK.22:41
ScottKSo it's build, publisher run start -> finish, retry-depwait start -> finish.22:42
wgrantBasically, yeah.22:42
ScottKI'm guessing two hours wouldn't be surprising then.22:42
ScottKGot it.  Thanks.22:42

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