Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 281861 - dev-db/sqlite-3.6.17 fails to emerge w/o tcl installed
Summary: dev-db/sqlite-3.6.17 fails to emerge w/o tcl installed
Status: RESOLVED DUPLICATE of bug 281294
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-18 03:47 UTC by James Ausmus
Modified: 2009-08-18 04:46 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 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 ***