Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 587366 - www-client/chromium-53.0.2774.3[gn,-gnome] ERROR at //build/config/linux/gconf/BUILD.gn:9:1: Assertion failed.
Summary: www-client/chromium-53.0.2774.3[gn,-gnome] ERROR at //build/config/linux/gcon...
Status: RESOLVED FIXED
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: 2016-06-28 03:26 UTC by Mike Gilbert
Modified: 2016-09-22 05:07 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Gilbert gentoo-dev 2016-06-28 03:26:11 UTC
ERROR at //build/config/linux/gconf/BUILD.gn:9:1: Assertion failed.
assert(!is_chromeos && use_gconf)
^-----
See //ui/accessibility/BUILD.gn:107:7: which caused the file to be included.
      "//build/config/linux/gconf",
      ^---------------------------
Comment 1 Mike Gilbert gentoo-dev 2016-06-28 03:42:34 UTC
I think ui/accessibility/BUILD.gn is missing an "if (use_gconf)" check.
Comment 2 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2016-06-29 20:24:41 UTC
Pushed https://gitweb.gentoo.org/repo/gentoo.git/commit/www-client/chromium?id=2d587c01e3a0b8def67e393e1a9288561aaa94c8 for now.

Fixing build files will take more than one "if" - I've tried that and didn't succeed. I may look into this more.

Thanks for testing!
Comment 3 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2016-09-22 05:07:12 UTC
This should be fixed now in M54+ (and masked in M53).