wrtpeeps | guys, any clues at all why I'm getting this error when trying to branch: http://paste2.org/p/1492524 | 01:01 |
---|---|---|
lifeless | wrtpeeps: I'm not sure; could you file a bug? i tlooks like something to do with your temporary directory - pehraps permissions | 01:07 |
wrtpeeps_ | lifeless, a bug? after 5 mins of using it? That must be a record! :D | 01:09 |
=== wrtpeeps_ is now known as wrtpeeps | ||
lifeless | wrtpeeps: it may be a local configuration issue on your machine | 01:10 |
lifeless | bzr definitely works on windows | 01:10 |
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:11 |
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:12 |
ssbr | poolie: we don't seem to get along well, that's all. Lots of small things that have driven me insane by now. | 01:56 |
=== hunger_ is now known as hunger | ||
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:35 |
nad | http_proxy env is correct, able to use apt-get successfully using this | 10:36 |
spiv | nad: 407 is "407 Proxy Authentication Required" | 10:37 |
lifeless | nad: IIRC thats because your proxy wants proxy authentication | 10:37 |
spiv | vila may remember how to configure bzr to auth to your proxy | 10:38 |
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:40 |
nad | should have googled bazaar instead of bzr, getting a lot more results :-) | 10:45 |
=== mrevell_ is now known as mrevell | ||
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:48 |
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 :) | 10:49 |
=== wrtpeeps is now known as awec | ||
thumper | jelmer: ping | 12:20 |
jelmer | thumper: p0ng | 12:26 |
=== iwata0303 is now known as iwata | ||
iwata | part | 13:22 |
=== jr__ is now known as Riddell | ||
poolie | gz, are you around perchance? | 14:57 |
poolie | maxb, i sent a proposal to the tb about you | 14:58 |
poolie | getting access to jubany | 14:58 |
maxb | ok, I will try to write something about my existence on wiki.ubuntu.com | 14:59 |
=== tchan1 is now known as tchan | ||
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:06 |
jelmer | iwata, I've reopened it; a test case would be very nice | 15:07 |
jelmer | jam: ping | 15:07 |
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:08 |
iwata | jelmer: Thank you. | 15:12 |
spiv | vila: https://code.launchpad.net/~spiv/bzr/faster-branch-open/+merge/66165 | 16:16 |
=== beuno is now known as bueno-lunch | ||
=== bueno-lunch is now known as beuno | ||
RobOakes | Good morning. Is this a good place to ask questions about bzr recipes? | 18:15 |
spiv | RobOakes: sure. #launchpad too. | 18:15 |
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:16 |
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:17 |
* spiv pokes jelmer | 18:18 | |
jelmer | RobOakes, what is the recipe? | 18:18 |
RobOakes | It can be found here: https://code.launchpad.net/~lyx-outline-devel/+recipe/lyx-2.1-daily | 18:19 |
RobOakes | but, #bzr-builder format 0.3 deb-version ... | 18:20 |
RobOakes | branch | 18:20 |
RobOakes | nest-part packaging lp:packaging-branch debian | 18:20 |
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:23 |
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:24 |
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:25 |
spiv | RobOakes: I think your open-minded approach to debugging :) | 18:26 |
spiv | s/think/like/ | 18:26 |
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:31 |
RobOakes | (And I know virtually nothing about packaging.) | 18:32 |
RobOakes | Hmm. I think that may have fixed it. Thanks for pointing out the problem :) | 18:33 |
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. | 18:37 |
=== wrtpeeps_ is now known as awec | ||
stub | Who maintains the beta PPA? The pipeline package seems to needs to be updated to cope with bzr 2.4 | 19:19 |
maxb | We (mostly I) do | 19:21 |
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:23 |
maxb | You're welcome to file the bug, but in practice it's more useful to file in debbugs | 19:27 |
maxb | Or, just trust I'll remember to fix :-) | 19:28 |
=== yofel_ is now known as yofel | ||
jelmer | w00t, we're past r6000 :) | 22:22 |
fullermd | That's not nearly as important as being past RS/6000 :p | 22:23 |
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:49 |
jelmer | threeve: The pager plugin is the only option I'm aware of; IIUC it should still work | 22:52 |
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 | 22:53 |
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:10 |
jelmer | LeoNerd, there's an open bug about that | 23:11 |
LeoNerd | Ah OK. :) in the meantime then can anyone tell me a useful value? :) | 23:12 |
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:13 |
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 | 23:14 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!