Can't reproduce, is the home directory actually in the package?
If not, ignore it. If they are, can you reproduce the issue in a chroot?
https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot
| 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: | 87 |
| Popularity: | 0.010538 |
| First Submitted: | 2021-07-07 11:51 (UTC) |
| Last Updated: | 2023-12-23 15:01 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 17 Next › Last »
Can't reproduce, is the home directory actually in the package?
If not, ignore it. If they are, can you reproduce the issue in a chroot?
https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot
Why is this creating file in my home folder?
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> WARNING: Package contains reference to $srcdir
usr/bin/tenacity
usr/lib/liblibnyquist.a
usr/lib/tenacity/modules/mod-script-pipe.so
usr/lib/tenacity/lib-utility.so
usr/lib/tenacity/lib-string-utils.so
usr/lib/tenacity/lib-strings.so
home/parker/.cache/paru/clone/tenacity-wxgtk3-git/src/tenacity/build/bin/None/lib/tenacity/lib-utility.so
home/parker/.cache/paru/clone/tenacity-wxgtk3-git/src/tenacity/build/bin/None/lib/tenacity/lib-string-utils.so
home/parker/.cache/paru/clone/tenacity-wxgtk3-git/src/tenacity/build/bin/None/lib/tenacity/lib-strings.so
==> Creating package "tenacity-wxgtk3-git"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: tenacity-wxgtk3-git r13926.g0665614b8-2 (Tue 17 May 2022 04:39:32 PM EDT)
==> Cleaning up...
I can't find any mixer toolbar to set the recording level. Am I alone that have this odd problem? I also don't find it in the config file among the other toolbars.
It's still not building properly. What's the difference betwen tenacity-git and tenacity-wxgtk3-git? Which one should I get?
Again, I can't reproduce this issue, and it works just fine with clean docker instances (https://github.com/ImperatorStorm/PKGBUILDs/actions/workflows/makepkg%20tenacity-wxgtk3-git.yml) and on my own system.
Have you tried updating your system?
Here is the patch I made for GitHub mirror (https://github.com/tenacityteam/tenacity) to enable compatibility with WxWidgets 3.1.6+:
diff --git a/src/TenacityApp.cpp b/src/TenacityApp.cpp
index 8136aa48b..cb0bfb629 100644
--- a/src/TenacityApp.cpp
+++ b/src/TenacityApp.cpp
@@ -862,7 +862,12 @@ void TenacityApp::OnTimer(wxTimerEvent &WXUNUSED(event)) {
#define WL(lang, sublang)
#endif
-#if wxCHECK_VERSION(3, 0, 1)
+#if wxCHECK_VERSION(3, 1, 6)
+wxLanguageInfo userLangs[] =
+ {
+ {wxLANGUAGE_USER_DEFINED, wxT("eu"), wxT("eu"), wxT(""), WL(0, SUBLANG_DEFAULT) wxT("Basque"), wxT("Euskara"), wxLayout_LeftToRight},
+};
+#elif wxCHECK_VERSION(3, 0, 1)
wxLanguageInfo userLangs[] =
{
// Bosnian is defined in wxWidgets already
Should work for SourceHut mirror too, but it should be applied to src/AudacityApp.cpp instead.
Build issue is solved: tenacity-wxgtk3-git needs portsmf-git dependency, not portsmf. Please change this dependency.
Can't reproduce, try building in a clean chroot https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot
Same error happend to me:
[ 53%] Building CXX object src/CMakeFiles/Tenacity.dir/Legacy.cpp.o
make[1]: [CMakeFiles/Makefile2:526: src/CMakeFiles/Tenacity.dir/all] Error 2 make: [Makefile:156: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... -> error making: tenacity-git
Same error after updating
Pinned Comments