New comment by Boebbele on void-packages repository https://github.com/void-linux/void-packages/issues/27881#issuecomment-767452387 Comment: I have play around with my Sayonara-Player template-file ``` pkgname=sayonara-player version=1.6.0-beta7 revision=1 short_desc="Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend." build_style=gnu-configure homepage="http://sayonara-player.com" license="GPL3" depends="qt5 qt5-core qt5-gui gst-plugins-base1 gst-plugins-good1 gst-plugins-bad1 gst-plugins-ugly1 zlib lame" makedepends="cmake" distfiles="https://gitlab.com/luciocarreras/sayonara-player/-/archive/1.6.0-beta7/sayonara-player-1.6.0-beta7.tar.gz" checksum=aa045dfc833843f6220e0fea19c6221d937884b7b883cde6f159d3a3b828e7fe ``` It end with this Errors: => ERROR: gcc-9.3.0_9: do_build: 'make ${makejobs}' exited with 2 => ERROR: in do_build() at srcpkgs/gcc/template:316 Can anyone help me?