Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 590044 - net-libs/nodejs-4.4.1: build failure on x32: redefinition of void v8::internal::compiler::InstructionSelector
Summary: net-libs/nodejs-4.4.1: build failure on x32: redefinition of void v8::interna...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Johan Bergström
URL: https://bugs.chromium.org/p/v8/issues...
Whiteboard:
Keywords:
Depends on:
Blocks: x32
  Show dependency tree
 
Reported: 2016-07-29 23:44 UTC by Dainius Masiliūnas
Modified: 2016-08-17 09:49 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,77.31 KB, text/plain)
2016-07-29 23:44 UTC, Dainius Masiliūnas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dainius Masiliūnas 2016-07-29 23:44:29 UTC
Created attachment 441966 [details]
build.log

Even though v8 should have x32 support now, nodejs still fails to compile on it, with such messages:

../deps/v8/src/compiler/instruction-selector.cc:1127:8: error: redefinition of ‘void v8::internal::compiler::InstructionSelector::VisitWord64Equal(v8::internal::compiler::Node*)’

Full build log is attached.
Comment 1 Dainius Masiliūnas 2016-08-17 09:49:59 UTC
It's an upstream v8 issue after all. Unfortunately upstream says it does not have the resources to maintain the x32 port at the moment... It might change in the future if there's sufficient interest in it again.
See the URL (since monorail is not supported by Bugzilla's See Also field).