Bug 150960

Summary: sqlite-tcl library does not load
Product: [Fedora] Fedora Reporter: Jean-Luc Fontaine <jfontain>
Component: sqliteAssignee: Paul Nasrat <nobody+pnasrat>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: bugs.michael
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-01-24 20:33:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 151047    

Description Jean-Luc Fontaine 2005-03-12 21:47:22 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6)
Gecko/20050302 Firefox/1.0.1 Fedora/1.0.1-1.3.2

Description of problem:
/usr/share/tcl8.4/sqlite3/pkgIndex.tcl is wrong. Instead of:

package ifneeded sqlite3 3.1 [list load
/usr/src/build/538056-i386/install/usr/share/tcl8.4/sqlite3/libtclsqlite3.so
sqlite3]

it should contain:

package ifneeded sqlite3 3 [list load
/usr/share/tcl8.4/sqlite3/libtclsqlite3.so sqlite3]

Note that it is perfectly allright to perform a hardcoded generation
of the above file in the spec as it will never change, at least until
SQLite 4.

Version-Release number of selected component (if applicable):
3.1.2

How reproducible:
Always

Steps to Reproduce:
$ echo 'package require sqlite3' | tclsh 


Additional info:

Comment 1 Paul Nasrat 2006-01-24 20:33:01 UTC
tcl package is currently disabled.  Closing for now.  If a patch is provided to
fixup the pkgIndex.tcl I'll be happy to apply.