Bug 2316036
| Summary: | Update libmysofa to the latest version | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | loginer |
| Component: | libmysofa | Assignee: | Nicolas Chauvet (kwizart) <kwizart> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | kwizart |
| Target Milestone: | --- | Keywords: | Desktop |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | libmysofa-1.3.2-3.20240917git2297dd8.fc42 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-10-07 12:02:44 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
loginer
2024-10-01 23:28:34 UTC
Thanks for the report. The problem with 1.3.2 is that unit tests are massively failing, so I was relunctant to update. I've just reported the issue at https://github.com/hoene/libmysofa/issues/224 A new release is been prepared, (although the tag is wrong ie latest), so I hope to have a formal release soon: https://github.com/hoene/libmysofa/issues/223 Ah, I think I see the problem. The test code generates tmp1.json for each SOFA file, and compares them to the .json.bz2 files. Since ctest is being run with -j6, multiple threads are overwriting the temp file at the same time. Only a single test fails when I build 1.3.2 on my machine (MIT_KEMAR_normal_pinna), but that same test fails when I build 1.2.1, so it shouldn't cause any regressions. FEDORA-2024-9d4b36e46c (libmysofa-1.3.2-3.20240917git2297dd8.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2024-9d4b36e46c FEDORA-2024-9d4b36e46c (libmysofa-1.3.2-3.20240917git2297dd8.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report. OKay, I've updated a snapshot of libmysofa for f40+ and epel10, I hope it would be good enough Installing that build on Fedora 40 solved my problem. Thank you! :) |