On Tue, 2020-07-28 at 14:51 -0500, Brandon Nielsen wrote: > I've been seeing build failures for Fedora 32[0][1][2], always the same > failure: "xgcc: fatal error: Killed signal terminated program cc1plus" > > I can't find any more detail than that. These builds succeed locally > with mock. The copr failures are reproducible so I'm sure I'm doing > something wrong, but I can't figure out what. Any ideas? > > [0] - > https://copr.fedorainfracloud.org/coprs/nielsenb/msp430-development-tools/build/1577708/ > [1] - > https://copr.fedorainfracloud.org/coprs/nielsenb/msp430-development-tools/build/1565812/ > [2] - > https://copr.fedorainfracloud.org/coprs/nielsenb/msp430-development-tools/build/1565363/ If this is a new failure (say in the last week), it could be an out of memory scenario. Try disabling LTO. The standard way to do that is
%define _lto_cflags %{nil} In your %build stanza in the spec file. Heff _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org