Summary: | dev-db/sqlite-3.6.22-r2 leaves pkgIndex.tcl in wrong place (?) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Stephen Lewis <lewis+gentoo> |
Component: | [OLD] Development | Assignee: | Petteri Räty (RETIRED) <betelgeuse> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | arfrever.fta, arfrever, pchrist, phajdan.jr |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | PPC64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Stephen Lewis
2010-03-11 01:35:44 UTC
Works fine for me, both sqlite-3.7.7.1 and sqlite-3.7.10 with dev-lang/tcl-8.5.9. sqlite still puts its tcl files in ${EPREFIX}/usr/$(get_libdir)/${P}, but somehow tclsh is finding those files on my system. $ tclsh % package require sqlite3 3.7.7.1 $ tclsh % package require sqlite3 3.7.10 (In reply to comment #1) > Works fine for me, both sqlite-3.7.7.1 and sqlite-3.7.10 with > dev-lang/tcl-8.5.9. > > sqlite still puts its tcl files in ${EPREFIX}/usr/$(get_libdir)/${P}, but > somehow tclsh is finding those files on my system. > > $ tclsh > % package require sqlite3 > 3.7.7.1 $ tclsh % package require sqlite3 3.7.7.1 % It works for me too, with tcl-8.5.9 and sqlite-3.7.7.1 on ppc64 and amd64. I did not check *how* tcl finds the sqlite files but this bug does appear to have been fixed. My thanks to whomever... Stephen Lewis Closing then, thanks for testing. |