bazaar in chroot
Hajo Locke
hajo.locke at gmx.de
Wed Dec 21 11:54:42 UTC 2011
Hello,
>> Another thing you could try running bzr under strace to see what
>> location it's trying to load the extensions from - just grep for
>> _static_tuple_c in the strace output.
ahh, i straced again and found the problem.
all of the .so files were searched in chrooted /usr/share/pyshared/bzrlib/
in non-chrooted env this .so files are all located in
/usr/lib/python2.6/dist-packages/bzrlib
the chrooted bzr did not search for files in chrooted
/usr/lib/python2.6/dist-packages/bzrlib which is also existent.
I copied the files and solved this by now. Are this searchpaths adjustable
by some conf-settings in ~/.bazaar/bazaar.conf ? there is no conf in
original packages.
Thanks for your help,
Hajo
More information about the bazaar
mailing list