@seo.disparate /usr/lib/tenacity/modules
should still exist. It might not have been corrected on the latest audacity-3.7-rebase branch yet.
This should work for now, but I may make a change correcting this later. Just a heads up.
Git Clone URL: | https://aur.archlinux.org/tenacity-git.git (read-only, click to copy) |
---|---|
Package Base: | tenacity-git |
Description: | An easy-to-use multi-track audio editor and recorder, forked from Audacity |
Upstream URL: | https://tenacityaudio.org |
Keywords: | audacity audio audio-applications audio-processing floss libre privacy-friendly privacy-preserving recorder recording-app |
Licenses: | GPL2, CCPL |
Groups: | pro-audio |
Conflicts: | tenacity |
Provides: | tenacity |
Submitter: | Darkpelz |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 86 |
Popularity: | 0.008881 |
First Submitted: | 2021-07-07 11:51 (UTC) |
Last Updated: | 2023-12-23 15:01 (UTC) |
@seo.disparate /usr/lib/tenacity/modules
should still exist. It might not have been corrected on the latest audacity-3.7-rebase branch yet.
This should work for now, but I may make a change correcting this later. Just a heads up.
I needed to change the PKGBUILD to fix the build:
Add rapidjson
as a dependency.
Remove chrpath --delete "${pkgdir}"/usr/lib/tenacity/modules/*.so
since usr/lib/tenacity/modules
directory doesn't exist anymore.
@xiota can't replicate your build issue
/home/builder/build/PKGBUILD: line 47: cd: images/icons: No such file or directory
images/icons
is there upstream and untouched since 7 months
https://github.com/FabioLolix/buildlogs/commit/a60a45d4bf4124405a809b7a1f795e73379109a6
@gperson yes it worked now. thanks for the quick response.
@username227 Try building the package again. I just pushed a fix for it.
What's causing this?
/usr/bin/ld: ../shared/RelWithDebInfo/lib-theme.so: undefined reference to `ThemePackage::operator=(ThemePackage&&)' clang++: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [src/CMakeFiles/Tenacity.dir/build.make:7307: bin/RelWithDebInfo/tenacity] Error 1 make[1]: *** [CMakeFiles/Makefile2:1333: src/CMakeFiles/Tenacity.dir/all] Error 2 make: *** [Makefile:156: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... -> error making: tenacity-git-exit status 4 -> Failed to install the following packages. Manual intervention is required: tenacity-git - exit status 4
I'm not sure if I should ask this first on here or on codeberg, but can any of you see the "Measure RMS" plug-in in the plug-in lists (rms.ny)? That's the only one of those installed in /usr/share/tenacity/plug-ins/ that I can simply not find in the plug-ins menu.
@keldrin use a command that delete the src
folder after the package is build, I'm using alias mkpkg="LANG=C makepkg -scC"
mv
is used in prepare() but building again with previous builds artifacts is not reccomended
Building the package fails to this error:
/home/myuser/.cache/yay/tenacity-git/PKGBUILD: line 47: cd: images/icons: No such file or directory
==> ERROR: A failure occurred in prepare().
Aborting...
-> error making: tenacity-git-exit status 4
-> Failed to install the following packages. Manual intervention is required:
tenacity-git - exit status 4
libzip appears to be a make dependency, as it doesn't seem to build without it installed
Pinned Comments