Re: Fedora 32 aarch64 build failures on copr

2020-07-31 Thread Jeff Law
On Fri, 2020-07-31 at 11:44 -0300, Augusto Caringi wrote: > Hi, > > On Thu, Jul 30, 2020 at 12:47 PM Jeremy Linton wrote: > > On 7/28/20 4:39 PM, Jeff Law wrote: > > > On Tue, 2020-07-28 at 15:29 -0500, Michael Catanzaro wrote: > > > > On Tue, Jul 28, 2020 at 2:01 pm, Jeff Law wrote: > > > > >

Re: Fedora 32 aarch64 build failures on copr

2020-07-31 Thread Augusto Caringi
Hi, On Thu, Jul 30, 2020 at 12:47 PM Jeremy Linton wrote: > > On 7/28/20 4:39 PM, Jeff Law wrote: > > On Tue, 2020-07-28 at 15:29 -0500, Michael Catanzaro wrote: > >> On Tue, Jul 28, 2020 at 2:01 pm, Jeff Law wrote: > >>> If this is a new failure (say in the last week), it could be an out > >>>

Re: Fedora 32 aarch64 build failures on copr

2020-07-30 Thread Jeremy Linton
On 7/28/20 4:39 PM, Jeff Law wrote: On Tue, 2020-07-28 at 15:29 -0500, Michael Catanzaro wrote: On Tue, Jul 28, 2020 at 2:01 pm, Jeff Law wrote: 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

Re: Fedora 32 aarch64 build failures on copr

2020-07-29 Thread Brandon Nielsen
On 7/29/20 6:09 PM, Jeff Law wrote: On Wed, 2020-07-29 at 17:14 -0500, Brandon Nielsen wrote: On 7/29/20 4:40 PM, Jeff Law wrote: ACK. I don't see msp430-development-tools in the standard fedora repos. So I'll leave it to you to fix the package in whatever repo it lives in. Also note, you

Re: Fedora 32 aarch64 build failures on copr

2020-07-29 Thread Jeff Law
On Wed, 2020-07-29 at 17:14 -0500, Brandon Nielsen wrote: > On 7/29/20 4:40 PM, Jeff Law wrote: > > ACK. I don't see msp430-development-tools in the standard fedora repos. > > So I'll > > leave it to you to fix the package in whatever repo it lives in. > > > > Also note, you may ultimately be

Re: Fedora 32 aarch64 build failures on copr

2020-07-29 Thread Brandon Nielsen
On 7/29/20 4:40 PM, Jeff Law wrote: ACK. I don't see msp430-development-tools in the standard fedora repos. So I'll leave it to you to fix the package in whatever repo it lives in. Also note, you may ultimately be better off getting msp430 added to the cross- {binutils,gcc} packages rather

Re: Fedora 32 aarch64 build failures on copr

2020-07-29 Thread Jeff Law
On Wed, 2020-07-29 at 14:24 -0500, Brandon Nielsen wrote: > On 7/28/20 4:39 PM, Jeff Law wrote: > > On Tue, 2020-07-28 at 15:29 -0500, Michael Catanzaro wrote: > > > On Tue, Jul 28, 2020 at 2:01 pm, Jeff Law wrote: > > > > If this is a new failure (say in the last week), it could be an out > > >

Re: Fedora 32 aarch64 build failures on copr

2020-07-29 Thread Brandon Nielsen
On 7/28/20 4:39 PM, Jeff Law wrote: On Tue, 2020-07-28 at 15:29 -0500, Michael Catanzaro wrote: On Tue, Jul 28, 2020 at 2:01 pm, Jeff Law wrote: 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

Re: Fedora 32 aarch64 build failures on copr

2020-07-28 Thread Jeff Law
On Tue, 2020-07-28 at 15:29 -0500, Michael Catanzaro wrote: > On Tue, Jul 28, 2020 at 2:01 pm, Jeff Law wrote: > > 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

Re: Fedora 32 aarch64 build failures on copr

2020-07-28 Thread Michael Catanzaro
On Tue, Jul 28, 2020 at 2:01 pm, Jeff Law wrote: 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 I agree, it's almost

Re: Fedora 32 aarch64 build failures on copr

2020-07-28 Thread Jeff Law
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

Fedora 32 aarch64 build failures on copr

2020-07-28 Thread Brandon Nielsen
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