Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 471470 - www-client/google-chrome: missing run-time dependency for >=x11-libs/libX11-1.5.0
Summary: www-client/google-chrome: missing run-time dependency for >=x11-libs/libX11-1...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-27 19:20 UTC by Michal Feix
Modified: 2013-05-27 19:35 UTC (History)
1 user (show)

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


Attachments
Patch fixing dependencies (google-chrome-28.0.1500.20_beta201172.ebuild.diff,358 bytes, patch)
2013-05-27 19:25 UTC, Michal Feix
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Feix 2013-05-27 19:20:42 UTC
Google-chrome, starting at 28.0.1500.20_beta201172, needs x11-libs/libX11 at least of version 1.5.0. With older versions it won't start with run-time dependecy error:

unresolved symbol: _XGetRequest

Reproducible: Always

Steps to Reproduce:
1. Don't update your libX11 above 1.4.5
2. Install latest google-chrome 
3. Run google-chrome
Actual Results:  
unresolved symbol: _XGetRequest
Comment 1 Michal Feix 2013-05-27 19:25:41 UTC
Created attachment 349380 [details, diff]
Patch fixing dependencies
Comment 2 Mike Gilbert gentoo-dev 2013-05-27 19:35:14 UTC
Thanks!

+  27 May 2013; Mike Gilbert <floppym@gentoo.org>
+  google-chrome-28.0.1500.20_beta201172.ebuild,
+  google-chrome-29.0.1516.3_alpha201887.ebuild:
+  Update dependency on libX11, bug 471470 by Michal Feix.