UbuntuIRC / 2011 /06 /28 /#bzr.txt
niansa
Initial commit
4aa5fce
[01:01] <wrtpeeps> guys, any clues at all why I'm getting this error when trying to branch: http://paste2.org/p/1492524
[01:07] <lifeless> wrtpeeps: I'm not sure; could you file a bug? i tlooks like something to do with your temporary directory - pehraps permissions
[01:09] <wrtpeeps_> lifeless, a bug? after 5 mins of using it? That must be a record! :D
=== wrtpeeps_ is now known as wrtpeeps
[01:10] <lifeless> wrtpeeps: it may be a local configuration issue on your machine
[01:10] <lifeless> bzr definitely works on windows
[01:11] <wrtpeeps> hm
[01:11] <lifeless> 12:10 < lifeless> wrtpeeps: it may be a local configuration issue on your machine
[01:11] <lifeless> 12:10 < lifeless> bzr definitely works on windows
[01:11] <wrtpeeps> im running the bzr command line as admin
[01:11] <wrtpeeps> i wonder if it's pageant
[01:12] <lifeless> there should be a more complete backtrace in your bzr.log
[01:12] <lifeless> bzr --version will tell you where that is
[01:12] <lifeless> back soon
[01:56] <ssbr> 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] <nad> hi, when doing 'bzr launchpad-login <myUsername>' 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] <nad> http_proxy env is correct, able to use apt-get successfully using this
[10:37] <spiv> nad: 407 is "407 Proxy Authentication Required"
[10:37] <lifeless> nad: IIRC thats because your proxy wants proxy authentication
[10:38] <spiv> vila may remember how to configure bzr to auth to your proxy
[10:40] <nad> 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] <nad> should have googled bazaar instead of bzr, getting a lot more results :-)
=== mrevell_ is now known as mrevell
[10:48] <poolie> nad, see https://bugs.launchpad.net/bzr/+bug/363019
[10:48] <ubot5> Ubuntu bug 363019 in Bazaar "bzr fails to do proxy authentication" [Low,Fix released]
[10:49] <nad> 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] <ubot5> nad: I am only a bot, please don't think I'm intelligent :)
=== wrtpeeps is now known as awec
[12:20] <thumper> jelmer: ping
[12:26] <jelmer> thumper: p0ng
=== iwata0303 is now known as iwata
[13:22] <iwata> part
=== jr__ is now known as Riddell
[14:57] <poolie> gz, are you around perchance?
[14:58] <poolie> maxb, i sent a proposal to the tb about you
[14:58] <poolie> getting access to jubany
[14:59] <maxb> ok, I will try to write something about my existence on wiki.ubuntu.com
=== tchan1 is now known as tchan
[15:06] <iwata> jelmer: Hello. https://bugs.launchpad.net/bzr-svn/+bug/795994 This problem is critical for me. Can I reopen it ?
[15:06] <ubot5> Ubuntu bug 795994 in Bazaar Subversion Plugin "Files with non-ascii path are not pushed to svn" [Undecided,Incomplete]
[15:06] <jelmer> iwata, hi
[15:07] <jelmer> iwata, I've reopened it; a test case would be very nice
[15:07] <jelmer> jam: ping
[15:08] <jelmer> jam: bug 441125 - do you know why your fix for that would not have landed?
[15:08] <ubot5> Launchpad bug 441125 in Bazaar "bzr reconcile doesn't work on stacked 2a repositories" [High,Confirmed] https://launchpad.net/bugs/441125
[15:08] <jelmer> jam: nevermind
[15:12] <iwata> jelmer: Thank you.
[16:16] <spiv> 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] <RobOakes> Good morning. Is this a good place to ask questions about bzr recipes?
[18:15] <spiv> RobOakes: sure. #launchpad too.
[18:16] <RobOakes> 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] <RobOakes> (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] <RobOakes> 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] <jelmer> RobOakes, what is the recipe?
[18:19] <RobOakes> It can be found here: https://code.launchpad.net/~lyx-outline-devel/+recipe/lyx-2.1-daily
[18:20] <RobOakes> but, #bzr-builder format 0.3 deb-version ...
[18:20] <RobOakes> branch
[18:20] <RobOakes> nest-part packaging lp:packaging-branch debian
[18:23] <spiv> RobOakes: ah
[18:23] <spiv> "debian/changelog didn't contain any parseable stanzas."
[18:23] <spiv> You need to indent lines 3 and 4 of debian/changelog I think
[18:23] <spiv> Just like the existing entries.
[18:24] <RobOakes> Oh. (I hate it when I oversee stupid things like that.)
[18:24] <spiv> I *might* be wrong
[18:24] <threeve> 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] <jelmer> RobOakes, have you tried the build locally?
[18:25] <RobOakes> 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] <spiv> RobOakes: I think your open-minded approach to debugging :)
[18:26] <spiv> s/think/like/
[18:31] <RobOakes> It's served me well.
[18:31] <RobOakes> Right, so I just fixed the formatting errors in changelog, hopefully that will fix it ...
[18:31] <RobOakes> 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] <RobOakes> (And I know virtually nothing about packaging.)
[18:33] <RobOakes> Hmm. I think that may have fixed it. Thanks for pointing out the problem :)
[18:37] <RobOakes> 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] <stub> Who maintains the beta PPA? The pipeline package seems to needs to be updated to cope with bzr 2.4
[19:21] <maxb> We (mostly I) do
[19:23] <stub> maxb: Should I file a bug report on Launchpad?
[19:23] <stub> ** Unable to load plugin 'pipeline'. It requested API version (2, 3, 0) of module <module 'bzrlib' from '/usr/lib/python2.7/dist-packages/bzrlib/__init__.pyc'> but the minimum exported version is (2, 4, 0), and the maximum is (2, 4, 0)
[19:27] <maxb> You're welcome to file the bug, but in practice it's more useful to file in debbugs
[19:28] <maxb> Or, just trust I'll remember to fix :-)
=== yofel_ is now known as yofel
[22:22] <jelmer> w00t, we're past r6000 :)
[22:23] <fullermd> That's not nearly as important as being past RS/6000 :p
[22:49] <threeve> 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] <jelmer> threeve: The pager plugin is the only option I'm aware of; IIUC it should still work
[22:53] <threeve> jelmer: thanks... any idea how I get it? The home page appears to be dead: http://bzr.oxygene.sk/bzr-plugins/pager/
[22:53] <jelmer> threeve, https://launchpad.net/bzr-pager
[22:53] <threeve> at least, that's the one linked from the wiki plugins page
[22:53] <threeve> ah, thanks
[23:10] <LeoNerd> bzr tags --help mentions the --sort=ARG option, but I don't see a list of allowed values anywhere.
[23:10] <LeoNerd> I want to view the tag of the most recent version
[23:11] <jelmer> LeoNerd, there's an open bug about that
[23:12] <LeoNerd> Ah OK. :) in the meantime then can anyone tell me a useful value? :)
[23:13] <jelmer> LeoNerd: IIRC the values are natural, alpha and time
[23:13] <LeoNerd> Ahhh... alpha and time look useful to me; the nature of my tags means they're the same. Thanks
[23:14] <LeoNerd> natural I'm guessing is the default, because it puts the wrong one at the end..
[23:14] <LeoNerd> Well, wrong in my use-case