-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when running pkgbuild on artix (ffmpeg5) #281
Comments
Found an issue in tenacity repo, ffmpeg 5 is the issue, follow the link: https://github.com/tenacityteam/tenacity/issues/705 to fix building. |
not really a fix to build it on 4.4, its going to have to just be beat into compiling. |
Yeah, I have a segfault on the compiled binary any ways, although I have no idea where to start with that. |
the audacity source and the sneedacity one arent as compatible as they used to anymore with audacity having made the continuous awful effort to move random things into |
Not entirely sure how audacity is put together/designed, so I'm afraid I can't really help. |
the gist of it is the same as roughly all issues before it that involved upstream or wild fixes: I am not a c++ dev, |
got something to compile and link, please see how the pr works out. it at the very least builds and runs on an up to date arch system |
After following the steps for doing a makepkg my install stalls at 74% with this message;
: warning: extra tokens at end of #undef directive
make[2]: *** [src/CMakeFiles/Sneedacity.dir/build.make:173: src/CMakeFiles/Sneedacity.dir/SneedacityApp.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:3001: src/CMakeFiles/Sneedacity.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
Any help would be great
The text was updated successfully, but these errors were encountered: