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
unit test failure with v0.8.1 on Fedora due to missing ffprobe #72
Comments
|
This looks like it's choking because ffprobe wasn't detected. This test should probably succeed with warning when ffprobe is unavailable. |
|
I don't think a test should implicitly be skipped... Giving a more helpful error message is something I'd like to have though. |
|
The test isn't ever going to pass because Fedora doesn't have ffmpeg in its repositories. Unless you want to adjust it to use something we do have? |
|
Fedora doesn't have ffmpeg? Why? A ton of stuff depends on that... |
|
It's always lacked FFmpeg because of the complex situation with multimedia codecs that it bundles. |
|
Fedora is weird - even Debian (!)*, Ubuntu and openSUSE have ffmpeg. *with problematic codecs removed or disabled |
When trying to update appstream-generator to v0.8.1, I got this failure when running the tests:
The full test log file from Meson is here: appstream-generator-0.8.1-meson-testlog.txt
The text was updated successfully, but these errors were encountered: