Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 694736

Summary: net-libs/nodejs-12.10.0 CXXFLAGS=-std=c++17 - In file included from ../deps/v8/src/builtins/builtins-array.cc:7: ../deps/v8/src/codegen/interface-descriptors.h:399:18: error: expected identifier before ',' token
Product: Gentoo Linux Reporter: Helmut Jarausch <jarausch>
Component: Current packagesAssignee: Jeroen Roovers (RETIRED) <jer>
Status: RESOLVED INVALID    
Severity: normal CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build log xz-compressed
emerge --info

Description Helmut Jarausch 2019-09-17 16:57:38 UTC
Created attachment 590090 [details]
build log  xz-compressed

Trying to compile it I get
In file included from ../deps/v8/src/codegen/callable.h:8,
                 from ../deps/v8/src/codegen/code-factory.h:8,
                 from ../deps/v8/src/builtins/builtins-array.cc:7:
../deps/v8/src/codegen/interface-descriptors.h:399:18: error: expected identifier before ',' token
  399 |     ##__VA_ARGS__,                                        \
      |                  ^
../deps/v8/src/codegen/interface-descriptors.h:430:32: note: in expansion of macro 'DEFINE_RESULT_AND_PARAMETERS'
  430 | #define DEFINE_PARAMETERS(...) DEFINE_RESULT_AND_PARAMETERS(1, ##__VA_ARGS__)
and many more such errors.
Comment 1 Helmut Jarausch 2019-09-17 16:59:02 UTC
Created attachment 590092 [details]
emerge --info
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2019-09-18 12:21:09 UTC
CXXFLAGS=... -std=c++17