When I try to build x64.debug with ninja, it fails with the below error 
message.

# autoninja -C out/x64.debug d8
ninja: Entering directory `out/x64.debug'
[0/1] Regenerating ninja files
[1/10] LINK ./mksnapshot
FAILED: mksnapshot
python "../../build/toolchain/gcc_link_wrapper.py" --output="./mksnapshot" 
-- ../../third_party/llvm-build/Release+Asserts/bin/clang++ -pie 
-fuse-ld=lld -Wl,--fatal-warnings -Wl,--build-id -fPIC -Wl,-z,noexecstack 
-Wl,-z,relro -Wl,-z,defs -Wl,--as-needed -Wl,--color-diagnostics 
-Wl,--no-call-graph-profile-sort -m64 -Werror -Wl,--gdb-index -rdynamic 
-nostdlib++ --sysroot=../../build/linux/debian_sid_amd64-sysroot 
-L../../build/linux/debian_sid_amd64-sysroot/usr/local/lib/x86_64-linux-gnu 
-L../../build/linux/debian_sid_amd64-sysroot/lib/x86_64-linux-gnu 
-L../../build/linux/debian_sid_amd64-sysroot/usr/lib/x86_64-linux-gnu -pie 
-Wl,--disable-new-dtags -Wl,-rpath=\$ORIGIN -rdynamic -o "./mksnapshot" 
-Wl,--start-group @"./mksnapshot.rsp" ./libv8_libbase.so 
./libv8_libplatform.so ./libicui18n.so ./libicuuc.so ./libchrome_zlib.so 
./libc++.so -Wl,--end-group  -ldl -lpthread -lrt
ld.lld: *error: **undefined symbol: 
v8::internal::SwissNameDictionary::kInitialCapacity*
>>> referenced by swiss-name-dictionary.cc:93 
(../../src/objects/swiss-name-dictionary.cc:93)
>>>              
 
obj/v8_base_without_compiler/swiss-name-dictionary.o:(v8::internal::SwissNameDictionary::Shrink(v8::internal::Isolate*,
 
v8::internal::Handle<v8::internal::SwissNameDictionary>))
clang: error: linker command failed with exit code 1 (use -v to see 
invocation)
ninja: build stopped: subcommand failed.
Error! - V8 compilation finished with errors.

I was able to build x64.release. Can someone help me out what might be the 
issue of it?

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/ed324cf0-391d-4aa9-acbb-d613d466309bn%40googlegroups.com.

Reply via email to