As per upstream https://crbug.com/421063 chromimum now builds its v8 code into natives_blob.bin and snapshot_blob.bin, loading them itself at runtime instead of linking them statically to the chromium binary (which is what happened <= 40).

The current debian build, however, doesn't copy these files into /usr/lib/chromium, hence the error.

Adding this line to debian/chromium.install fixes the build:



out/Release/*.bin usr/lib/chromium



(It seems most logical to me to add it right after the out/Release/*.pak line, but it shouldn't matter where it gets added).

I added it, rebuilt the package, and can verify that the resulting chromium package now works.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to