pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kdenetwork3 out of memory error



On Sat, Dec 19, 2015 at 04:54:51PM +0300, Sergey Svishchev wrote:
> >I tried building several versions of the gcc compiler in pkgsrc
> >and they failed.  What i386 c++ compiler is buildable and doesn't
> >have this memory allocation error?
> 
> gcc 4.5 that ships with 6.x has no problem compiling that.
> gcc 4.8 from 7.0 fails, though.  PR 49733 and 49830.

The obvious things to try: disable pre-compiled-headers (gcc has serious
design issues with those on 32bit platforms and big input files). If that
does not help, reduce optimization for this compilation unit.

Martin


Home | Main Index | Thread Index | Old Index