Opened 4 days ago

Closed 14 hours ago

#23998 closed enhancement (fixed)

node.js-26.10.0

Reported by: Bruce Dubbs Owned by: Joe Locash
Priority: normal Milestone: 13.2
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Maybe we should give this a rest for a bit:

26.6.0   3 Aug
26.7.0   5 Aug
26.8.0  26 Aug
26.8.1  26 Aug
26.8.2   9 Sep
26.9.0  16 sep
26.10.0 22 Sep

This a a 20 SBU package that is making a new release, on average, every 10 days.

Change History (4)

comment:1 by Joe Locash, 3 days ago

I think that's a good idea because this version bombs during linking:

  LINK(target) /tmp/node-v26.10.0/out/Release/mksnapshot
/usr/bin/ld: /tmp/node-v26.10.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/builtins/builtins-typed-array.o: in function `v8::internal::Builtin_Uint8ArrayPrototypeToBase64(int, unsigned long*, v8::internal::Isolate*)':
builtins-typed-array.cc:(.text._ZN2v88internal35Builtin_Uint8ArrayPrototypeToBase64EiPmPNS0_7IsolateE+0x515): undefined reference to `simdutf::atomic_binary_to_base64(char const*, unsigned long, char*, simdutf::base64_options)'
/usr/bin/ld: /tmp/node-v26.10.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/builtins/builtins-typed-array.o: in function `v8::internal::Builtin_Uint8ArrayPrototypeSetFromBase64(int, unsigned long*, v8::internal::Isolate*)':
builtins-typed-array.cc:(.text._ZN2v88internal40Builtin_Uint8ArrayPrototypeSetFromBase64EiPmPNS0_7IsolateE+0x68d): undefined reference to `simdutf::atomic_base64_to_binary_safe(char16_t const*, unsigned long, char*, unsigned long&, simdutf::base64_options, simdutf::last_chunk_handling_options, bool)'
/usr/bin/ld: builtins-typed-array.cc:(.text._ZN2v88internal40Builtin_Uint8ArrayPrototypeSetFromBase64EiPmPNS0_7IsolateE+0x775): undefined reference to `simdutf::atomic_base64_to_binary_safe(char const*, unsigned long, char*, unsigned long&, simdutf::base64_options, simdutf::last_chunk_handling_options, bool)'
collect2: error: ld returned 1 exit status
make[1]: *** [tools/v8_gypfiles/mksnapshot.target.mk:252: /tmp/node-v26.10.0/out/Release/mksnapshot] Error 1
make: *** [Makefile:145: node] Error 2

I retested the build of 26.9.0 against the same version of simdutf and it was fine.

comment:2 by Bruce Dubbs, 2 days ago

Summary: node.js-26.10.0 → node.js-26.10.0 (Wait for next release)

comment:3 by Joe Locash, 14 hours ago

Owner: changed from blfs-book to Joe Locash
Status: new → assigned
Summary: node.js-26.10.0 (Wait for next release) → node.js-26.10.0

comment:4 by Joe Locash, 14 hours ago

Resolution: → fixed
Status: assigned → closed
Note: See TracTickets for help on using tickets.