There's a closed pull request on the void-packages repository [WIP] [help needed] mariadb: update to 10.5.6 https://github.com/void-linux/void-packages/pull/25618 Description: Trying to get MariaDB updated to the latest (More than 2 years of advancement since current available version). It builds on glibc amd64, no patches thus far, but does not complete the post-install due to needing work. `/usr/bin/install: cannot stat '/destdir//mariadb-10.5.6/usr/share/mysql/my-medium.cnf': No such file or directory => ERROR: mariadb-10.5.6_1: post_install: 'install -Dm644 ${DESTDIR}/usr/share/mysql/my-medium.cnf ${DESTDIR}/etc/mysql/my.cnf' exited with 1 => ERROR: in post_install() at srcpkgs/mariadb/template:83` The available .cnf files that I think we want copied are.... `./debian/additions/mariadb.cnf ./debian/additions/mariadb.conf.d/50-server.cnf ./debian/additions/mariadb.conf.d/50-client.cnf ./debian/additions/mariadb.conf.d/50-mysql-clients.cnf ./debian/additions/mariadb.conf.d/50-mysqld_safe.cnf ./debian/additions/mariadb.conf.d/60-galera.cnf` Can anyone give input, confirm? How would the install directive change to install/copy the folder instead of a file? Additionally, I don't know if all of the best build options are set as I'm still a novice with this stuff. Input requested, please!