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

ScottKwgrant: (Error ID: OOPS-2004CG9) on the +queue page just trying to search for packages by name.04:44
ubot5https://lp-oops.canonical.com/oops.py/?oopsid=2004CG904:44
lifelessScottK: please file a bug04:44
ScottKOK04:44
ScottKDone.04:50
ScottKCan't accept packages either (added a new oops to the existing bug for that)04:51
jmarsdenOops, I just requested an import but mis-named the resulting bzr branch... can I cancel that request and make another with the right branch name?05:05
lifelessjust rename the branch05:06
jmarsdenlifeless: Ah, OK.  Can I do that before the import is all done and happy, or should I wait for it to happen and then rename it?05:08
mwhudsonjmarsden: just rename it05:09
jmarsdenOk :)05:09
lifelessmwhudson: jetlag?05:21
mwhudsonlifeless: no, i'm not in dublin05:22
lifelessmwhudson: ah, ok.05:33
lifelessScottK: did this used to work ?05:42
=== Guest47276 is now known as Adri2000
jmarsdenI have a 3 line bzr recipe that is giving me an error "bzr: ERROR: No such tag: upstream-0.1.9" after "Running post_commit hooks - Stage 5/5".  I didn't know I *had* any post commit hooks in play.  How can I find out where they are and what they do?06:25
lifelessbzr hooks06:26
jmarsdenlifeless: OK, but my local copies of all 3 bzr branches involved in the recipe say "<no hooks installed>" everywhere...06:38
jmarsdenI did    for i in $(grep lp: ../lxterminal.recipe |sed -e 's/^.*lp:/lp:/' -e 's/ .*$//') ; do bzr branch $i ; done ; for j in * ;do (cd $j;bzr hooks |grep -A1 post_commit);done06:39
lifelesshooks are global06:42
jmarsdenThen ... I did it three times for nothing, but the hook still isn't really there??06:42
lifelessI think you are conflating things06:42
lifelesspost_commit hooks are always run06:42
lifelessif there are none to run, it will be fast :)06:43
jmarsdenOK.  So, why is a tag named upstream-0.1.9 needed ?06:43
lifelesscheck your ~/.bzr.log - you will get the backtrace where the tag is being looked for and not found06:43
mwhudsonthat message sounds like it comes from the bzr-builder plugin06:43
jmarsdenand who or what is looking for it?06:43
mwhudsonjmarsden: are you getting this error when a recipe builds on launchpad?06:44
jmarsdenTrying it locally first.06:44
mwhudsonah ok06:44
jmarsdenIt actually looks like it does all the right things, then gives this error at the very end...06:44
jmarsdenOK, I have a traceback in ~/.bzr.log ...06:47
jmarsdenhttp://paste.ubuntu.com/633457/06:49
jmarsdenI'll try the same recipe on Launchpad and see if it gets me the same error...06:51
jmarsdenWorks fine on LP... so much for testing it locally first :)07:00
=== Ursinha-afk is now known as Ursinha
Riddellwhat is Disclosure?10:12
wgrantRiddell: #launchpad-dev is probably better. But https://dev.launchpad.net/Projects/Disclosure10:14
ScottKlifeless: It did used to work although I couldn't tell you the last time I did it.12:40
SteveExodusa launchpad build using a manual rules to make and install ... makes ok, but the install target is giving me + cp -f exo.so /usr/local/lib/12:55
SteveExoduscp: cannot create regular file `/usr/local/lib/exo.so': Permission denied12:55
StevenKYou're trying to write to the real /usr/local, which is not right.12:55
SteveExodusok thanks ... i will include DESTDIR and PREFIX somehow ... or use install maybe12:56
ScottKPossibly a leading "/" where you wanted a relative path.12:56
SteveExodusok so make is positioned in the right destdir and prefix already?12:56
SteveExodusI will try relative ... cp -f exo.so lib/exo.pm12:57
SteveExodusScottK: thanks12:58
StevenKYou won't quite be in the right destdir12:58
StevenKcp -f exo.so debian/(package or tmp)/usr/lib/exo.so12:58
SteveExodusok i work it out ... many thanks for the pointer12:59
StevenKYou're welcome12:59
StevenKIf you don't trust the install target in the Makefile, then just use dh_install12:59
StevenKYou aren't forced to use it. :_)12:59
dokoany idea why lp:gcc is not updated? the 4.6 branch13:00
SteveExodusok lol13:00
=== menesis1 is now known as menesis
pmjdebruijnhi all14:40
pmjdebruijnI'm working with PPAs which are great14:40
pmjdebruijnbut I'd like to repackage some commercial software hp-health (server health monitor software) on the ppa14:40
pmjdebruijnis this allowed? I was under the impression that PPAs only allow open source software?14:41
pmjdebruijnI'm repackaging hp-health because HP's package really suck14:41
bigjoolsyou can only add software that is under an approved OSS licence14:42
bigjoolsotherwise you need a commercial subscription14:42
pmjdebruijnyeah I guessed as much, I remember reading something like that somewhere14:42
pmjdebruijnany estimate on a commercial subscription?14:42
bigjoolsUS$250 per year which gets you all the commercial features14:44
maxbActually the PPA terms of use say that if it's allowed in Ubuntu restricted, it's OK14:49
bigjoolsthis is why I don't deal with commercial stuff14:50
pmjdebruijnmaxb: fair enough14:53
pmjdebruijnbigjools: but that's a pretty fair amount14:53
* bigjools doesn't set the fees14:54
pmjdebruijnhaha :)14:54
pmjdebruijnbtw, is it possible to upgrade an existing account to "commercial"14:55
maxbOf course, even if you did get a LP commercial subscription, that wouldn't address your right to redistribute HP stuff14:55
pmjdebruijnmaxb: well then it's internal use only14:55
pmjdebruijnI'm guessing the commercial license allows for hiding things from public view14:56
maxbAnd, if the HP stuff is redistributable, then it probably meets the public PPA terms of use14:56
maxbAnd if it isn't redistributable, you might as well just stick it on an internal web server14:56
pmjdebruijnwe're considering that too14:56
pmjdebruijnbut having multiple places is rather inconvenient14:56
pmjdebruijnbigjools: is there an information page on the commercial ppa stuff14:57
pmjdebruijnuncle google isn't helping me out14:57
StevenK"Uncle Google" just sounds creepy.14:58
bigjoolsnot entirely sure but check out http://help.launchpad.net/14:58
bigjoolsfailing that, Private Revell14:59
X3lectricStevenK: beware "uncle" google is gonna fondle with your children and eat your kittens and drown burn you at the stake...14:59
pmjdebruijnhttps://launchpad.net/+tour/join-launchpad#commercial15:00
pmjdebruijngot it15:00
SteveExodusgrr fakeroot is oversold ... should be fakeattr15:23
Ursinhais it possible to query launchpad using launchpadlib in batches?16:25
bigjoolsUrsinha: did you get an answer from anywhere?17:01
dokobigjools, lifeless: could somebody of you force the import of https://code.launchpad.net/~doko/gcc/4.617:04
Ursinhabigjools: no sir17:04
bigjoolsUrsinha: if something returns a collection it's automatically batched17:04
bigjoolsdoko: did you fix it?17:05
Ursinhabigjools: so if it gives me a timeout I can do nothing but cry, right?17:05
Ursinha(if a bug's already filed and blabla)17:05
bigjoolsUrsinha: fraid so :(17:05
dokobigjools: how am I supposed to fix:17:05
dokoImport failed:17:05
dokoTraceback (most recent call last):17:05
dokoFailure: twisted.internet.error.TimeoutError: User timeout caused connection failure.17:05
doko?17:05
Ursinhahm17:05
Ursinhathanks bigjools17:05
bigjoolsdoko: yeah just noticed it's a timeout17:05
bigjoolsjelmer: apparently you are the man to fix timeouts on imports?17:06
bigjoolsdoko: I retried it17:08
jelmerbigjools: so it appears..17:08
jelmerbug 79791517:08
ubot5Launchpad bug 797915 in Bazaar Subversion Plugin "large bzr-svn imports failing" [High,In progress] https://launchpad.net/bugs/79791517:08
bigjoolsjelmer: ah!17:08
bigjoolsUrsinha: you might be able to override the batch size17:09
jelmerdoko: ^17:09
Ursinhabigjools: lower it?17:10
bigjoolsUrsinha: indeed.  I don't remember how, but I think there's a way17:10
Ursinhapeople from the future might know that17:11
Ursinhawgrant or lifeless17:11
dokojelmer, bigjools: so I expect the running import to fail as well. when will the fix be available?17:12
nigelbUrsinha: people from the future, lol. Took a moment to understand what it meant :D17:14
jelmerdoko: It's high on my list of things to fix; I can spend some time on it this week if it's important.17:14
dokojelmer: it's blocking the gcc-4.6.1 upload for oneiric, and the upcoming Linaro gcc-4.6 release, so from my point of view (and maybe Linaro's) it's high17:16
jelmerdoko: Ok17:18
Ursinhanigelb: :P17:21
SteveExodusboth 386/64 built successfully and both build status: "failed to upload" uploadlog last word is (OOPS-2004BUILDMASTER1)"18:00
ubot5https://lp-oops.canonical.com/oops.py/?oopsid=2004BUILDMASTER118:00
SteveExodusthanks bot lol18:00
SteveExodusmy lp openid login doesnt allow me access to https://lp-oops.canonical.com/oops.py/18:12
StevenKThat's because it's Canonical-only.18:13
SteveExodusthought so ... but the bot told me to go there18:13
SteveExodus both 386/64 built successfully and both build status: "failed to upload" uploadlog last word is (OOPS-2004BUILDMASTER1)"18:13
ubot5https://lp-oops.canonical.com/oops.py/?oopsid=2004BUILDMASTER118:13
StevenKWell, it's a helpful URL for Canonical Launchpad developers.18:14
SteveExodusi wonder why my new ppa lib built fine but failed to upload ... presumably to the repository18:16
SteveExodus... built on lp thallium18:17
=== Naresh`` is now known as Naresh
czajkowskigmb: oi oi :)18:48
bigjoolsSteveExodus: "FatalUploadError: Unable to find mandatory field 'Files' in the changes file."18:52
SteveExodusbigjools: thanks18:58
=== beuno is now known as bueno
=== bueno is now known as beuno
AureeHi, I couldn't find it in the documentation, what is the limit for client applications to the Launchpad API?19:57
SteveExodussuggestion from a newcomer: put a note in debian/rules recommending not to customise and instead make your own Makefile with make/all/clean targets etc as per documentation in dh_build20:07
SteveExodusthen all the deb stuff will still get done20:08
tlyuis debbugs sync known to be broken currently?20:26
=== JasonOO is now known as JasonO
tlyufound #796003; is there a more appropriate bug to add reports of debbugs sync failure?20:41
=== yofel_ is now known as yofel
tlyuwhatever. commented on #796003.20:51
lifelessAuree: hi, there isn't a fixed limit currently21:08
lifelessAuree: if you were to show up as causing a DOS, we'd block you :)21:09

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