https://bugzilla.redhat.com/show_bug.cgi?id=1335278 Mamoru TASAKA <mtasaka@xxxxxxxxxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtasaka@xxxxxxxxxxxxxxxxx --- Comment #35 from Mamoru TASAKA <mtasaka@xxxxxxxxxxxxxxxxx> --- .gch is _precompiled_ header file, which must not be used. Instead the original header file must be used. rawhide build failure is perhaps because the headers on glibc side which .gch original header file changed on newer (rawhide) glibc. As the build failure says: > cc1plus: fatal error: ../../../../linux_gcc/obj/x64/Release/emu.h: No such file or directory mame compilation on mock must use the original "emu.h". i.e. remove precompiled .gch files and replace them with the original file. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/package-review@xxxxxxxxxxxxxxxxxxxxxxx