Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 159694 - net-nntp/pan-0.119 does not compile with <= 512M of RAM
Summary: net-nntp/pan-0.119 does not compile with <= 512M of RAM
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-02 02:13 UTC by onox
Modified: 2007-01-02 02:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description onox 2007-01-02 02:13:25 UTC
On my amd64 system with 512M ram and 1G swap, I cannot compile pan. During the output shown below, the compilation fills my ram + swap completely. As I normally often compile large packages and even run Gnome 2.16 on a p2 (which is way better than fluxbox), I find it a shame that Pan is not able to compile with 512M. I hope the compilation can be adjusted, so less modern systems can also compile Pan.

if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -I/usr/include/gmime-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -march=athlon64 -O2 -pipe -msse3 -MT scorefile-test.o -MD -MP -MF ".deps/scorefile-test.Tpo" -c -o scorefile-test.o scorefile-test.cc; \
then mv -f ".deps/scorefile-test.Tpo" ".deps/scorefile-test.Po"; else rm -f ".deps/scorefile-test.Tpo"; exit 1; fi
rm -f libdata.a
ar cru libdata.a article.o article-cache.o data.o filter-info.o scorefile.o xref.o 
x86_64-pc-linux-gnu-ranlib libdata.a
x86_64-pc-linux-gnu-g++  -march=athlon64 -O2 -pipe -msse3   -o xref-test  xref-test.o ./libdata.a ../usenet-utils/libusenetutils.a ../general/libgeneralutils.a -lgmime-2.0 -lz -lnsl -lgobject-2.0 -lglib-2.0   -Wl,--export-dynamic -pthread -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0   -lpcre   
x86_64-pc-linux-gnu-g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <URL:http://bugs.gentoo.org/> for instructions.
{standard input}: Assembler messages:
{standard input}:5839: Warning: end of file not at end of a line; newline inserted
{standard input}:6078: Error: undefined symbol `.LLSDACSE2391' in operation
make[4]: *** [scorefile-test.o] Error 1
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-01-02 02:51:56 UTC
Compilation should be adjusted upstream; also you neglected to post emerge --info output.