void-linux / void-packages

The Void source packages collection
https://voidlinux.org
Other
2.47k stars 2.1k forks source link

Package Request: zrythm #21236

Open Anachron opened 4 years ago

Anachron commented 4 years ago

Homepage: https://www.zrythm.org

a highly automated and intuitive digital audio workstation

Releases: https://www.zrythm.org/releases/ Source: https://git.zrythm.org/cgit/ License: AGPL30 Install: Install.MD

sburris0 commented 4 years ago

There aren't packages for the required dependencies audec and libcyaml yet, I'll try to make some.

sburris0 commented 4 years ago

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?

sug0 commented 3 years ago

Any news on this? :(

teldra commented 3 years ago

@sburris0

make_use_env=yes

set this in the template for libcyaml and try again