New comment by sburris0 on void-packages repository https://github.com/void-linux/void-packages/issues/21236#issuecomment-633726495 Comment: I can build libcyaml manually fine but xbps-src can't find "cyaml/cyaml.h": ``` src/mem.h:15:10: fatal error: cyaml/cyaml.h: No such file or directory 15 | #include "cyaml/cyaml.h" | ^~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:138: build/release/shared/src/mem.o] Error 1 => ERROR: libcyaml-1.0.2_1: do_build: '${make_cmd} CC="$CC" CXX="$CXX" LD="$LD" AR="$AR" RANLIB="$RANLIB" CPP="$CPP" AS="$AS" OBJDUMP="$OBJDUMP" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs} ${make_build_args} ${make_build_target}' exited with 2 => ERROR: in do_build() at common/build-style/gnu-makefile.sh:9 ``` template: https://gist.github.com/sburris0/c5d8c6c439a60ef4b09e6d9d100865cb `srcpkgs/libcyaml-devel` symlinked to `srcpkgs/libcyaml`. Maybe someone with more packaging experience can see the issue?