gitian-builder
gitian-builder copied to clipboard
make-base-vm fails for 18.08/bionic
Host: Debian 9.5
stretch-backports debootstrap (1.0.100~bpo9+1)
bin/make-base-vm --lxc --arch amd64 --suite bionic
I: Configuring initramfs-tools...
W: Failure while configuring base packages. This will be re-attempted up to five times.
W: See /home/gitianuser/gitian-builder/base-bionic-amd64-bootstrap/debootstrap/debootstrap.log for details (possibly the package rsyslog is at fault)
I: Configuring rsyslog...
W: Failure while configuring base packages. This will be re-attempted up to five times.
W: See /home/gitianuser/gitian-builder/base-bionic-amd64-bootstrap/debootstrap/debootstrap.log for details (possibly the package rsyslog is at fault)
debootstrap.log:
Processing triggers for initramfs-tools (0.130ubuntu3) ...
Errors were encountered while processing:
rsyslog
Setting up rsyslog (8.32.0-1ubuntu4) ...
The user `syslog' is already a member of `adm'.
chmod() of /var/spool/rsyslog via /proc/self/fd/3 failed: No such file or directory
chmod() of /var/log via /proc/self/fd/3 failed: No such file or directory
dpkg: error processing package rsyslog (--configure):
installed rsyslog package post-installation script subprocess returned error exit status 1
duplicates #191
#191 is talking about vmbuilder. I thought LXC doesn't use vmbuilder
Tested on Debian 9.5 with different repos:
gitianuser@debian:~$ apt list -a debootstrap
Listing... Done
debootstrap/unstable,now 1.0.109 all [installed]
debootstrap/testing 1.0.108 all
debootstrap/stretch-backports 1.0.100~bpo9+1 all
debootstrap/stable 1.0.89 all
-
1.0.89 from
stretch
doesn't work a priori; -
1.0.100~bpo9+1 from
stretch-backports
doesn't work with an error while configuringrsyslog
package; -
1.0.108 from
buster
works as expected; -
1.0.109 from
sid
works as expected.