[01:01] guys, any clues at all why I'm getting this error when trying to branch: http://paste2.org/p/1492524 [01:07] wrtpeeps: I'm not sure; could you file a bug? i tlooks like something to do with your temporary directory - pehraps permissions [01:09] lifeless, a bug? after 5 mins of using it? That must be a record! :D === wrtpeeps_ is now known as wrtpeeps [01:10] wrtpeeps: it may be a local configuration issue on your machine [01:10] bzr definitely works on windows [01:11] hm [01:11] 12:10 < lifeless> wrtpeeps: it may be a local configuration issue on your machine [01:11] 12:10 < lifeless> bzr definitely works on windows [01:11] im running the bzr command line as admin [01:11] i wonder if it's pageant [01:12] there should be a more complete backtrace in your bzr.log [01:12] bzr --version will tell you where that is [01:12] back soon [01:56] poolie: we don't seem to get along well, that's all. Lots of small things that have driven me insane by now. === hunger_ is now known as hunger [10:35] hi, when doing 'bzr launchpad-login ' from the terminal I get the following error regarding proxy auth:'bzr: ERROR: Connection closed: curl connection error (Received HTTP code 407 from proxy after CONNECT)'. New to ubuntu dev, using natty. Added my ssh key to launchpad successfully. Any ideas? http_proxy env variable is set [10:36] http_proxy env is correct, able to use apt-get successfully using this [10:37] nad: 407 is "407 Proxy Authentication Required" [10:37] nad: IIRC thats because your proxy wants proxy authentication [10:38] vila may remember how to configure bzr to auth to your proxy [10:40] spiv, lifeless: thanks for the quick response. I cannot seem to find a way to set the authentication settings in bzr through curl. [10:45] should have googled bazaar instead of bzr, getting a lot more results :-) === mrevell_ is now known as mrevell [10:48] nad, see https://bugs.launchpad.net/bzr/+bug/363019 [10:48] Ubuntu bug 363019 in Bazaar "bzr fails to do proxy authentication" [Low,Fix released] [10:49] ubot5: seems to work when i export my https_proxy with the same value as http_proxy, which contains my username and password. Thanks [10:49] nad: I am only a bot, please don't think I'm intelligent :) === wrtpeeps is now known as awec [12:20] jelmer: ping [12:26] thumper: p0ng === iwata0303 is now known as iwata [13:22] part === jr__ is now known as Riddell [14:57] gz, are you around perchance? [14:58] maxb, i sent a proposal to the tb about you [14:58] getting access to jubany [14:59] ok, I will try to write something about my existence on wiki.ubuntu.com === tchan1 is now known as tchan [15:06] jelmer: Hello. https://bugs.launchpad.net/bzr-svn/+bug/795994 This problem is critical for me. Can I reopen it ? [15:06] Ubuntu bug 795994 in Bazaar Subversion Plugin "Files with non-ascii path are not pushed to svn" [Undecided,Incomplete] [15:06] iwata, hi [15:07] iwata, I've reopened it; a test case would be very nice [15:07] jam: ping [15:08] jam: bug 441125 - do you know why your fix for that would not have landed? [15:08] Launchpad bug 441125 in Bazaar "bzr reconcile doesn't work on stacked 2a repositories" [High,Confirmed] https://launchpad.net/bugs/441125 [15:08] jam: nevermind [15:12] jelmer: Thank you. [16:16] vila: https://code.launchpad.net/~spiv/bzr/faster-branch-open/+merge/66165 === beuno is now known as bueno-lunch === bueno-lunch is now known as beuno [18:15] Good morning. Is this a good place to ask questions about bzr recipes? [18:15] RobOakes: sure. #launchpad too. [18:16] Cool. I'm trying to create a daily build recipe for LyX, a word processor that uses LaTeX. I've got a separate packaging branch and my source branch and they merge alright. However, the build fails because it can't find or read the debian changelog. [18:17] (Which is found at debian/changelog. I've taken the debian folder directly from the lyx package and can't figure out why the build is failing.) [18:17] I'm also not the package maintainer, just one of the regular devs. So, this is all kind of new to me. [18:18] * spiv pokes jelmer [18:18] RobOakes, what is the recipe? [18:19] It can be found here: https://code.launchpad.net/~lyx-outline-devel/+recipe/lyx-2.1-daily [18:20] but, #bzr-builder format 0.3 deb-version ... [18:20] branch [18:20] nest-part packaging lp:packaging-branch debian [18:23] RobOakes: ah [18:23] "debian/changelog didn't contain any parseable stanzas." [18:23] You need to indent lines 3 and 4 of debian/changelog I think [18:23] Just like the existing entries. [18:24] Oh. (I hate it when I oversee stupid things like that.) [18:24] I *might* be wrong [18:24] is the pager plugin dead? is there an alternative for having commands like diff and log automatically run through less other than just defining aliases? [18:24] RobOakes, have you tried the build locally? [18:25] Yes. I run into the same packaging errors, but I wasn't sure if it as from my recipe, my debian directory, or the fact that my computer doesn't like me. [18:26] RobOakes: I think your open-minded approach to debugging :) [18:26] s/think/like/ [18:31] It's served me well. [18:31] Right, so I just fixed the formatting errors in changelog, hopefully that will fix it ... [18:31] Do I also need to import the .dsc file? (I'm not sure how to nest a branch to the root of the src tree.) [18:32] (And I know virtually nothing about packaging.) [18:33] Hmm. I think that may have fixed it. Thanks for pointing out the problem :) [18:37] Yay! Now I have an entirely new set of errors, patches aren't applying. I'm probably going to need to talk to the debian package maintainers. Thanks for your help. === wrtpeeps_ is now known as awec [19:19] Who maintains the beta PPA? The pipeline package seems to needs to be updated to cope with bzr 2.4 [19:21] We (mostly I) do [19:23] maxb: Should I file a bug report on Launchpad? [19:23] ** Unable to load plugin 'pipeline'. It requested API version (2, 3, 0) of module but the minimum exported version is (2, 4, 0), and the maximum is (2, 4, 0) [19:27] You're welcome to file the bug, but in practice it's more useful to file in debbugs [19:28] Or, just trust I'll remember to fix :-) === yofel_ is now known as yofel [22:22] w00t, we're past r6000 :) [22:23] That's not nearly as important as being past RS/6000 :p [22:49] Is the pager plugin still alive (doesn't look it), or is there something similar that will automatically run output through $PAGER or similar? [22:52] threeve: The pager plugin is the only option I'm aware of; IIUC it should still work [22:53] jelmer: thanks... any idea how I get it? The home page appears to be dead: http://bzr.oxygene.sk/bzr-plugins/pager/ [22:53] threeve, https://launchpad.net/bzr-pager [22:53] at least, that's the one linked from the wiki plugins page [22:53] ah, thanks [23:10] bzr tags --help mentions the --sort=ARG option, but I don't see a list of allowed values anywhere. [23:10] I want to view the tag of the most recent version [23:11] LeoNerd, there's an open bug about that [23:12] Ah OK. :) in the meantime then can anyone tell me a useful value? :) [23:13] LeoNerd: IIRC the values are natural, alpha and time [23:13] Ahhh... alpha and time look useful to me; the nature of my tags means they're the same. Thanks [23:14] natural I'm guessing is the default, because it puts the wrong one at the end.. [23:14] Well, wrong in my use-case