Bug 267531 - Mk/bsd.gecko.mk: cap allowed python version with 3.10
Summary: Mk/bsd.gecko.mk: cap allowed python version with 3.10
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-gecko (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-02 17:45 UTC by Dmitry Marakasov
Modified: 2022-11-14 14:59 UTC (History)
1 user (show)

See Also:


Attachments
Patch (751 bytes, patch)
2022-11-02 17:45 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov freebsd_committer freebsd_triage 2022-11-02 17:45:52 UTC
Created attachment 237825 [details]
Patch

For now, gecko ports (firefox & thunderbird) do not build with python 3.11.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-11-11 18:34:03 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7c194bc244ea58d28aad9dd55f67711d08175c2a

commit 7c194bc244ea58d28aad9dd55f67711d08175c2a
Author:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
AuthorDate: 2022-11-11 18:32:14 +0000
Commit:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
CommitDate: 2022-11-11 18:32:14 +0000

    Mk/bsd.gecko.mk: cap python build dependency at 3.10

    reportedly, python 3.11 trips over it's own feet here

    PR:                             267531
    Submitted by:   amdmi3

 Mk/bsd.gecko.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)