New issue
Advanced search Search tips

Issue 786588 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 782697
Owner: ----
Closed: Nov 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

Chromium build error while building v8_context_snapshot_generator

Project Member Reported by karandeepb@chromium.org, Nov 17 2017

Issue description

I was trying to build Chromium on my Linux workstation but it fails with 

[30922/31241] ACTION //tools/v8_context_snapshot:gene...8_context_snapshot(//build/toolchain/linux:clang_x64)
FAILED: v8_context_snapshot.bin 
python ../../build/gn_run_binary.py ./v8_context_snapshot_generator --output_file=v8_context_snapshot.bin
././v8_context_snapshot_generator: symbol lookup error: /usr/local/google/home/karandeepb/Desktop/chromium/src/out/Default/./libfreetype.so.6: undefined symbol: uscript_getShortName_59
./v8_context_snapshot_generator failed with exit code 127

Adding 
use_v8_context_snapshot = false
as a gn arg, resolves the issue.
 
Mergedinto: 782697
Status: Duplicate (was: Untriaged)
You can fix it by deleting out/Default/libfreetype.so.6

Sign in to add a comment