Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41261 - DirectFB 0.9.20 failed on configure due to VIDEO_CARDS=rage128. Currently have 0.9.19-r1 which succeeds.
Summary: DirectFB 0.9.20 failed on configure due to VIDEO_CARDS=rage128. Currently ha...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-11 08:58 UTC by bugs
Modified: 2004-02-22 01:56 UTC (History)
0 users

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 bugs 2004-02-11 08:58:08 UTC
checking for libmpeg3.h... yes
checking linux/videodev.h usability... yes
checking linux/videodev.h presence... yes
checking for linux/videodev.h... yes
checking which gfxdrivers should be built... Unknown gfxdriver rage128, exiting!

!!! ERROR: dev-libs/DirectFB-0.9.20 failed.
!!! Function econf, Line 365, Exitcode 1
!!! econf failed


Reproducible: Always
Steps to Reproduce:
1. emerge -u world
2. get to DirectFB, fails





I note the configure script option:
  --with-gfxdrivers=<list>  compile gfxdrivers in <list>
                            gfxdrivers may be comma separated
                            'all' builds all drivers, 'none' builds none
                            Possible gfxdrivers are:
                            ati128, cle266, cyber5k, i810, matrox, neomagic,
                            nsc, nvidia, radeon, savage, tdfx
I had VIDEO_CARDS=rage128 in make.conf.  Changed to ati128  - trying to remember
why rage128 was required.  Maybe this changed in DirectFB?
Comment 1 SpanKY gentoo-dev 2004-02-11 17:32:35 UTC
no, 0.9.19 and 0.9.20 both say 'ati128' and 'radeon'

perhaps another package calls it 'rage128'
Comment 2 bugs 2004-02-13 09:57:10 UTC
Well, let's hope not, because inconveniently, DirectFB will fail if *any* entry in VIDEO_CARDS is unmatched.
So I can't have VIDEOCARDS="ati128 rage128"
Comment 3 SpanKY gentoo-dev 2004-02-13 10:02:49 UTC
well, you can have DirectFB compile multiple cards ... but you're right, you better not match one that doesnt exist ;)

i started to look at fixing this then i gave up ... guess i'll take another look :P
Comment 4 SpanKY gentoo-dev 2004-02-22 01:56:08 UTC
fixed in cvs ... DirectFB will only compile specified valid cards