New issue
Advanced search Search tips

Issue 874862 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

V8's Linux debug builds are not statically linked

Project Member Reported by mathias@chromium.org, Aug 16

Issue description

V8's Linux debug builds are not statically linked. The archived `d8` depends on `libv8.so` which is not included in the archive.

Reproduction steps:

    wget https://storage.googleapis.com/chromium-v8/official/canary/v8-linux64-dbg-7.0.237.zip
    unzip v8-linux64-dbg-7.0.237.zip
    ./d8

Expected result:

The `d8` shell opens

Actual result:

    ./d8: error while loading shared libraries: libv8.so: cannot open shared object file: No such file or directory

 
The archived builds above are generated on this builder: https://ci.chromium.org/p/v8/builders/luci.v8.ci/V8%20Official%20Linux64%20Debug. Looks like there is some configuration issue for static debug builds in GN files. I am not sure if we have any other bots than official builders that are testing this.

Sign in to add a comment