Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 281861

Summary: dev-db/sqlite-3.6.17 fails to emerge w/o tcl installed
Product: Gentoo Linux Reporter: James Ausmus <james.ausmus>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description James Ausmus 2009-08-18 03:47:56 UTC
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-db/sqlite-3.6.17/work/sqlite-3.6.17 ...
make -j3 TCLLIBDIR=/usr/lib/sqlite-3.6.17
cat ./src/sqlite.h.in | tclsh ./tool/mksqlite3h.tcl `cat ./VERSION` > sqlite3.h
i686-pc-linux-gnu-gcc  -march=prescott -O2 -pipe -fomit-frame-pointer -o lemon ./tool/lemon.c
i686-pc-linux-gnu-gcc  -march=prescott -O2 -pipe -fomit-frame-pointer -o mkkeywordhash -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_ENABLE_COLUMN_METADATA  ./tool/mkkeywordhash.c
/bin/sh: tclsh: command not found
make: *** [sqlite3.h] Error 127
make: *** Waiting for unfinished jobs....
./mkkeywordhash >keywordhash.h
cp ./src/lempar.c .
 *
 * ERROR: dev-db/sqlite-3.6.17 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2814:  Called die
 * The specific snippet of code:
 *       emake TCLLIBDIR="/usr/$(get_libdir)/${P}" || die "emake failed"
 *  The die message:
 *   emake failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/dev-db/sqlite-3.6.17/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-db/sqlite-3.6.17/temp/environment'.


kakashi ~ # emerge -pv sqlite

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     U ] dev-db/sqlite-3.6.17 [3.6.14] USE="threadsafe -debug -doc -soundex -tcl" 0 kB

Total: 1 package (1 upgrade), Size of downloads: 0 kB


kakashi ~ # eix -I tcl
No matches found.
kakashi ~ #
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-08-18 04:46:00 UTC

*** This bug has been marked as a duplicate of bug 281294 ***