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.

Author Anthony Sottile
Recipients Anthony Sottile, christian.heimes, erlendaasland, miss-islington, pablogsal
Date 2022-04-02.16:43:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648917810.89.0.332543734258.issue45847@roundup.psfhosted.org>
In-reply-to
Content
this appears to break the tkinter extension for ubuntu bionic (18.04) -- I'm not entirely sure on the correct fix here but I get the following from trying to build there:

2022-04-02T15:52:08.0910452Z Python build finished successfully!
2022-04-02T15:52:08.0911924Z The necessary bits to build these optional modules were not found:
2022-04-02T15:52:08.0913469Z _tkinter


this is the tk I have available:

f0dd06a3e87c">root@f0dd06a3e87c:/# dpkg -l | grep libtk
ii  libtk8.6:amd64                   8.6.8-4                             amd64        Tk toolkit for Tcl and X11 v8.6 - run-time files
History
Date User Action Args
2022-04-02 16:43:30Anthony Sottilesetrecipients: + Anthony Sottile, christian.heimes, pablogsal, miss-islington, erlendaasland
2022-04-02 16:43:30Anthony Sottilesetmessageid: <1648917810.89.0.332543734258.issue45847@roundup.psfhosted.org>
2022-04-02 16:43:30Anthony Sottilelinkissue45847 messages
2022-04-02 16:43:30Anthony Sottilecreate