Bug 72918 - databases/sqlite3 does not link with tcl8.3
Summary: databases/sqlite3 does not link with tcl8.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Brian Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-20 12:20 UTC by Anton Berezin
Modified: 2004-12-23 04:33 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Berezin freebsd_committer freebsd_triage 2004-10-20 12:20:26 UTC
When trying to build databases/sqlite3 port with SQLITE_WITH_TCL83
defined, the linking stage fails.  It looks like sqlite3 uses a funciton
which is only available in tcl8.4.

Fix: 

The least resistance approach would be to disable an option to build
sqlite3 with older tcls.
How-To-Repeat: 
cd /usr/ports/databases/sqlite3 ; make SQLITE_WITH_TCL83=yes
Comment 1 Anton Berezin freebsd_committer freebsd_triage 2004-10-20 12:24:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->green

Over to maintainer.
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2004-12-23 04:33:13 UTC
State Changed
From-To: open->closed

Committed, thanks!