[Bug 291400] www/node*: Fail to build on 16-CURRENT

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 04 Dec 2025 17:40:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291400

            Bug ID: 291400
           Summary: www/node*: Fail to build on 16-CURRENT
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: cy@FreeBSD.org

The www/node* ports have multiple errors like the following:

../deps/v8/src/builtins/builtins-sharedarraybuffer-gen.cc:116:52: error: too
many arguments provided to function-like macro invocation
  116 |   Label done(this), range_error(this), unreachable(this);
      |                                                    ^
/usr/include/sys/cdefs.h:258:9: note: macro '__unreachable' defined here
  258 | #define __unreachable() __builtin_unreachable()
      |         ^
../deps/v8/src/builtins/builtins-sharedarraybuffer-gen.cc:116:40: error: no
matching constructor for initialization of 'Label' (aka
'v8::internal::compiler::CodeAssemblerLabel')
  116 |   Label done(this), range_error(this), unreachable(this);
      |                                        ^
/usr/include/stddef.h:65:24: note: expanded from macro 'unreachable'
   65 | #define unreachable(x) __unreachable(x)
      |                        ^

This is not the only instance. After fixing one a person will discover others.

-- 
You are receiving this mail because:
You are the assignee for the bug.