| Summary: | app-i18n/tomoe-0.6.0 compilation eats all memory and dies a horrible death :) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Evil Compile Person <bugs> |
| Component: | New packages | Assignee: | CJK Team <cjk> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | CC: | blog, srrijkers |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Evil Compile Person
2008-01-03 14:53:48 UTC
Tried without -pipe? (In reply to comment #1) > Tried without -pipe? > killed at 2.5G mem use, no difference there Looks like a quality code... :P It's a gcc-4.2 bug. See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32723. Looks like it should be gone in gcc-4.3. appears you were right, gcc 4.3.1 took care of the memory eating problem building this package for me. Same for me, in this compilation command: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../bindings/ruby -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DCONFDIR=\"/etc/tomoe\" -DDATADIR=\"/usr/share/tomoe\" -DDICT_DATADIR=\"/usr/share/tomoe/dict\" -DRECOGNIZER_DATADIR=\"/usr/share/tomoe/recognizer\" -DDICT_MODULEDIR=\"/usr/lib64/tomoe/module/dict\" -DRECOGNIZER_MODULEDIR=\"/usr/lib64/tomoe/module/recognizer\" -I../../lib -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/apr-1 -I/usr/include/subversion-1 -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DG_LOG_DOMAIN=\"Tomoe/Dict:Unihan\" -DRUBY_EXTDIR=\"\" -DRUBY_LIBDIR=\"\" -march=k8 -O2 -Wall -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wcast-align -MT unihan_la-tomoe-unihan.lo -MD -MP -MF .deps/unihan_la-tomoe-unihan.Tpo -c tomoe-unihan.c -fPIC -DPIC -o .libs/unihan_la-tomoe-unihan.o OK, I'll try with another gcc ... ... which at the moment I cannot install due to bug 216241 - hmpf ... There's no problem now? (In reply to comment #8) > There's no problem now? |