The package is currently being built with Address Sanitizer. This is not supported in Fedora because libasan does not provide any ABI stability, so toolchain upgrades can break kabi-dw.
Hi Stanislav, I've filed a pull request to resolve this. Can you check if you are willing to merge it? https://github.com/skozina/kabi-dw/pull/4 And I also thought about disable asan for debug builds totally, and move asan support to a separate make target. In case you are interested in that way, it was still available here https://github.com/sztsian/kabi-dw/commit/3787e1650a59682ff2872fa27ae7822e96b8376d
Jerome, Can you please take a look at Zamir's commits above and share your thoughts? I tend decline the pull request and disable asan for debug builds, ie. the other commit. Thanks!
(In reply to Stanislav Kozina from comment #2) > Jerome, > > Can you please take a look at Zamir's commits above and share your thoughts? > I tend decline the pull request and disable asan for debug builds, ie. the > other commit. Thanks! Yes, I would go with that too: if libasan causes ABI stability trouble, it's probably safer to remove it from the debug build by default.
Oh, sure. I will rebase the pull request to the other commit.
Just updated the pull request to the commit which disabled asan.
This is fixed in 0-0.5-20180130git545535a https://src.fedoraproject.org/rpms/kabi-dw/c/0462cec7aaab283a4446d5a9e7404213a51d3852?branch=master