Bugzilla – Bug 1187842
gtksourceview4 fails to build in 1-core VM
Last modified: 2021-06-30 04:11:32 UTC
While working on reproducible builds for openSUSE, I found that our gtksourceview4 fails to build on 1-core VMs Steps To Reproduce: osc build --noservice --vm-type=kvm --clean -j1 standard Actual Results: ../gtksourceview/gtksourceinit.c:25:10: fatal error: gtksourceview-gresources.h: No such file or directory 25 | #include "gtksourceview-gresources.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Maybe it can also be triggered with -j1 or taskset 1. Did not test that.