Bug 1554279
| Summary: | pconfigintrin.h missing on x86_64 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tom Hughes <tom> |
| Component: | gcc | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | rawhide | CC: | aoliva, awilliam, dan, davejohansen, dmalcolm, fweimer, jakub, jwakely, law, mpolacek, msebor, nickc, sergio |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | gcc-8.0.1-0.18.fc29 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-03-19 18:02:17 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Tom Hughes
2018-03-12 10:07:14 UTC
Looks like we might need
--- a/gcc.spec
+++ b/gcc.spec
@@ -2230,6 +2230,8 @@ fi
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/vpclmulqdqintrin.h
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512vpopcntdqvlintrin.h
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/avx512bitalgintrin.h
+%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/pconfigintrin.h
+%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/wbnoinvdintrin.h
%endif
%ifarch ia64
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/ia64intrin.h
This is still an issue for F28, apparently, so re-opening and proposing as a Beta FE, I'd be +1 FE for this in case we need to build anything gdal-ish. How can it be an issue in F28? koji latest-pkg f28-build shows right now -0.16.fc28, that predates the addition of pconfigintrin.h and wbnoinvdintrin.h headers; only -0.17.fc28 is affected by this bug, and I believe -0.17.fc28 is exactly in the same state as -0.18.fc28, built, but untagged, because f28 is frozen. Someone claimed it was on devel@. I didn't check, I've got a zillion things on ATM, I was just forwarding that. See "GCC 8.0.1 updates in F28". Likely my wrong assumption based on Rawhide experience. OK, re-closing then. Sorry! Anyway Jakub Jelinek , you need do bodhi update to package be included in F28 , I see that you built gcc-8.0.1-0.19.fc28 but is not in bodhi as update ! |