Control: reopen -1 Control: tag -1 -unreproducible On Sat, Apr 26, 2014 at 04:01:43PM +0200, Daniel Baumann wrote: > severity 745418 normal > tag 745418 unreproducible > tag 745418 help > thanks > > On 04/26/2014 03:51 PM, Jelmer Vernooij wrote: > > No, that doesn't help: > > i just checked again on a new vbox installation of a clean sid/amd64 > system. i can't reproduce it. > > if you install lxc on a clean system *without* having any python* > installed, lxc-ls complains about it the normal way which is fine: > > bash: /usr/bin/lxc-ls: /usr/bin/python3: bad interpreter: No such file > or directory > > if you then install python3, everything is fine and lxc-ls works as it > should. > > > if you install lxc on a clean system *with* having python3 installed, > lxc-ls works just fine. > > therefore, sounds to me like a local issue of yours?
This is caused by the python3 transition from python3.3 to python3.4, which hit unstable only 2 days ago. $ python3 --version Python 3.4.1 $ python3 -q >>> import _lxc Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named '_lxc' >>>^D $ python3.3 -q >>> import _lxc >>>^D lxc has to be rebuilt with python3.4 as the default python3 (which is the current status in unstable). -- Antonio Terceiro <terce...@softwarelivre.org> http://softwarelivre.org/terceiro
signature.asc
Description: Digital signature