Bug#983563: [debian-mysql] Bug#983563: mariadb-server: trigger fails when systemd is not running (eg. chroot)

2021-03-19 Thread Arnaud R
Patch at https://salsa.debian.org/mariadb-team/mariadb-10.5/-/merge_requests/4

Bug#985481: debootstrap: Detection of docker container is broken with cgroup v2

2021-03-19 Thread Arnaud R
I just noticed that there is snippet in scripts/debian-common:     if doing_variant fakechroot || [ "$CONTAINER" = "docker" ]; then     setup_proc_symlink     fi The following bugs are related to docker and /proc, and are possibly related:

Bug#983494: arch-test breaks debootstrap into empty chroot

2021-03-17 Thread Arnaud R
Also struggling with something similar, I thought I hit this bug, but actually no. Let me bring more details. > arch-test looks for its test files *inside* the chroot; That's not how I read the code. It copies the helper in the chroot, and then it runs it with chroot:

Bug#983563: [debian-mysql] Bug#983563: mariadb-server: trigger fails when systemd is not running (eg. chroot)

2021-03-01 Thread Arnaud R
On 3/1/21 6:49 PM, Faustin Lammler wrote: Hi Arnaud! Arnaud Rebillout , 26/02/2021 – 16:39:41 (+0700): Hence I believe that the line: if [ -x "$(command -v systemctl)" ]; then Should be replaced by: if [ -d /run/systemd/system ]; then I am not sure that this is what we want here.

Bug#982349: radicale: autopkgtest fails due to missing vobject

2021-02-10 Thread Arnaud R
On 2/10/21 3:26 PM, Jonas Smedegaard wrote: Bingo! Now I see it. Thanks! I got distracted by autopkgtest pulling the _source_ of radicale - I was mistaking that with installing the binary package which it doesn't. Glad I could help! Cheers,   Arnaud

Bug#982349: radicale: autopkgtest fails due to missing vobject

2021-02-09 Thread Arnaud R
On 2/9/21 11:15 PM, Jonas Smedegaard wrote: Quoting Arnaud R (2021-02-09 16:55:40) Hello Jonas! On 2/9/21 5:46 PM, Jonas Smedegaard wrote: I am puzzled as to what is the real cause, though: It seems to me that the CI infrastructure neglects to install python3-vobject despite it being

Bug#982349: radicale: autopkgtest fails due to missing vobject

2021-02-09 Thread Arnaud R
Hello Jonas! On 2/9/21 5:46 PM, Jonas Smedegaard wrote: I am puzzled as to what is the real cause, though: It seems to me that the CI infrastructure neglects to install python3-vobject despite it being declared as a dependency of python3-radicale Oh, so actually I would add either