J tried to build some external plugins (ones which are not in Fedora) and removing all old headers make nearly all this plugins fqil to compile. Fro, the lv2.spec %meson \ -D docs=enabled \ -D old_headers=false \ -D tests=disabled -D old_headers=false should be set to True
Below is the error when building muse: /builddir/build/BUILD/muse-4.0/libs/plugin/plugin_cache_writer.cpp:76:10: fatal error: lv2/lv2plug.in/ns/ext/data-access/data-access.h: No such file or directory 76 | #include "lv2/lv2plug.in/ns/ext/data-access/data-access.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ https://koji.fedoraproject.org/koji/taskinfo?taskID=92006595 Enabling the "old headers" fixes the problem.
If you don't want to reenable this compilation flag, at least, build it with this flag and move the older flags into a separate package. With this package we will have the time to patch things on our side
I will reenable old headers ASAP
Excellent ! Thanks a lot !!
The (In reply to Orcan Ogetbil from comment #1) > Below is the error when building muse: > > /builddir/build/BUILD/muse-4.0/libs/plugin/plugin_cache_writer.cpp:76:10: > fatal error: lv2/lv2plug.in/ns/ext/data-access/data-access.h: No such file > or directory > 76 | #include "lv2/lv2plug.in/ns/ext/data-access/data-access.h" These header paths have been switched behind an optional flag in February 2019 with release 1.16.0.
FEDORA-2022-c12121e9f4 has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2022-c12121e9f4
FEDORA-2022-c12121e9f4 has been pushed to the Fedora 37 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-c12121e9f4` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-c12121e9f4 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
Just FYI: this issue was hit when rebuilding some packages on libFLAC soname bump: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/J3DJ4FD7LFB6G5AFY3YA4SOESQIZMCF4/
FEDORA-2022-c12121e9f4 has been pushed to the Fedora 37 stable repository. If problem still persists, please make note of it in this bug report.