/srv/irclogs.ubuntu.com/2013/02/25/#bzr.txt

=== cinerama_ is now known as cinerama
=== Logan_ is now known as y
=== mmrazik is now known as mmrazik|lunch
=== mmrazik|lunch is now known as mmrazik
=== wedgwood_away is now known as wedgwood
=== mmrazik is now known as mmrazik|afk
=== deryck is now known as deryck[lunch]
idnaranyone know what would cause the error seen at https://buildbot.twistedmatrix.com/builders/debian-easy-no-zope-py2.6-epoll/builds/186/steps/bzr-svn/logs/stdio ?18:36
idnarthe branch in question is an SVN branch via bzr-svn18:38
jelmerhi idnar18:44
jelmeridnar: so, it looks like for some reason the revspec is trying to get a write lock while the branch is read-only locked18:46
idnarhi jelmer18:46
jelmeridnar: actually, it seems like this is being triggered by ghosts18:46
jelmerso the revspec (before:) is trying to use some revision data that is not present in the svn branch18:46
jelmerit tries to fetch that data into the branch, but that is not possible because the branch is read-only locked18:47
idnarokay, I was thinking something along those lines but wasn't familiar with the internals18:51
idnarshould I file a bug report against...bzr-svn, I guess?18:52
jelmeridnar: I think this is a bug in bzr itself, in the before: revspec18:54
jelmeridnar: it just happens to be triggered by bzr-svn, or this particular situation18:57
idnarokay, I filed https://bugs.launchpad.net/bzr/+bug/113293219:01
ubot5Launchpad bug 1132932 in Bazaar "before: revspec trying to write to branch with read-only lock" [Undecided,New]19:01
=== deryck[lunch] is now known as deryck
jelmerthanks idnar19:14
=== wedgwood is now known as wedgwood_away
=== wedgwood_away is now known as wedgwood
jelmeridnar: it should be possible to work around the issue by simply forcing a write lock in bzr log19:32
idnarapparently it's been worked around by using a different revspec that accomplishes the same thing19:33
bamvacI'm getting error "No module named xml.parsers.expat" when trying to `bzr init-repo ProjectX`22:10
bamvac`zypper in expat` was successful, but problem persists22:16
=== _thumper_ is now known as thumper
jelmerbamvac: sounds like you are missing an xml library22:21
jelmerbamvac: how did you install bzr?22:21
bamvacI built the OS with suseStudio using a JeOS base image. I'm rebuilding another using the Server base now.22:24
bamvacjelmer: do you suggest I include bzr with the selected software, or install it after configuring the OS?22:29
spivbamvac: that module is part of the standard python installation IIRC22:31
spivbamvac: so I guess make sure that your OS build includes that part of Python (for simplicity, I'd just make sure it has the whole Python standard library; it's not very large)22:32
bamvacspiv: Including python-xml package solved my issue.22:42

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