=== salgado is now known as salgado-afk === Ursinha-dinner changed the topic of #launchpad to: https://launchpad.net/ | Channel logs: http://irclogs.ubuntu.com | Help contact: Ursinha | launchpad-users@lists.launchpad.net === Ursinha-dinner is now known as Ursinha [02:21] hello people [02:22] hi nhasian [02:22] i dont see any info on help.launchpad.net or anywhere else about how to remove or cancel a launchpad account [02:23] nhasian, you can deactivate your account [02:23] dont deactivate mine :) I just need to see how to do it to answer someone's question [02:23] oh, right :) [02:24] I'll search on the docs, if didn't find, will ask right people to create that :) [02:24] but you can go to the profile, then Change details, then at the bottom there is: [02:24] oh i found it in the faq too [02:24] sorry to trouble you [02:24] Never going to use Launchpad again? Deactivate your account. [02:24] nhasian, no problem! :) [02:27] i've spent a lot of time in answers.launchpad helping out but now i'm trying to learn bug triaging. a lot of info to absorb and my head is spinning [02:29] nhasian, know how that feels :) [03:21] ETOOMANYNICKSSTARTWITHSP [03:21] spm: you know, if you say 'lowsars' it gives some inspiration for a better mugshot [03:21] lifeless: you'll keep. :-) [03:22] spm: I was thinking neanderthal [03:22] with glasses [03:22] or something [03:23] sounds like a farside cartoon.... [03:24] lifeless, lol [03:24] not to be a staff member from pedantical, but isn't it neandertal? the 'h' being a perversion? could be wrong. [03:24] spm: far be it from me to get between you and perversion :) [03:24] damn. 2/0. I'm not doing well this week. [03:25] you and your preversions [03:29] spm: and http://en.wikipedia.org/wiki/Neanderthal [03:30] lifeless: yeah - I vaguely recall NatGeo quite a few years ago did an issue on Neanderthal's and got worked up over the whole 'h' thing. [03:31] the valley is 'Neandertal' [03:32] these days hmm :) [03:32] http://en.wikipedia.org/wiki/Neanderthal#Etymology_and_classification [03:32] read that paragraph specifficaly [03:32] bah spellink [03:36] I should re-dig up that natgeo. be interesting to cros compare with the section. [04:16] Can anyone please explain this ppa reject error Unhandled exception processing upload: 'ascii' codec can't encode characters in position 67-73: ordinal not in range(128) [04:16] Cause I don't understand where/what should I fix [04:21] xnox, your display name on lp contains non-ascii chars? [04:27] Ursinha: Yeap [04:27] xnox, that's the problem [04:27] it's a known bug [04:27] have to find the number [04:28] Ursinha: And 51 previous successful builds did not have a problem with that............... [04:28] xnox, oh, so I have no idea [04:29] * xnox wonders how cool is it to be the Universe to send randoms bugs to us earthings [04:29] you did nothing different? [04:29] Ursinha: nope [04:29] Ursinha: I'll bump the version number and I'll see what happens [04:29] xnox, right [04:29] you can also file a bug about it [04:30] we'll be happy to help [04:30] said bug, the unsleeping Ursinha will be only too happy to QA ;-) [04:30] all of you are really great and helpful =D! [04:30] spm, :P [04:30] xnox, we try :) [04:31] Oh yeah and the Ubuntu Developers Week was *awesome* [04:31] xnox, indeed [04:32] I'm still curious about UDS. There were a few major sessions (which were planned across all channels) [04:32] but there are no logs, no notes, no videos from those =( [04:32] Like Python 3000 QA, Launchpad 3 and so on and so forth [04:59] Ursinha: I've bumped version number and it got accepted just fine [05:00] xnox, this is weird === Ursinha changed the topic of #launchpad to: https://launchpad.net/ | Channel logs: http://irclogs.ubuntu.com | Help contact: - | launchpad-users@lists.launchpad.net [05:00] but that non acsii bug is quite scary [05:00] Cause for me personally it is a pleasure that launchpad.net supports my name the way I want it to be written and read [05:27] jamesh: ping [05:27] duffyd: pong. [05:28] jamesh: hi, my name is tim and I just flicked you an email re. pygpgme [05:28] * jamesh goes to look [05:28] jamesh: I've studied the tests and implemented (as per my email) as much of the code as I can workout but getting that error :( [05:28] ta [05:30] jamesh: I encrypted the test file with gpg and using (presumably) the priv key for that user [05:30] duffyd: what are you passing in as the first argument to decrypt? [05:31] from memory its the UID for the user [05:31] I'll need to check again [05:31] I set that part up yesterday [05:31] and brain is a bit fried [05:31] should be a file-like object [05:31] oh really [05:31] oh yes it is [05:31] doh [05:31] thought you were talking about the 'get_key' method ;) [05:32] as per the email, data is a file object gotten by opening a pgp-encrypted xml-rpc file [05:33] jamesh: actually I better confirm that [05:33] as I chuck them into a list [05:33] I think it isn't a file obj [05:34] as long as it supports a read(n_bytes) method, it should be fine [05:35] got it [05:35] actually its not erroring now!!! [05:36] mmm but the decrypted data is empty [05:36] * duffyd goes off to work it out [05:39] jamesh: I created the file via: gpg -u 'UserName ' -e -r E5235B12EAEF7FC2F70060B952044E4F4C2EA925 filename.xml [05:39] jamesh: I hope that's the right way. I'm a gpg/pgp n00b :( [05:44] duffyd: you might want to try sprinkling a few printf()'s in src/pygpgme-data.c to try and track the problem down [05:44] that's about all I can think to suggest at present. [05:44] jamesh: ok [05:44] * duffyd scared of C :) [05:44] thanks [05:48] jamesh: any hope of a 0.2 or higher release of pygpgme at some stage? [05:48] I've just manually checked out pygpgme from trunk and changed it to be 0.2 in the meantime [05:49] it'd be worth making another release at some point, yeah. [05:49] cool [05:52] jamesh: hey it did decrypt it! [05:52] yay :) [05:52] duffyd: what did you have to change? [05:52] well I needed to actually pass file objs into it [05:53] that was the first thing I asked about :) [05:53] and then I just needed to do a ".seek(0)" on the returned StringIO obj and a 'read()' [05:53] jamesh: yeah I know I changed it as soon as you said [05:53] jamesh: that was what helped :) [05:54] doing getvalue() on the output StringIO is probably a bit clearer than seek/read [05:54] now I'm just getting all the '\n' characters being escaped [05:54] ugh [05:54] I had this happen last time and had to use 'codecs.open' which fixed it [05:54] but now with a StringIO dunno an easy way to fix it :( [05:54] why me ;) [05:54] jamesh: nice [05:55] well PGP works with byte streams, so it is up to you to encode the data you encrypt and decode the data you decrypt [05:56] jamesh: k, that might be part of it [05:56] if I just open it as a binary? [05:56] but I've tried this and it didn't work either [06:07] duffyd: there is no substantial difference between text and binary mode on unix systems with Python 2.x [06:07] jamesh: yeah true [06:08] jamesh: recall that now. And since < Mac OSX 9 [06:08] duffyd: you might want to try decrypting the data manually with gpg to see whether it matches what you're seeing in Python [06:08] i.e. your problem might be on the encryption side. [06:08] this seems to work: decryptedData.decode("string_escape") [06:08] jamesh: thanks again! [06:09] if you need that, I'd check your encrypt side. [06:10] jamesh: I won't have much control over that as we're getting the files sent to us from an external party [06:10] I'll just need to wait and see [06:10] duffyd: that's why I suggested trying to decrypt manually. You should get the same data as was encrypted. [06:11] jamesh: yeah I have done that already and it works fine [06:11] did that long before I started coding [06:11] jamesh: seems to decode fine now - so thanks for your help [06:12] I'll need to wait until the actual data comes through to see how things go [06:12] just using test data I've created manually at this stage [06:16] cu all [07:02] anyone know how to install bazaar in my ubuntu system [07:03] apt-get install bzr [07:03] sudo apt-get install bzr === henninge_ is now known as henninge === mcasadevall is now known as NCommander [10:37] hi! I did this before, but can't find now, where can I assign series to a branch? [10:37] stupid me, found it [10:37] domas: On the series page, there's a link in the actions portlet. [10:37] * wgrant stabs Launchpad. [10:37] wgrant: I was looking everywhere, except main project page [10:37] How do I even have privileges to see the display names of private teams? [10:40] wgrant, there are no such thing as private teams yet [10:41] wgrant, there are private membership teams [10:41] kiko-afk: Then why are there these teams that exist but I cannot see? [10:41] wgrant, you mean [10:41] I know that one of them existed a couple of weeks ago. [10:42] ? [10:42] sorry, that was a question [10:42] kiko-afk: No, it gives me their display names and names, but going to the URL 404s. [10:42] that was actually a bug [10:42] anyway [10:43] there is working happening on private teams this month [10:43] brad and curtis [10:43] It also seems to show merged teams. [10:44] "it"? [10:45] wgrant: https://edge.launchpad.net/people/?name=canonical&searchfor=teamsonly as an unprivileged user, sorry. [10:45] Gah. [10:45] kiko-afk: ^^ [10:45] hi all, I would like some help on migrating my bug reports from sourceforge to LP [10:46] I already posted a question about that and an admin told me that the migration will be done, but after 2 weeks no news.. [10:46] it was question 57552 https://answers.launchpad.net/launchpad/+question/57552 [10:47] fab1, oops! what's the que.. ah [10:47] for migrating Stellarium [10:47] gmb, ping? [10:47] kiko-afk: Hi [10:47] * gmb reads scrollback [10:49] fab1: Hi. Sorry for not getting back to you sooner; I'd let this slip of my radar; my fault entirely. [10:49] ah ok [10:49] no problm [10:49] fab1: I've already done a local import of stellarium and it looks fine. [10:49] So we need to do an import to a public availalbe location for you to check it out. [10:50] OK, the thing is that the trackers were modified lastly on sf [10:50] ok, it's fine with me [10:50] fab1: How do you mean? [10:50] I mean you need to start agin from the sf.net tracker [10:50] not from your now older copy [10:50] fab1: Oh, okay. [10:50] I make a point of doing that anyway, but thanks for letting me know. [10:51] gmb: nice :), I'm looking forward, sf drive me nut! [10:51] fab1: I'll take care of that for you today or tomorrow... I just need to find out the best place to do the import for you to check it out. [10:52] fab1: Sorry I had to make your pain last longer :/ [10:52] gmb: hehe, it's ok after some years.. [10:52] :) [10:52] gmb, maybe freeze staging db upgrades and do it there? [10:52] I realize the lack of demo sucks [10:52] kiko-afk: That's what I was thinking. [10:53] but we can only do demo when we have the new servers in [10:53] kiko-afk: Can you take care of freezing staging or do I need to wait for a LOSA? [10:53] wgrant, I think that's also a long-standing bug 8) [10:53] Launchpad bug 8 in rosetta "Translator forums/means of communication" [Wishlist,Confirmed] https://launchpad.net/bugs/8 [10:53] gmb, better to get a LOSA to do it, but talk to francis and curtis too because they have similar needs right now [10:53] kiko-afk: Righto. [10:54] for the milestone/series stuff [10:54] fab1: I'll keep you posted about this; I should be able to let you know some time today about when I'll be able to do the improt. [10:55] OK, thanks a lot [10:55] kiko-afk: I see... [10:55] gmb, just run it today on staging and he'll be able to see it for at least 24h? [10:55] wgrant, reported also I believe [10:55] and check out the new Stellarium version if you have time :) [10:56] kiko-afk: True, but the staging update log only goes up to yesterday, so I don't know whether the staging update for today is in progress or not. [10:56] kiko-afk: I'll talk to herb when he comes online. [10:56] gmb, yeah, spm is probably gone by now [10:56] kiko-afk: Yeah, it's 22:00 his time :) [10:56] well he amazes us sometimes [10:56] anyway, I need to roll out, will bbiab [10:56] Ok. [10:57] ok ciao guys === salgado-afk is now known as salgado === salgado is now known as salgado-brb === abentley1 is now known as abentley === salgado-brb is now known as salgado [12:53] hmm, how do I delete a project on Launchpad === _neversfelde is now known as neversfelde [12:57] mikl: File a request at https://answers.launchpad.net/launchpad [13:12] authentication fails with a ppa [13:12] how do I debug this? [13:12] apt-get doesn't tell me what fails [13:13] \o/ wheee, released my pet project via launchpad [13:13] domas: congrats [13:13] cyberix: what does "authentication fails with a ppa" mean? [13:13] what problems are you having? [13:14] WARNING: The following packages cannot be authenticated! gnunet gnunet-tools gnunet-server gnunet-client gnunet-common [13:14] Install these packages without verification [y/N]? [13:14] E: Some packages could not be authenticated [13:14] And I added the key [13:14] cyberix: install your PGP key? [13:14] :-) [13:14] you did not, then! [13:15] ? [13:15] did you sign the packages?!!? :) [13:15] They are not mine [13:15] cyberix: are you trying to install the packages on your local system? [13:15] yes [13:15] Is this an apt-get error? [13:15] yes [13:15] cyberix: where did you add the key? [13:16] https://launchpad.net/~teamgnunet/+archive/ppa [13:16] got it from there [13:16] .. and then? [13:16] added it both the graphical way [13:16] and command line way [13:17] cyberix: https://help.launchpad.net/Packaging/PPA#Adding%20a%20PPA%27s%20keys%20to%20your%20system [13:17] did you follow this? [13:17] yes [13:17] that's the one [13:19] cyberix: please do a "sudo apt-key list" and see whether the key in question is listed [13:20] pub 1024R/A52AD45F 2009-01-20 [13:20] uid Launchpad PPA for teamgnunet [13:23] cyberix: something's not the way it should be, please request support here: https://answers.launchpad.net/launchpad/+addquestion [13:25] Someone managed to install the packages without warnings [13:26] http://wiki.ubuntuusers.de/Benutzer/zerwas [13:29] cyberix: Have you run apt-get update since you added the key? [13:29] yes === mrevell is now known as mrevell-lunch === gary_poster changed the topic of #launchpad to: https://launchpad.net/ | Channel logs: http://irclogs.ubuntu.com | Help contact: gary_poster | launchpad-users@lists.launchpad.net === mrevell-lunch is now known as mrevell [14:08] cyberix: your PPA wasn't modified since signing keys were introduced. === kiko-afk is now known as kiko === sale_ is now known as sale === matsubara is now known as matsubara-lunch [15:14] intellectronica, g'morning, you alive? === salgado is now known as salgado-lunch [15:17] AlexC_: hi [15:18] intellectronica, just wondering if I had to create a question for the blueprint removal, or if you were going to poke someone about it [15:18] AlexC_: sorry i still haven't gotten to deleting your data, b.t.w. i'll try to finish it at some point today [15:18] ahh, ok =) No worries [15:18] AlexC_: no, no need for another question. i just need to go through this with an admin [15:19] intellectronica, ok, thanks again for doing this [15:27] Hi. I'm new to launchpad. I have a bzr plugin I wrote, and i would like to host it on launchpad. But I don't want to confuse it with the official bzr plugins. Is there a naming convention I should use here? bzr-plugin-** seems to be taken by the official bzr development. [15:32] gorgapor: I don't know of one but I'll see if I can find out for you. abentley, can you help out? ^^ [15:32] gorgapor: There are no official plugins. [15:32] i just figured out that there's a difference between a hosted project and a hosted branch. If i put it under ~gorgapor/+junk/whatever it will be very clear that it's just my plugin [15:33] gorgapor: If you think your plugin isn't really ready for other people to use, that's a fine place for it. [15:33] gorgapor: but then it looks like junk to other people. :-) if it is actually something you think is worth sharing, I say make a project [15:34] heh, agree with abentley; glass half empty, half full versions [15:36] well, i'll ask your opinion of it... It's a plugin that we use at my work, to run django unittests before commiting. but it's generic enough to run any command before commiting, then ask the user whether or not to continue, based on the output of the command [15:37] also, can anyone think of a better name for the plugin than "ask_commit" ? [15:38] gorgapor: That sounds worth making a project for. Perhaps "bzr-conditional-commit?" [15:38] abentley: that name is an improvement [15:47] dumb question: i've made the project, how do i add my branch to it? [15:48] nm, found the help page === matsubara-lunch is now known as matsubara === salgado-lunch is now known as salgado === MTecknology is now known as mtbot === mtbot is now known as MTecknology [16:44] a quick question about releases & milestones if someone is free? [16:44] (otherwise i'll put it on answers.launchpad.net instead) [16:45] dnwe: what's up [16:45] gary_poster: ok, https://help.launchpad.net/Projects/SeriesMilestonesReleases [16:45] gary_poster: currently we only have a devlopment series [16:45] gary_poster: now we want to plan for a 1.0 release [16:46] gary_poster: should we a) create a 1.0 milestone on the development series, b) rename the development release to 1.0 or c) create a separate 1.0 milestone with different branch [16:46] c) should say release, not milestone [16:49] dnwe: That's up to you, to some degree. (See the 2.17/2.18 GNOME example in the link you gave.) What I've seen other teams do is c, keeping the development series around. [16:50] ok === salgado is now known as salgado-dr === thekorn_ is now known as thekorn === salgado_ is now known as salgado [17:43] Just wanted to pop in and say I think Launchpad Performance Week is a great idea. I'm glad to see performance getting some attention. [17:44] ScottK, :) [17:44] If it gets fast enough, I might even manage to use the site navigation features and not use tab completion and url typing. [17:57] g'morning [17:58] I've a question about translations work flow. We currently work in /trunk of our repo, and this is the translations files we would like translated - do I upload these for the series 'trunk', or for the series that this release will become? For example, 'trunk' will become '2.3.0' [17:58] also, how does Launchpad handle changing .pot files? Such as if I upload a .pot file, then a new one with additional strings and some removed - will all translations remain, but with blanks and others removed? [17:59] AlexC_: maybe danilos can answert that? [17:59] AlexC_: b.t.w your blueprints are gone. bugs to follow [17:59] intellectronica, =) thank you very much === bac is now known as bac_lunch === kiko__ is now known as kiko-afk === bac_lunch is now known as bac === maxb_ is now known as maxb [19:14] Someone posted a bug in my LP project with revealing information (username and password). How can I censor his post as to remove it? [19:14] remove the sensitive info* [19:15] Oh, nevermind, it's marked as "private". =P [19:58] i am currently pushing my branch to ~alex-weej/+junk/something [19:58] but now i've registered my project [19:58] how do i update my bzr repo? [20:07] alex-weej, bzr push --remember [20:07] will change the default push location [20:15] why is it that the launchpad PPA build farm is almost completely idle despite having long queues? [20:16] right now there's 2xi386 active and 2x lpia active, amd64 totally idle, but 9xlpia 14xi386 20xamd64 in queue [20:16] it's like it takes so long to issue a new job that old jobs finish before it can assign new ones to that host... [20:16] they're probably newly-added and the process that dispatches the builds has not caught up yet [20:17] we're working on making that better [20:17] I have been told in the past that the machines pick up new builds via a cronjob, not immediately - is that still true? [20:17] moar parallel dispatch :) [20:17] maxb: it's a twisted app [20:17] bd_: exactly! [20:18] So, what's the expected latency from enqueueing to allocating an idle buildd? [20:18] based on refreshing +builds, it looks like it takes ~10-20s to issue a job? [20:18] it depends on how many other builds are in process and if any just completed [20:21] also, for future reference, is there any good way to cancel my own build job, if I realize I made some mistake on a relatively heavy build? [20:22] I know I can delete the package, but if the build was already issued, it still ties up buildd time [20:22] unfortunately not [20:23] :/ [20:25] Poor hppa buildd. I don't think it'll ever finish its queue :-) === spm_ is now known as spm [20:26] maxb: give it until the release feeeze, I guess? :) [20:26] For Intrepid it was still madly building up to the end and didn't finish. [20:26] Where'd primero go? [20:26] But that was mostly because libc6 was broken for a long time and then only fixed at the last moment. [20:26] I think that Hardy is the only recent release where it caught up by the end. [20:29] hey guys - so when someone puts up a merge request, and I merge them and push, launchpad picks that up and marks it as merged [20:29] but if I merge them into an intermediate branch first, and then merge that into the target branch, launchpad does not seem to notice [20:41] mtaylor: yeah, i think the scanner only looks at the tip revision of the branches [20:41] mwhudson: well, that would explain it then [20:41] mwhudson: should I file a bug? or is that expected behavior? [20:42] oh hm [20:42] *ahem*bug*ahem* [20:42] it seems that it only marks the branch as merged when it's merged into the dev focus [20:42] let's see what thumper thinks [20:42] yes? [20:43] thumper: see what mtaylor said about 6 lines up [20:44] mtaylor: launchpad should notice [20:44] mtaylor: can you give me a concrete example? [20:44] thumper: sure. [20:44] * mwhudson reads the code and agrees with thumper [20:45] thumper: lp:drizzle last night pushed a merge which contained a lot of sub merges [20:45] ok [20:45] one was https://code.edge.launchpad.net/~fallenpegasus/drizzle/logging/+merge/3229 (which I just fixed by hand - sorry) ... lemme look for one that's not fixed-by-hand [20:45] mtaylor: did the merge proposals not get marked? [20:46] https://code.edge.launchpad.net/~fallenpegasus/drizzle/logging/+merge/3229 [20:46] i can believe that the _branches_ might not have been marked as merged [20:46] there you go - there's one that didn't get marked [20:46] crappit [20:46] https://code.edge.launchpad.net/~tmaesaka/drizzle/drizzle-fix-bug310304/+merge/3248 [20:47] mtaylor: that looks merged to me too? [20:47] mtaylor: looks merged to me too [20:47] mwhudson: it shows status=pending and merged at revision= not available ? [20:47] mtaylor the review is pending [20:47] ah... I see merged now though [20:47] gotcha [20:47] mtaylor: and it doesn't know what revision it was merged at [20:48] mtaylor: if we tried harder, we could figure it out [20:48] mtaylor: but it has some pathalogical cases [20:48] ok. fair enough. [20:48] mtaylor: which I didn't want to get into [20:48] I'm sure it does! [20:48] mtaylor: and was wanting bzrlib to provide a nice method for us [20:48] mtaylor: all of the outstanding drizzle proposals have uncommitted revisions [20:48] mtaylor: we check merged to mean "tip of source branch is in target" [20:49] ok. sweet. [20:49] thumper: is launchpad sending people emails to let them know their branches got merged? [20:49] I'm wondering if we need some UI polish to not make the pending review stick out so much for a merged proposal [20:50] mtaylor: as long has they haven't unsubscribed from their own branch, yes [20:50] * thumper thinks [20:50] it might be nice - also... it's unclear to me right now how to make that pending review [20:50] ah [20:50] actually, I'm not sure that the scanner is triggering that email [20:50] how to make that pending review change status [20:51] mtaylor: there should be a link next to it [20:51] mtaylor: also, if you are a member of the team and review the code, you should claim it [20:51] no link... [20:51] mtaylor: there is a small buglet which I'd like to fix on the review claiming [20:52] mtaylor: probably because it is merged :) [20:52] hehe [20:52] perhaps being merged should be a way to indicate review accepted? [20:52] mtaylor: yes, but accepted by whom? [20:53] the person who merged it? [20:53] what if a robot merged it? [20:53] what if LP can't work out who merged it? [20:53] although I see what you mean [20:53] well, in that case, I totally see your point [20:53] file a bug :) [20:53] yay! [20:54] it's also a bug that buigs.launchpad.net doesn't take me anywhere :) [20:54] no [20:54] that's pebkac [20:54] :) [20:54] maybe a page that says "Did you mean bugs.launchpad.net?" [20:57] hehe [20:58] k. bug#325030 === salgado is now known as salgado-afk [21:00] mtaylor: thanks === nemo__ is now known as nemo [22:04] Hmm... When uploading to my ppa, I get: [22:04] Rejected [22:04] Could not find person '' [22:04] What could be causing this? [22:05] Ah... [22:05] Not having my .dput.cf on there, probably. [22:05] Never mind. === spitfire__ is now known as spitfire_ === matsubara_ is now known as matsubara-dinner [22:54] hello, i think launchpad has a small low importance bug in PPA pages, sometimes selector of release to show does not change the apt lines the first time you chage it, i pray for you to understand I say [22:55] EagleScreen, it works fone for me [22:55] ppa pages has a selector: Display sources.list entries for... that button does not always works fine for me [22:56] sometimes i have to use it various times to change apt lines [22:56] EagleScreen, sometines it does and sometimes it doesn't? [22:56] yes [22:56] do you get a javascript error? [22:56] any error is presented to me [22:57] EagleScreen, well, I can't reproduce it, and if you can't give us any information on what errors you get, it's kinda hard to fix [23:01] yes i know, but it is not failing right now [23:02] the building of a package i uploaded has failed, it is the first time it happens to me, look the log: [23:02] http://launchpadlibrarian.net/21962246/buildlog_ubuntu-intrepid-amd64.mount-systray_0.4-1guada2ubuntu1~ppa1_FAILEDTOBUILD.txt.gz [23:02] any idea? [23:46] EagleScreen: I suggest you actually read the log! [23:46] Since it explicitly states what the problem is [23:52] gnome-doc-prepare? [23:53] Well, I was more thinking the next line down which even tells you what package and version requirement is needed, but yes [23:56] oh now I see, in intrepid there is a lower version of gnome-doc-utils [23:57] then.. must I also upload an updated gnome-doc-utils to my ppa? [23:59] One moment. Is not 0.13.1 upper than 0.4.2? [23:59] intrepid has 0.13.1