Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 324645 - www-client/chromium-9999 does not install resources.pak
Summary: www-client/chromium-9999 does not install resources.pak
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major with 1 vote (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-18 23:04 UTC by Mike Gilbert
Modified: 2010-06-23 14:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch chromium-9999.ebuild to install resources.pak (chromium-9999-resources-pak.patch,307 bytes, patch)
2010-06-19 02:46 UTC, Mike Gilbert
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Gilbert gentoo-dev 2010-06-18 23:04:19 UTC
Chromium crashes on startup because it cannot open resources.pak.  This file is built as part of the compile phase, but is not installed.

Reproducible: Always

Steps to Reproduce:
1. Install www-client/chromium-9999 (at revision 50246 or greater).
2. Run chromium.

Actual Results:  
Program dies with error:

[8141:8141:233143392711:ERROR:base/file_util.cc(328)] Couldn't open /usr/lib64/chromium-browser/resources.pak
[8141:8141:233143392879:FATAL:app/resource_bundle.cc(212)] Check failed: success. Failed to load /usr/lib64/chromium-browser/resources.pak


Expected Results:  
Program should load normally.
Comment 1 fkhp 2010-06-19 02:38:12 UTC
this is a FATAL bug!

 # chromium
[23253:23253:12482596310:ERROR:base/file_util.cc(328)] Couldn't open /usr/lib64/chromium-browser/resources.pak
[23253:23253:12482596410:FATAL:app/resource_bundle.cc(212)] Check failed: success. Failed to load /usr/lib64/chromium-browser/resources.pak



Comment 2 Mike Gilbert gentoo-dev 2010-06-19 02:46:08 UTC
Created attachment 235899 [details, diff]
Patch chromium-9999.ebuild to install resources.pak

Here is a patch to fix this
Comment 3 Wormo (RETIRED) gentoo-dev 2010-06-22 07:00:43 UTC
Thanks for submitting your fix! Assigning to chromium maintainers.
Comment 4 Bernard Cafarelli gentoo-dev 2010-06-23 14:50:07 UTC
Thanks for the report! I've updated the -9999 ebuild accordingly