Tried to build gnome-db which requires sqlite. The merge of sqlite goes until this error: creating sqlite cat ./src/btree.c ./src/btree.h ./src/build.c ./src/delete.c ./src/expr.c ./src/func.c ./src/hash.c ./src/insert.c ./src/main.c ./src/os.c ./src/pager.c ./src/pager.h ./src/parse.y ./src/printf.c ./src/random.c ./src/select.c ./src/shell.c ./src/sqlite.h.in ./src/sqliteInt.h ./src/table.c ./src/tclsqlite.c ./src/tokenize.c ./src/update.c ./src/util.c ./src/vdbe.c ./src/vdbe.h ./src/where.c | grep '$Id: ' | sort +4 | tail -1 \ | awk '{print $5,$6}' >last_change tclsh ./www/index.tcl `cat ./VERSION` >index.html make: *** [index.html] Error 139 !!! ERROR: The ebuild did not complete successfully. !!! Function src_compile, Line 9, Exitcode 2 !!! (no error message) !!! emerge aborting on /usr/portage/dev-db/sqlite/sqlite-2.4.2.ebuild .
I've just merged sqlite v2.4.2 perfectly fine on gcc 2.95.3. Are you using a different version of gcc?
Yes, using regular Gentoo Gcc. I am current on updates up to a few day ago. I did just manualy ./configure, make, and ebuild sqlite merge and that worked fine. The only thing I can guess is some configure option. I will try to look further.
What USE options are you using? That may help in tracking down the problem.
Hmmm. The box hadn't had an --update world run in the short period of time I thought (confused with my home machine). Still had mozilla-1.0_rc2. I went ahead and did an --update world and now it works. TCL did get updated which I think is what was dieing (tclsh). BTW my make.conf USE is -kde -arts -motif.