Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90258 - dev-db/sqlite-3.2.1-r2 installs /usr/lib/tcl8.4/sqlite3 with an incorrect path in its pkgIndex.tcl
Summary: dev-db/sqlite-3.2.1-r2 installs /usr/lib/tcl8.4/sqlite3 with an incorrect pat...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Tal Peer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-24 10:18 UTC by Ferris McCormick (RETIRED)
Modified: 2005-04-24 13:53 UTC (History)
1 user (show)

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 Ferris McCormick (RETIRED) gentoo-dev 2005-04-24 10:18:01 UTC
Sqlite installs the tcl interface in /usr/lib/tcl8.4/sqlite3 with a pkgIndex.tcl which has an invalid load path:  It reads:
++++++++++++++++++++++++++++++++++++++++++++++++++
package ifneeded sqlite3 3.2 [list load /var/tmp/portage/sqlite-3.2.1-r2/image//usr/lib/tcl8.4/sqlite3/libtclsqlite3.so sqlite3]
++++++++++++++++++++++++++++++++++++++++++++++++++
and so any 'package require sqlite3' is guaranteed to fail.  Better would be just to use the '[file join $dir ...]' idiom that other packages use, if possible.
Comment 1 Anders Rune Jensen (RETIRED) gentoo-dev 2005-04-24 13:53:47 UTC
Fixed in sqlite-3.2.1-r3. Thank you for the report.