https://bugzilla.redhat.com/show_bug.cgi?id=1335278

Mamoru TASAKA <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #35 from Mamoru TASAKA <[email protected]> ---
.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
[email protected]
https://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to