Summary: | sci-mathematics/z3-4.11.2 fails tests (LTO-SYSTEM): hwf.cpp:106:21: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Michał Górny <mgorny> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | eschwartz, mgorny, sci |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/Z3Prover/z3/issues/7143 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 618550 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 826875 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: FAILED: src/test/CMakeFiles/test-z3.dir/hwf.cpp.o /var/tmp/portage/sci-mathematics/z3-4.11.2/work/z3-z3-4.11.2/src/test/hwf.cpp:106:21: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83e5cbb7ba3a7d3973cca29465fac8b777f96cc3 commit 83e5cbb7ba3a7d3973cca29465fac8b777f96cc3 Author: Eli Schwartz <eschwartz93@gmail.com> AuthorDate: 2024-03-04 03:31:51 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-03-04 04:14:11 +0000 sci-mathematics/z3: mark as LTO-unsafe, strict-aliasing unsafe The strict-aliasing violation happens only in a test program. However, that does mean we cannot test that z3 works when built with LTO... Closes: https://bugs.gentoo.org/879327 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> sci-mathematics/z3/z3-4.12.5.ebuild | 14 +++++++++++++- sci-mathematics/z3/z3-4.12.6.ebuild | 14 +++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b9a3a5ab0ff976dec9025f99a183f9ad8e657f commit 64b9a3a5ab0ff976dec9025f99a183f9ad8e657f Author: Eli Schwartz <eschwartz93@gmail.com> AuthorDate: 2024-03-08 10:32:14 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-03-08 11:09:04 +0000 sci-mathematics/z3: remove the filter-lto/fno-strict-aliasing The fix for this was featured in version 4.13.0, yay. Bug: https://bugs.gentoo.org/879327 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> sci-mathematics/z3/z3-4.13.0.ebuild | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) |