Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 657292 - www-client/google-chrome{,-beta,-unstable}: x11-libs/gtk+:3[X] dependency
Summary: www-client/google-chrome{,-beta,-unstable}: x11-libs/gtk+:3[X] dependency
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: 2018-06-03 18:00 UTC by Markus Rathgeb
Modified: 2018-06-04 15:27 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 Markus Rathgeb 2018-06-03 18:00:27 UTC
All the Google Chrome ebuilds set a dependency for x11-libs/gtk+:3
As I would like to use Wayland as much as possible I removed X for all packages where possible.
Portage allows me to remove the X USE flag for GTK+ v3.

After merging GTK+ 3 without X Google Chrome does not start anymore.

$ google-chrome-unstable 
/usr/bin/google-chrome-unstable: symbol lookup error: /usr/bin/google-chrome-unstable: undefined symbol: gdk_x11_window_get_xid

So, it seems to me the dependency statement should also require that gtk+:3 is available with enabled X support.
Comment 1 Larry the Git Cow gentoo-dev 2018-06-04 15:27:19 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a6354b35a1261caea37e59bcd27f901e4f68a2

commit 59a6354b35a1261caea37e59bcd27f901e4f68a2
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2018-06-04 15:26:28 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2018-06-04 15:27:15 +0000

    www-client/google-chrome: depend on x11-libs/gtk+:3[X]
    
    Closes: https://bugs.gentoo.org/657292

 www-client/google-chrome-beta/google-chrome-beta-67.0.3396.62.ebuild    | 2 +-
 .../google-chrome-unstable/google-chrome-unstable-68.0.3440.7.ebuild    | 2 +-
 www-client/google-chrome/google-chrome-67.0.3396.62.ebuild              | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)