Skip to Content.
Please activate JavaScript in your web browser
List archive
Re: [[SM-Commit] ] [sm-commit] GIT changes to master grimoire by Treeve Jelbert (9a96ad961524e5d87c9ffb66c139bd6285f1872a)
Chronological
Thread
<
Chronological
>
<
Thread
>
From
: public AT sourcemage.org
To
: sm-commit AT lists.sourcemage.org, sm-commit AT lists.ibiblio.org
Subject
: Re: [[SM-Commit] ] [sm-commit] GIT changes to master grimoire by Treeve Jelbert (9a96ad961524e5d87c9ffb66c139bd6285f1872a)
Date
: Mon, 17 Nov 2025 09:39:44 -0500
Thanks.
On Mon, Nov 17, 2025 at 12:44:46PM +0000, Treeve Jelbert wrote:
>
GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:
>
>
http/firefox/DEPENDS | 2 +-
>
http/firefox/HISTORY | 3 +++
>
http/firefox/bug.txt | 15 +++++++++++++++
>
python-pypi/cython/DETAILS | 4 ++--
>
python-pypi/cython/HISTORY | 3 +++
>
5 files changed, 24 insertions(+), 3 deletions(-)
>
>
New commits:
>
commit 9a96ad961524e5d87c9ffb66c139bd6285f1872a
>
Author: Treeve Jelbert <treeve AT sourcemage.org>
>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
>
>
firefox - fix typo
>
>
commit b23af021ffa14bf579e81d4a62d54b532259c789
>
Author: Treeve Jelbert <treeve AT sourcemage.org>
>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
>
>
cython: => 3.2.1
>
>
diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
>
index 29d449a..18b3e11 100755
>
--- a/http/firefox/DEPENDS
>
+++ b/http/firefox/DEPENDS
>
@@ -75,7 +75,7 @@ depends pixman "--enable-system-pixman"
>
&&
>
>
depends rust &&
>
>
-uepends nodejs &&
>
+depends nodejs &&
>
>
depends startup-notification &&
>
depends gconf2 &&
>
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
>
index f3a2e2b..017e4d3 100644
>
--- a/http/firefox/HISTORY
>
+++ b/http/firefox/HISTORY
>
@@ -1,3 +1,6 @@
>
+2025-11-17 Treeve Jelbert <treeve AT sourcemage.org>
>
+ * DEPENDS: fix typo
>
+
>
2025-11-16 Pavel Vinogradov <public AT sourcemage.org>
>
* DEPENDS: needs nodejs after all
>
>
diff --git a/http/firefox/bug.txt b/http/firefox/bug.txt
>
new file mode 100644
>
index 0000000..5006cf4
>
--- /dev/null
>
+++ b/http/firefox/bug.txt
>
@@ -0,0 +1,15 @@
>
+22:43.04 ipc/chromium
>
+22:45.58 In file included from Unified_cpp_intl_lwbrk0.cpp:11:
>
+22:45.58 /build/firefox-145.0/intl/lwbrk/LineBreaker.cpp:459:17: error:
>
static assertion failed due to requirement 'U_LB_COUNT ==
>
std::size(sUnicodeLineBreakToClass)': Gecko vs ICU LineBreak class mismatch
>
+22:45.58 459 | static_assert(U_LB_COUNT ==
>
std::size(sUnicodeLineBreakToClass),
>
+22:45.58 |
>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
+22:45.58 /build/firefox-145.0/intl/lwbrk/LineBreaker.cpp:459:28: note:
>
expression evaluates to '49 == 48'
>
+22:45.58 459 | static_assert(U_LB_COUNT ==
>
std::size(sUnicodeLineBreakToClass),
>
+22:45.58 |
>
~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
+22:45.58 1 error generated.
>
+22:45.58 gmake[4]: *** [/build/firefox-145.0/config/rules.mk:670:
>
Unified_cpp_intl_lwbrk0.o] Error 1
>
+22:45.58 gmake[3]: *** [/build/firefox-145.0/config/recurse.mk:72:
>
intl/lwbrk/target-objects] Error 2
>
+22:45.58 gmake[3]: *** Waiting for unfinished jobs....
>
+22:51.87 gmake[2]: *** [/build/firefox-145.0/config/recurse.mk:34:
>
compile] Error 2
>
+22:51.87 gmake[1]: *** [/build/firefox-145.0/config/rules.mk:359: default]
>
Error 2
>
+22:51.87 gmake: *** [client.mk:60: build] Error 2
>
diff --git a/python-pypi/cython/DETAILS b/python-pypi/cython/DETAILS
>
index 5b48fb2..3470a09 100755
>
--- a/python-pypi/cython/DETAILS
>
+++ b/python-pypi/cython/DETAILS
>
@@ -1,6 +1,6 @@
>
SPELL=cython
>
- VERSION=3.1.4
>
-
>
SOURCE_HASH=sha512:72bb19bea95bf30130204ed843fc5f608b8a012bb98a458f71ddd74846b87f9b5778a316cc9422065cafbb1b1abd3b7553f74405b175b604e74f78988366e528
>
+ VERSION=3.2.1
>
+
>
SOURCE_HASH=sha512:78556141f3683d0ba2145ded3f475880d7f4e0a41929ba43a3904609da15332de6ef675d62348ce649a8498cc245a6e11c60123eb524e75994eb29a3587d42a8
>
SOURCE=${SPELL}-${VERSION}.tar.gz
>
SOURCE_URL[0]=
https://github.com/cython/cython/archive/${VERSION}.tar.gz
>
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
>
diff --git a/python-pypi/cython/HISTORY b/python-pypi/cython/HISTORY
>
index c3546f0..77910d6 100644
>
--- a/python-pypi/cython/HISTORY
>
+++ b/python-pypi/cython/HISTORY
>
@@ -1,3 +1,6 @@
>
+2025-11-17 Treeve Jelbert <treeve AT sourcemage.org>
>
+ * DETAILS: version 3.2.1
>
+
>
2025-10-17 Treeve Jelbert <treeve AT sourcemage.org>
>
* DETAILS: version 3.1.4
>
>
[[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (9a96ad961524e5d87c9ffb66c139bd6285f1872a)
,
Treeve Jelbert, 11/17/2025
Re: [[SM-Commit] ] [sm-commit] GIT changes to master grimoire by Treeve Jelbert (9a96ad961524e5d87c9ffb66c139bd6285f1872a)
,
public, 11/17/2025
Archive powered by
MHonArc 2.6.24
.