Package Details: zrythm 1.0.0.rc.0-1

Git Clone URL: https://aur.archlinux.org/zrythm.git (read-only, click to copy)
Package Base: zrythm
Description: Highly automated and intuitive digital audio workstation
Upstream URL: https://www.zrythm.org
Keywords: daw
Licenses: AGPL3
Submitter: alexteee
Maintainer: eclairevoyant
Last Packager: eclairevoyant
Votes: 36
Popularity: 0.61
First Submitted: 2019-01-01 17:00 (UTC)
Last Updated: 2024-04-19 00:12 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »

TheJackiMonster commented on 2022-01-11 13:57 (UTC)

I get following message during build:

ERROR: Program 'sassc' not found or not executable

So I assume sassc is either a required build dependency or even a runtime dependency. Please add that to the PKGBUILD.

bruno.unna commented on 2021-11-04 21:25 (UTC)

Sorry for the chain of messages. Removing -Denable_tests=true didn't help.

bruno.unna commented on 2021-11-04 21:19 (UTC)

For information: removing the option -Denable_tests=true from the PKGBUILD file lets the build process to continue. Then it fails this way:

[293/528] Generating doc/user/html-manual-ar with a custom command
FAILED: doc/user/html-manual-ar 
doc/user/run_sphinx_build.sh /usr/bin/sphinx-build '-E -W -T' ar html /home/bruno/.cache/yay/zrythm/src/zrythm-1.0.0-alpha.15.0.1/build/doc/user /home/bruno/.cache/yay/zrythm/src/zrythm-1.0.0-alpha.15.0.1/build/doc/user/_build/ar/html doc/user/html-manual-ar
+ sphinx_bin=/usr/bin/sphinx-build
+ sphinx_opts='-E -W -T'
+ lang=ar
+ format=html
+ meson_cur_src_dir=/home/bruno/.cache/yay/zrythm/src/zrythm-1.0.0-alpha.15.0.1/build/doc/user
+ out_dir=/home/bruno/.cache/yay/zrythm/src/zrythm-1.0.0-alpha.15.0.1/build/doc/user/_build/ar/html
+ out_file=doc/user/html-manual-ar
+ /usr/bin/sphinx-build -D language=ar -b html /home/bruno/.cache/yay/zrythm/src/zrythm-1.0.0-alpha.15.0.1/build/doc/user /home/bruno/.cache/yay/zrythm/src/zrythm-1.0.0-alpha.15.0.1/build/doc/user/_build/ar/html
Running Sphinx v4.2.0
loading translations [ar]... done

Extension error:
Could not import extension sphinx_copybutton (exception: No module named 'sphinx_copybutton')
[298/528] Compiling C object src/plugins/lv2/liblv2-lib.a.p/suil_suil_host.c.o
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...

Will follow @yigits suggestion to remove the option -Duser_manual=true too.

bruno.unna commented on 2021-11-04 21:11 (UTC)

Hi. This is the first time I'm trying to build/install this package. I'm getting this error (only the last lines, after starting the build):

==> Starting build()...
The Meson build system
Version: 0.60.0
Source dir: /home/bruno/.cache/yay/zrythm/src/zrythm-1.0.0-alpha.15.0.1
Build dir: /home/bruno/.cache/yay/zrythm/src/zrythm-1.0.0-alpha.15.0.1/build
Build type: native build

meson.build:18:0: ERROR: Unknown options: "enable_tests"

A full log can be found at /home/bruno/.cache/yay/zrythm/src/zrythm-1.0.0-alpha.15.0.1/build/meson-logs/meson-log.txt
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: zrythm

I'm not familiar with meson, I'm afraid. Is there any information I can share from my system to help troubleshoot this one?

Tio commented on 2021-10-18 22:54 (UTC)

Getting this error:

- zrythm-1.0.0-alpha.15.0.1.tar.xz ... FAILED (unknown public key 022EAE42313D70F3)
==> ERROR: One or more PGP signatures could not be verified!
Failed to build zrythm

yigits commented on 2021-10-15 16:11 (UTC)

@xrayfur, @quenyen: zrythm-git removed -Duser_manual=true from the build options, this package can be compiled with the same fix as well (tested)

xrayfur commented on 2021-05-07 22:04 (UTC)

Hello,

Unable to build due to missing build-deps:

Running Sphinx v3.5.4
loading translations [af_ZA]... not available for built-in messages

Extension error:
Could not import extension sphinx_copybutton (exception: No module named 'sphinx_copybutton')
ninja: build stopped: subcommand failed.

Maybe we can skip building docs somehow? Those change very often and cause a lot of build issues

Scrumplex commented on 2021-04-13 08:55 (UTC) (edited on 2021-04-13 08:55 (UTC) by Scrumplex)

Can't build as some python sphinx modules are missing.

Needed makedepends

  • python-sphinx-copybutton
  • python-sphinxcontrib-svg2pdfconverter
  • librsvg required optdep of python-sphinxcontrib-svg2pdfconverter
  • python-sphinx-furo

Furthermore the docs build fails with the error Reason: TypeError("'NoneType' object is not iterable") which is very unhelpful. Might be upstream

<deleted-account> commented on 2021-03-28 18:42 (UTC)

Add cmake as a make dependency, doesn't compile otherwise, and requires installation of cmake