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, May 02, 2015 at 01:19:14PM -0400, MLH wrote:
Any clues as to why i386 gets this out of memory when compiling
kdenetwork3? This error has been occuring since January yet doesn't
with amd64.

kcminterface.cpp:3378:52: warning: null character(s) preserved in literal [enabled by default]
     printerListView->header()->setLabel( 2, tr2i18n( "Comment" ) );

cc1plus: out of memory allocating 3355443200 bytes after a total of 0 bytes
Makefile:609: recipe for target 'kcminterface.lo' failed

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.

--
Sergey Svishchev


Home | Main Index | Thread Index | Old Index