New comment by martnnw on void-packages repository https://github.com/void-linux/void-packages/issues/24204#issuecomment-671549838 Comment: ``` news_flash_gtk-1.0+rc1_1: do_configure: '${meson_cmd} --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/libexec --bindir=/usr/bin --sbindir=/usr/bin --includedir=/usr/include --datadir=/usr/share --mandir=/usr/share/man --infodir=/usr/share/info --localedir=/usr/share/locale --sysconfdir=/etc --localstatedir=/var --sharedstatedir=/var/lib --buildtype=plain --auto-features=enabled --wrap-mode=nodownload -Db_lto=true -Db_ndebug=true -Db_staticpic=true ${configure_args} . ${meson_builddir}' exited with 1 => ERROR: in do_configure() at common/build-style/meson.sh:96 ``` This is the error output I got (I don't get it at all). But I still tried to define do_configure() so that similar to the build instructions on the GitLab page but got a similar error. Here are the build instructions: ```sh meson --prefix=/usr build ninja -C build sudo ninja -C build install ``` Meanwhile I updated the template to be easier to edit (added a variable for substitution) See template ^