[Pkg-chromium-maint] Bug#779717: FATAL:isolate_holder.cc(70)] Couldn't mmap v8 natives data file

Jason Rhinelander jagerman at jagerman.com
Thu Mar 5 16:51:41 UTC 2015


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.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4228 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-chromium-maint/attachments/20150305/8651eee6/attachment.bin>


More information about the Pkg-chromium-maint mailing list