Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3493 - sqlite-2.4.2 build fails
Summary: sqlite-2.4.2 build fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-07 14:40 UTC by Robert Davis
Modified: 2003-02-04 19:42 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 Robert Davis 2002-06-07 14:40:12 UTC
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 .
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-06-09 20:02:18 UTC
I've just merged sqlite v2.4.2 perfectly fine on gcc 2.95.3.  Are you using a
different version of gcc?
Comment 2 Robert Davis 2002-06-10 10:00:16 UTC
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.
Comment 3 Ryan Phillips (RETIRED) gentoo-dev 2002-06-10 11:18:27 UTC
What USE options are you using?  That may help in tracking down the problem.
Comment 4 Robert Davis 2002-06-11 15:03:49 UTC
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.