Summary: | databases/sqlite3: Build with TCL is not deterministic | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Mikhail Teterin <mi> | ||||
Component: | Individual Port(s) | Assignee: | Mikhail Teterin <mi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | fernape, pavelivolkov | ||||
Priority: | --- | Keywords: | needs-qa | ||||
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(pavelivolkov) koobs: merge-quarterly? |
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
^Triage: Reporter is committer, assign accordingly. ^Triage: simplify title ^Triage: Reporter is committer assign accordingly A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2447a8078112d28ea245404f8ca5dfebb4742cbe commit 2447a8078112d28ea245404f8ca5dfebb4742cbe Author: Mikhail Teterin <mi@FreeBSD.org> AuthorDate: 2022-02-14 03:30:54 +0000 Commit: Mikhail Teterin <mi@FreeBSD.org> CommitDate: 2022-02-14 03:30:54 +0000 databases/sqlite3: use the right TCL even if a newer version is installed PR: 261367 databases/sqlite3/Makefile | 2 ++ 1 file changed, 2 insertions(+) |
Created attachment 231192 [details] Explicitly set TCL-related paths for configure When the TCL option is enabled, and both TCL-8.6 and 8.7 are installed, configure script will prefer 8.7, which may be contrary to the DEFAULT_VERSIONS settings. As a result, the build will use 8.7, but the packaging will fail because TCL_VER will be 8.6. The attached patch solves this problem. However, because it involves explicitly setting an autoconf "cache" variable, the issue may need to be brought up upstream -- the configure script ought to either accept the desired TCL-interpreter on command-line OR correctly deduce it from the specified TCL configuration directory.