Summary: | dev-qt/qt5[core, gui, svg, widgets] fails to build and run on non-SSE2 hardware | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | unlord |
Component: | Eclasses | Assignee: | Qt Bug Alias <qt> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sam, Xeha |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=648004 https://bugs.gentoo.org/show_bug.cgi?id=773199 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | qt5-build.eclass_no-sse2.patch |
Description
unlord
2021-03-12 16:25:09 UTC
Created attachment 690999 [details, diff]
qt5-build.eclass_no-sse2.patch
Add support for CPU_FLAGS_X86=-sse2 to qt5-build.eclass
I can confirm that rebuilding all of Qt5 and VLC with this patch fixed the build errors. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b597cc4cb8832fcc447ae998d4dac6677e0b2918 commit b597cc4cb8832fcc447ae998d4dac6677e0b2918 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-07-02 17:48:36 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-07-02 17:48:36 +0000 qt5-build.eclass: try to avoid SSE2 where unavailable Rather overdue, but we got there eventually. Closes: https://bugs.gentoo.org/773199 Bug: https://bugs.gentoo.org/552942 Bug: https://bugs.gentoo.org/648004 Bug: https://bugs.gentoo.org/775650 Signed-off-by: Sam James <sam@gentoo.org> eclass/qt5-build.eclass | 3 +++ 1 file changed, 3 insertions(+) |