Status: Untriaged
Owner: ----
New issue 4411 by [email protected]: post-mortem metadata generator fails
to build on V8 4.6+ (merge request)
https://code.google.com/p/v8/issues/detail?id=4411
Merge request for 4.6. Fix already landed on master as:
https://chromium.googlesource.com/v8/v8/+/5434d052f138adc0933c20ad24cc3d84555be53d
Version: 4.6.85.12, 7a5dcbc9674596837e5067a03a63551919d3c0c5
OS: All posix
Architecture: All
What steps will reproduce the problem?
1. Enable post-mortem data generation (v8_postmortem_support=true)
2. Build.
Post-mortem support is enabled by default on Node.js builds.
What is the expected output?
Successful build.
What do you see instead?
cc '-DPURIFY' '-D_REENTRANT' '-DOPENSSL_NO_SSL2' '-DOPENSSL_NO_SSL3' '-DOPENSSL_NO_HEARTBEATS' '-DENGINESDIR="/dev/null"' '-DTERMIOS' '-DOPENSSLDIR="/System/Library/OpenSSL/"' '-D_DARWIN_USE_64_BIT_INODE=1' '-DMONOLITH'
-I../deps/openssl -I../deps/openssl/openssl
-I../deps/openssl/openssl/crypto -I../deps/openssl/openssl/crypto/asn1
-I../deps/openssl/openssl/crypto/evp -I../deps/openssl/openssl/crypto/md2
-I../deps/openssl/openssl/crypto/modes
-I../deps/openssl/openssl/crypto/store -I../deps/openssl/openssl/include
-Os -gdwarf-2 -mmacosx-version-min=10.5 -arch x86_64 -Wall -Wendif-labels
-W -Wno-unused-parameter -fno-strict-aliasing -MMD -MF
/Users/ofrobots/src/node-4.6-post-mortem/out/Release/.deps//Users/ofrobots/src/node-4.6-post-mortem/out/Release/obj.target/openssl-cli/deps/openssl/openssl/apps/ciphers.o.d.raw
-c -o
/Users/ofrobots/src/node-4.6-post-mortem/out/Release/obj.target/openssl-cli/deps/openssl/openssl/apps/ciphers.o ../deps/openssl/openssl/apps/ciphers.c
/Users/ofrobots/src/node-4.6-post-mortem/out/Release/obj/gen/debug-support.cc:385:54:
error:
no member named 'kInObjectPropertiesOffset' in 'v8::internal::Map';
did you mean
'GetInObjectPropertyOffset'?
int v8dbg_class_Map__inobject_properties__int =
Map::kInObjectPropertiesOffset;
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
GetInObjectPropertyOffset
../deps/v8/src/objects-inl.h:4334:10: note: 'GetInObjectPropertyOffset'
declared here
int Map::GetInObjectPropertyOffset(int index) {
^
/Users/ofrobots/src/node-4.6-post-mortem/out/Release/obj/gen/debug-support.cc:385:54:
error:
call to non-static member function without an object argument
int v8dbg_class_Map__inobject_properties__int =
Map::kInObjectPropertiesOffset;
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.