Cezary Kulakowski
unread,Apr 26, 2018, 4:22:48 AM4/26/18Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chromi...@chromium.org
Hello,
I try to set up minimal version of Debian which will be used to
compile chromium based browser. I believe sysroot fetched by gclient
contains all necessary headers and libraries required to compile
chrome, but I get linking errors like:
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: error while loading shared
libraries: libasound.so.2: cannot open shared object file: No such
file or directory
./v8_context_snapshot_generator failed with exit code 127
when I try to compile chrome. I can see that libasound is part of
sysroot and I am able to link chrome when I set LD_LIBRARY_PATH to
point to sysroot. Is it necessary to set it manually? Shouldn't it be
set by gn?
Best regards,
Czarek