New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 608715 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 608114
Owner:
Last visit > 30 days ago
Closed: May 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

blimp_shell fails to compile on Linux debug gn build

Project Member Reported by markdittmer@chromium.org, May 3 2016

Issue description

Failed build output:

$ ninja -C out/Debug -j1000
ninja: Entering directory `out/Debug'
[223/402] LINK ./blimp_shell
FAILED: blimp_shell 
../../third_party/llvm-build/Release+Asserts/bin/clang++ -Wl,--fatal-warnings -fPIC -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -Wl,-z,defs -B../../third_party/binutils/Linux_x64/Release/bin -fuse-ld=gold -Wl,--icf=all -pthread -m64 --sysroot=../../build/linux/debian_wheezy_amd64-sysroot  -Wl,-rpath-link=../Debug -Wl,--disable-new-dtags -Wl,--export-dynamic -o "./blimp_shell" -Wl,--start-group @"./blimp_shell.rsp"  -Wl,--end-group  -ldl -lrt -lX11 -lXcomposite -lXcursor -lXdamage -lXext -lXfixes -lXi -lXrender -lXtst -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lnss3 -lnssutil3 -lsmime3 -lplds4 -lplc4 -lnspr4 -lpangocairo-1.0 -lpango-1.0 -lcairo -lfontconfig -lfreetype -lexpat -lXrandr -lXss -lgconf-2 -lresolv -lgio-2.0 -lasound -lm -lz -ldbus-1 -latk-1.0 -lcups -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgcrypt -lpthread -lcrypt 
../../content/common/child_process_sandbox_support_impl_linux.cc:69: error: undefined reference to 'blink::WebFontRenderStyle::setDefaults()'
../../content/browser/devtools/protocol/input_handler.cc:209: error: undefined reference to 'blink::WebKeyboardEvent::setKeyIdentifierFromWindowsKeyCode()'
../../content/browser/renderer_host/native_web_keyboard_event_aura.cc:63: error: undefined reference to 'blink::WebKeyboardEvent::setKeyIdentifierFromWindowsKeyCode()'
../../content/browser/renderer_host/web_input_event_aura.cc:106: error: undefined reference to 'blink::WebKeyboardEvent::setKeyIdentifierFromWindowsKeyCode()'
../../content/zygote/zygote_main_linux.cc:382: error: undefined reference to 'blink::WebFontRendering::setSkiaFontManager(SkFontMgr*)'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
 
Cc: fsam...@chromium.org w...@chromium.org
Cc: blimp-bugs+garchive@google.com
Posted candidate fix: https://codereview.chromium.org/1945663002/
Cc: scottmg@chromium.org
+scottmg, who enabled a constraint that prevents broadening //content/common to include blink (where the missing symbols currently live).
Mergedinto: 608114
Status: Duplicate (was: Started)
Labels: Archive-Blimp

Sign in to add a comment