Re: final link failed: memory exhausted on armv7l

2021-10-15 Thread Iñaki Ucar
On Fri, 15 Oct 2021 at 09:43, Iñaki Ucar wrote: > > On Fri, 15 Oct 2021 at 06:15, Jeff Law wrote: > > > > > > > > On 10/13/2021 10:37 AM, Michael Catanzaro wrote: > > > On Wed, Oct 13 2021 at 06:06:50 PM +0200, Björn 'besser82' Esser > > > wrote: > > >> What you describe as lto requires a lot of

Re: final link failed: memory exhausted on armv7l

2021-10-15 Thread Iñaki Ucar
On Fri, 15 Oct 2021 at 06:15, Jeff Law wrote: > > > > On 10/13/2021 10:37 AM, Michael Catanzaro wrote: > > On Wed, Oct 13 2021 at 06:06:50 PM +0200, Björn 'besser82' Esser > > wrote: > >> What you describe as lto requires a lot of memory is caused by building > >> lto along with non-lto in the sa

Re: final link failed: memory exhausted on armv7l

2021-10-14 Thread Jeff Law
On 10/13/2021 8:51 AM, Björn 'besser82' Esser wrote: Am Mittwoch, dem 13.10.2021 um 15:44 +0200 schrieb Iñaki Ucar: Hi, RStudio is failing consistently on armv7l on F35 [1, 2] and rawhide [3, 4] with this message (memory exhausted). The same build on the same machine (CPU and RAM) succeeds on

Re: final link failed: memory exhausted on armv7l

2021-10-14 Thread Jeff Law
On 10/13/2021 10:06 AM, Björn 'besser82' Esser wrote: Building with lto disabled is a bad idea, as Fedora intentionally enabled lto by default. Yes, but there is nothing inherently wrong with not using LTO.  Many packages opt-out for various reasons. What you describe as lto requires a lot

Re: final link failed: memory exhausted on armv7l

2021-10-14 Thread Jeff Law
On 10/13/2021 10:37 AM, Michael Catanzaro wrote: On Wed, Oct 13 2021 at 06:06:50 PM +0200, Björn 'besser82' Esser wrote: What you describe as lto requires a lot of memory is caused by building lto along with non-lto in the same object file requires significantly more memory.  For that reason

Re: final link failed: memory exhausted on armv7l

2021-10-13 Thread Vitaly Zaitsev via devel
On 13/10/2021 15:44, Iñaki Ucar wrote: Why rawhide and F35 and not F34? Random issue due to the different builders. Anything I can do in the SPEC to fix this? Try this: %ifarch %{arm} %global _smp_build_ncpus 1 %endif If it will not help, you can also try this: %ifarch %{arm} %global _sm

Re: final link failed: memory exhausted on armv7l

2021-10-13 Thread Michael Catanzaro
On Wed, Oct 13 2021 at 06:06:50 PM +0200, Björn 'besser82' Esser wrote: What you describe as lto requires a lot of memory is caused by building lto along with non-lto in the same object file requires significantly more memory. For that reason one can disable building non-lto along with lto usi

Re: final link failed: memory exhausted on armv7l

2021-10-13 Thread Iñaki Ucar
Thanks, Björn, Dan and Fabio for your comments. On Wed, 13 Oct 2021 at 18:20, Björn 'besser82' Esser wrote: > > Am Mittwoch, dem 13.10.2021 um 16:51 +0200 schrieb Björn 'besser82' > Esser: > > Am Mittwoch, dem 13.10.2021 um 15:44 +0200 schrieb Iñaki Ucar: > > > Hi, > > > > > > RStudio is failing

Re: final link failed: memory exhausted on armv7l

2021-10-13 Thread Björn 'besser82' Esser
Building with lto disabled is a bad idea, as Fedora intentionally enabled lto by default. What you describe as lto requires a lot of memory is caused by building lto along with non-lto in the same object file requires significantly more memory. For that reason one can disable building non-lto alo

Re: final link failed: memory exhausted on armv7l

2021-10-13 Thread Björn 'besser82' Esser
Am Mittwoch, dem 13.10.2021 um 16:51 +0200 schrieb Björn 'besser82' Esser: > Am Mittwoch, dem 13.10.2021 um 15:44 +0200 schrieb Iñaki Ucar: > > Hi, > > > > RStudio is failing consistently on armv7l on F35 [1, 2] and rawhide > > [3, 4] with this message (memory exhausted). The same build on the > >

Re: final link failed: memory exhausted on armv7l

2021-10-13 Thread Dan Čermák
Hi Iñaki, Iñaki Ucar writes: > Hi, > > RStudio is failing consistently on armv7l on F35 [1, 2] and rawhide > [3, 4] with this message (memory exhausted). The same build on the > same machine (CPU and RAM) succeeds on F34 [5]. Any clue what's going > on? Why rawhide and F35 and not F34? Anything

Re: final link failed: memory exhausted on armv7l

2021-10-13 Thread Fabio Valentini
On Wed, Oct 13, 2021 at 3:45 PM Iñaki Ucar wrote: > > Hi, > > RStudio is failing consistently on armv7l on F35 [1, 2] and rawhide > [3, 4] with this message (memory exhausted). The same build on the > same machine (CPU and RAM) succeeds on F34 [5]. Any clue what's going > on? Why rawhide and F35 a

Re: final link failed: memory exhausted on armv7l

2021-10-13 Thread Björn 'besser82' Esser
Am Mittwoch, dem 13.10.2021 um 15:44 +0200 schrieb Iñaki Ucar: > Hi, > > RStudio is failing consistently on armv7l on F35 [1, 2] and rawhide > [3, 4] with this message (memory exhausted). The same build on the > same machine (CPU and RAM) succeeds on F34 [5]. Any clue what's going > on? Why rawhid

final link failed: memory exhausted on armv7l

2021-10-13 Thread Iñaki Ucar
Hi, RStudio is failing consistently on armv7l on F35 [1, 2] and rawhide [3, 4] with this message (memory exhausted). The same build on the same machine (CPU and RAM) succeeds on F34 [5]. Any clue what's going on? Why rawhide and F35 and not F34? Anything I can do in the SPEC to fix this? [1] http