Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 694736 - 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
Summary: net-libs/nodejs-12.10.0 CXXFLAGS=-std=c++17 - In file included from ../deps/v...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-17 16:57 UTC by Helmut Jarausch
Modified: 2019-09-18 12:21 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build log xz-compressed (nodejs-12.10.0.build.xz,4.63 KB, application/x-xz)
2019-09-17 16:57 UTC, Helmut Jarausch
Details
emerge --info (nodejs.info,21.00 KB, text/plain)
2019-09-17 16:59 UTC, Helmut Jarausch
Details

Note You need to log in before you can comment on or make changes to this bug.
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