Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 551476 - www-client/chromium-45.0.2421.0 drop v8/src/third_party/kernel from bundled libraries exclusion list
Summary: www-client/chromium-45.0.2421.0 drop v8/src/third_party/kernel from bundled l...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-07 22:58 UTC by Matt
Modified: 2015-07-02 13:01 UTC (History)
1 user (show)

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


Attachments
log file of the prepare phase failing (www-client:chromium-45.0.2421.0-r1:20150608-001040.log,5.65 KB, text/x-log)
2015-06-08 00:12 UTC, Matt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matt 2015-06-07 22:58:28 UTC
(don't be surprised by the 45.0.2421.0 version - I bumped it locally)

www-client/chromium-45.0.2421.0 fails in prepare stage in attempt to remove bundled library which is not bundled anymore (v8/src/third_party/kernel)

v8/src/third_party/kernel does not exist
 [31;01m*[0m ERROR: www-client/chromium-45.0.2421.0::portage failed (prepare phase):
 [31;01m*[0m   (no error message)

Reproducible: Always

Steps to Reproduce:
1. emerge =www-client/chromium-45.0.2414.0*
2. 
3.
Actual Results:  
it fails

Expected Results:  
it should have compiled

the line

		'v8/src/third_party/kernel' \

can be removed from the section:

src_prepare() {

}
Comment 1 Mike Gilbert gentoo-dev 2015-06-07 23:02:14 UTC
So... which version actually fails? 45.0.2414.0 or 45.0.2421.0? Or both?
Comment 2 Matt 2015-06-07 23:22:22 UTC
(In reply to Mike Gilbert from comment #1)
> So... which version actually fails? 45.0.2414.0 or 45.0.2421.0? Or both?

both fail,

I hope you don't expect me to test 45.0.2414.0, too since compilation takes long enough even with a Haswell CPU ;)

Fri Jun  5 02:23:31 2015 >>> www-client/chromium-45.0.2421.0
       merge time: 1 hour, 19 minutes and 52 seconds.

Thanks
Comment 3 Mike Gilbert gentoo-dev 2015-06-07 23:34:17 UTC
(In reply to Matt from comment #0)
> www-client/chromium-45.0.2421.0 fails in prepare stage in attempt to remove
> bundled library which is not bundled anymore (v8/src/third_party/kernel)

You are misunderstanding what that actually does; that list tells remove_bundled_libraries.py which files we want to KEEP, not which ones to remove.

In any case, I have no issue building 45.0.2414.0. Attach a build log please.
Comment 4 Matt 2015-06-08 00:12:26 UTC
Created attachment 404770 [details]
log file of the prepare phase failing

Sorry, can't reproduce it anymore with www-client/chromium-45.0.2414.0 (I'm pretty sure it occurred with both),

anyway ...


Attached you'll find the log with the error for 45.0.2421.0


v8/src/third_party/kernel does not exist



Thanks