Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 448100 - x11-drivers/ati-drivers should depend on x11-libs/qt-gui[accessibility] for amdcccle
Summary: x11-drivers/ati-drivers should depend on x11-libs/qt-gui[accessibility] for a...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: emil karlson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-21 17:44 UTC by grey dot
Modified: 2012-12-26 07:58 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 grey dot 2012-12-21 17:44:48 UTC
That's it. AMD CCC requires Qt-Gui library to be built with accessibility support, otherwise it fails with the following error:

amdcccle: symbol lookup error: amdcccle: undefined symbol: _ZN7QWidget17setAccessibleNameERK7QString



Reproducible: Always

Steps to Reproduce:
1. Install Qt with -accessibility flag
2. Install ati-drivers
3. Run amdcccle
Actual Results:  
> amdcccle 
sh: -c: line 0: unexpected EOF while looking for matching ``'
sh: -c: line 1: syntax error: unexpected end of file
amdcccle: symbol lookup error: amdcccle: undefined symbol: _ZN7QWidget17setAccessibleNameERK7QString


Expected Results:  
amdcccle running
Comment 1 grey dot 2012-12-21 17:47:51 UTC
The patch to fix the issue.

--- a.ebuild	2012-12-21 17:47:05.643309105 +0000
+++ b.ebuild	2012-12-21 17:47:33.449975131 +0000
@@ -42,7 +42,7 @@
 			x11-libs/libXfixes
 			x11-libs/libXxf86vm
 			x11-libs/qt-core:4
-			x11-libs/qt-gui:4
+			x11-libs/qt-gui[accessibility]:4
 	)
 "
Comment 2 Chí-Thanh Christopher Nguyễn gentoo-dev 2012-12-25 16:43:55 UTC
Fixed in 12.11_beta11 in portage.
Comment 3 grey dot 2012-12-26 07:31:14 UTC
(In reply to comment #2)
> Fixed in 12.11_beta11 in portage.

Thanks. Btw, just for your information, 12.12 is out there for almost two weeks already.
Comment 4 grey dot 2012-12-26 07:58:30 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > Fixed in 12.11_beta11 in portage.
> 
> Thanks. Btw, just for your information, 12.12 is out there for almost two
> weeks already.

please disregard that comment. It's the embedded driver that have been released.