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
When trying to build appstream-generator 0.8.8 on Fedora 36 and Rawhide, the test suite fails on the asgen_tests run with a SIGTRAP error.
asgen_tests
SIGTRAP
Here's the output from the meson test log:
1/2 asgen-validate_metainfo OK 0.02s 15:45:08 MALLOC_PERTURB_=186 /usr/bin/appstreamcli validate --no-net --pedantic /builddir/build/BUILD/appstream-generator-0.8.8/redhat-linux-build/../data/org.freedesktop.appstream.generator.metainfo.xml ----------------------------------- output ----------------------------------- P: org.freedesktop.appstream.generator:~: releases-info-missing ✔ Validation was successful: pedantic: 1 ------------------------------------------------------------------------------ 2/2 asgen_tests FAIL 2.28s killed by signal 5 SIGTRAP 15:45:08 MALLOC_PERTURB_=40 /builddir/build/BUILD/appstream-generator-0.8.8/redhat-linux-build/src/asgen/asgen_test ----------------------------------- output ----------------------------------- stderr: ** (process:948): ERROR **: 11:45:10.734: Unable to find description of issue hint 'desktop-entry-hidden-set' - this is a bug! ------------------------------------------------------------------------------ Summary of Failures: 2/2 asgen_tests FAIL 2.28s killed by signal 5 SIGTRAP Ok: 1 Expected Fail: 0 Fail: 1 Unexpected Pass: 0 Skipped: 0 Timeout: 0
The text was updated successfully, but these errors were encountered:
This failure doesn't happen with appstream-generator 0.8.7.
Sorry, something went wrong.
Yes, for the tests to pass, you need asgen 0.8.8 and appstream 0.15.3 currently, due to a tag rename. I only spotted this after the release, annoyingly.
No branches or pull requests
When trying to build appstream-generator 0.8.8 on Fedora 36 and Rawhide, the test suite fails on the
asgen_testsrun with aSIGTRAPerror.Here's the output from the meson test log:
The text was updated successfully, but these errors were encountered: