Work-around:

In the file /usr/lib/python3/dist-packages/click/chroot.py

Change the last line of the maint() method to always return 0:

def maint(self, *args):
...
    return 0 # ret

With this in place you'll see the errors but can successfully use click
chroots.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1531934

Title:
  OSError: [Errno 16] Device or resource busy: 'home'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/click/+bug/1531934/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to