Bug 1794271

Summary: Package build failed with GCC 10 arm
Product: [Fedora] Fedora Reporter: Vasiliy Glazov <vascom2>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: aoliva, avi.kivity, dmalcolm, fweimer, jakub, jwakely, law, mpolacek, msebor, nickc, sipoyare
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-01-23 07:43:24 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 Vasiliy Glazov 2020-01-23 07:12:44 UTC
Description of problem:
Koschei says that linuxconsoletools failed build with gcc 10 aarch64.
https://koschei.fedoraproject.org/build/7750506


Version-Release number of selected component (if applicable):
gcc-10.0.1-0.3.fc32

Error:

cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection  -c ffmvforce.c -o ffmvforce.o `pkg-config --cflags sdl2`
In file included from /usr/include/SDL2/SDL_cpuinfo.h:67,
                 from /usr/include/SDL2/SDL.h:38,
                 from ffmvforce.c:38:
/usr/lib/gcc/aarch64-redhat-linux/10/include/arm_neon.h:34612:10: fatal error: arm_bf16.h: No such file or directory
34612 | #include "arm_bf16.h"
      |          ^~~~~~~~~~~~
compilation terminated.

Other arches built normal. But it will be problem at Mass Rebuild so I need your help.

Comment 1 Jakub Jelinek 2020-01-23 07:43:24 UTC

*** This bug has been marked as a duplicate of bug 1793471 ***