The freebsd build still fails, now on some files that are not built: >From >https://buildd.debian.org/status/fetch.php?pkg=mariadb-10.5&arch=kfreebsd-amd64&ver=1%3A10.5.9-1&stamp=1614977404&raw=0 ***** dh_install: warning: Cannot find (any matches for) "lib/systemd/system/mariadb@bootstrap.service.d/use_galera_new_cluster.conf" (tried in ., debian/tmp) dh_install: warning: mariadb-server-10.5 missing files: lib/systemd/system/mariadb@bootstrap.service.d/use_galera_new_cluster.conf dh_install: warning: Cannot find (any matches for) "lib/systemd/system/mysql.service" (tried in ., debian/tmp) dh_install: warning: mariadb-server-10.5 missing files: lib/systemd/system/mysql.service dh_install: warning: Cannot find (any matches for) "lib/systemd/system/mysqld.service" (tried in ., debian/tmp) dh_install: warning: mariadb-server-10.5 missing files: lib/systemd/system/mysqld.service dh_install: warning: Cannot find (any matches for) "usr/bin/galera_new_cluster" (tried in ., debian/tmp) dh_install: warning: mariadb-server-10.5 missing files: usr/bin/galera_new_cluster dh_install: warning: Cannot find (any matches for) "usr/bin/galera_recovery" (tried in ., debian/tmp) dh_install: warning: mariadb-server-10.5 missing files: usr/bin/galera_recovery dh_install: warning: Cannot find (any matches for) "usr/bin/mariadb-service-convert" (tried in ., debian/tmp) dh_install: warning: mariadb-server-10.5 missing files: usr/bin/mariadb-service-convert dh_install: warning: Cannot find (any matches for) "usr/lib/mysql/plugin/disks.so" (tried in ., debian/tmp) dh_install: warning: mariadb-server-10.5 missing files: usr/lib/mysql/plugin/disks.so *****
These are various files referenced from the mariadb-server-10.5.install file. All have a direct relation to systemd, apart from maybe disks.so (I don't know what it does at all). I suspect that these files are missing as the debian/control defines "libsystemd-dev [linux-any]" as the package is not available for kfreebsd (https://packages.debian.org/sid/libsystemd-dev). Feel free to open a new merge request if you figure out a sensible solution to this.