pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox firefox: does not build with python 3.11, ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/26b96c3456a4
branches: trunk
changeset: 389350:26b96c3456a4
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Dec 04 10:34:07 2022 +0000
description:
firefox: does not build with python 3.11, mark as such
diffstat:
www/firefox/mozilla-common.mk | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 9fe58eb642de -r 26b96c3456a4 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk Sun Dec 04 09:50:36 2022 +0000
+++ b/www/firefox/mozilla-common.mk Sun Dec 04 10:34:07 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.241 2022/10/12 01:02:39 gutteridge Exp $
+# $NetBSD: mozilla-common.mk,v 1.242 2022/12/04 10:34:07 wiz Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -7,6 +7,12 @@
.include "../../mk/bsd.prefs.mk"
PYTHON_VERSIONS_INCOMPATIBLE= 27
+# ERROR: .../firefox-105.0.3/xpcom/idl-parser/xpidl/xpidl.py:1620: Invalid regular expression for rule 't_multilinecomment'. global flags not at the start of the expression at position 26
+# ERROR: .../firefox/work/firefox-105.0.3/xpcom/idl-parser/xpidl/xpidl.py:1626: Invalid regular expression for rule 't_singlelinecomment'. global flags not at the start of the expression at position
24
+# ERROR: .../firefox/work/firefox-105.0.3/xpcom/idl-parser/xpidl/xpidl.py:1639: Invalid regular expression for rule 't_LCDATA'. global flags not at the start of the expression at position 13
+# leading to:
+# SyntaxError: Can't build lexer
+PYTHON_VERSIONS_INCOMPATIBLE+= 311
PYTHON_FOR_BUILD_ONLY= tool
ALL_ENV+= PYTHON3=${PYTHONBIN}
Home |
Main Index |
Thread Index |
Old Index