This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: SQLite flag in configure due to homebrew not linking sqlite
Type: enhancement Stage: resolved
Components: Build, macOS Versions: Python 3.8
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: berker.peksag, lys.nikolaou, ned.deily, ronaldoussoren
Priority: normal Keywords:

Created on 2019-05-23 17:26 by lys.nikolaou, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (3)
msg343317 - (view) Author: Lysandros Nikolaou (lys.nikolaou) * (Python committer) Date: 2019-05-23 17:26
Since recently, Homebrew refuses to link sqlite. Upon researching the whole thing, I found out that this is now considered a feature of Homebrew and not a bug. Thus homebrew users on macOS do not get the SQLite module installed by default, because it is not found and have to overwrite CPPFLAGS. Would it make sense to include a --with-sqlite flag, like we do for openssl?
msg343508 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2019-05-25 20:40
I don't understand what the issue is here.  Can you explain or point to an explanation of why Homebrew is not linking to SQLite?  Is it just not to the Apple-supplied SQLite?
msg344291 - (view) Author: Lysandros Nikolaou (lys.nikolaou) * (Python committer) Date: 2019-06-02 15:05
This can be most likely be closed. In the last days I had some unrelated problems with my mac and had to do a full format. After reinstalling macOS the problem went away, so it must have been something specific to my previous state of things that triggered the error.
History
Date User Action Args
2022-04-11 14:59:15adminsetgithub: 81205
2019-06-02 15:09:45ned.deilysetstatus: open -> closed
resolution: third party
stage: resolved
2019-06-02 15:05:21lys.nikolaousetmessages: + msg344291
2019-05-25 20:40:46ned.deilysetnosy: + ned.deily, ronaldoussoren
messages: + msg343508
components: + macOS
2019-05-23 19:57:35xtreaksetnosy: + berker.peksag
2019-05-23 17:26:21lys.nikolaoucreate