diff options
| author | picca <picca@web> | 2017-08-23 12:57:09 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2017-08-23 12:57:09 +0000 |
| commit | 83da88b26f83b13abda8b849fe35e20d67258f71 (patch) | |
| tree | 33dc1b7e82ebb11d2cdf8c40e74babc245e4a25d /doc | |
| parent | 4996ae1d752c6836971509a7c5a805275b20bb4a (diff) | |
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/forum/Sbuild_chroot_are_not_compatible_with_schroot.mdwn | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/forum/Sbuild_chroot_are_not_compatible_with_schroot.mdwn b/doc/forum/Sbuild_chroot_are_not_compatible_with_schroot.mdwn new file mode 100644 index 00000000..8887f438 --- /dev/null +++ b/doc/forum/Sbuild_chroot_are_not_compatible_with_schroot.mdwn @@ -0,0 +1,29 @@ +Hello, I am preparing a property in order to setup a debomatic machine +but when I try to upload a package I get this error from debomatic + + DEBUG: Command '['schroot', '-l']' returned non-zero exit status 1 + Traceback (most recent call last): + File "/usr/share/debomatic/Debomatic/process.py", line 197, in _finish + raise e + File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run + result = self.fn(*self.args, **self.kwargs) + File "/usr/share/debomatic/Debomatic/build.py", line 525, in run + self._build() + File "/usr/share/debomatic/Debomatic/build.py", line 133, in _build + self._setup_chroot() + File "/usr/share/debomatic/Debomatic/build.py", line 395, in _setup_chroot + chroots = check_output(['schroot', '-l'], stderr=fd) + File "/usr/lib/python3.5/subprocess.py", line 316, in check_output + **kwargs).stdout + File "/usr/lib/python3.5/subprocess.py", line 398, in run + output=stdout, stderr=stderr) + subprocess.CalledProcessError: Command '['schroot', '-l']' returned non-zero exit status 1 + +so tried on my own + + :/etc/debomatic# schroot -l + E: /etc/schroot/chroot.d/stretch-amd64-sbuild-propellor: [stretch-amd64-sbuild]: Required key ‘directory’ is missing + +to my opinion the schroot config file generated by Sbuild property does something wrong. + +Cheers |
