Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 168163 - x11-drivers/ati-drivers-8.34.0 need an old version of ati-drivers installed to finish the emerge
Summary: x11-drivers/ati-drivers-8.34.0 need an old version of ati-drivers installed t...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Marien Zwart (RETIRED)
URL:
Whiteboard:
Keywords:
: 168161 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-02-23 17:32 UTC by manolis
Modified: 2007-02-24 06:02 UTC (History)
2 users (show)

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


Attachments
Fixes ebuild. (ati-drivers-8.34.8.patch,1.39 KB, patch)
2007-02-23 19:29 UTC, Alexandra Parker
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description manolis 2007-02-23 17:32:54 UTC
ati-drivers-8.34.0 contain fgl_fglrxgears utility to test ati 3d accelaration. To build this the ebuild searches for the header atiGL.h .
if someone does not have already installed an ati-driver (like me who unmerged the last driver before proceed) can not emerge the new driver.


Reproducible: Always

Steps to Reproduce:
1. unmerge all ati-driver
2. emerge ati-driver 8.34
3.

Actual Results:  
compile error , header glATI.h not found

Expected Results:  
compile and build cleanly
Workaround ofcourse is to install another old ati-driver ebuild (like 8.33 series) and to update to new one (8.34)
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-02-23 17:38:14 UTC
*** Bug 168161 has been marked as a duplicate of this bug. ***
Comment 2 Alexandra Parker 2007-02-23 19:29:41 UTC
Created attachment 111069 [details, diff]
Fixes ebuild.

Compiles cleanly without any ATI drivers present on i686 against kernel 2.6.20.
Comment 3 Marien Zwart (RETIRED) gentoo-dev 2007-02-24 06:02:42 UTC
Applied your patch, thanks! And sorry for not testing a merge without ati-drivers installed...