Description of problem: The latest gcc seems to be missing pconfigintrin.h on x86_64 which is causing builds to fail, eg this koschei build log: https://kojipkgs.fedoraproject.org/work/tasks/8276/25648276/build.log which errors with: In file included from /usr/include/gdal/cpl_port.h:762, from /usr/include/gdal/gdal.h:42, from /usr/include/gdal/gdal_priv.h:60, from /builddir/build/BUILD/libosmium-2.13.1/libosmium/include/gdalcpp.hpp:46, from /builddir/build/BUILD/libosmium-2.13.1/libosmium/include/osmium/area/problem_reporter_ogr.hpp:47, from /builddir/build/BUILD/libosmium-2.13.1/libosmium/build/header_check/osmium__area__problem_reporter_ogr.cpp:1: /usr/lib/gcc/x86_64-redhat-linux/8/include/x86intrin.h:80:10: fatal error: pconfigintrin.h: No such file or directory #include <pconfigintrin.h> ^~~~~~~~~~~~~~~~~ compilation terminated. Version-Release number of selected component (if applicable): 8.0.1-0.17.fc29
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 !