Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15440 - Wrong path in em8300-modules
Summary: Wrong path in em8300-modules
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Anders Rune Jensen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-10 11:27 UTC by Johannes Ballé
Modified: 2004-08-11 03:47 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 Johannes Ballé 2003-02-10 11:27:21 UTC
em8300-modules installs em8300.h into:

insinto "/usr/src/linux/include/linux"

this should probably be:

insinto "/usr/include/linux"

since afaik we're using these headers to compile usermode stuff. mplayer looks
for it there and if it doesn't find it, dxr3 support won't be compiled.


Reproducible: Always
Steps to Reproduce:
Comment 1 Johannes Ballé 2003-02-10 11:51:58 UTC
there should be a "dxr3" use flag ...

the mplayer ebuild does not disable dxr3 support by default, it lets the configure script decide (bad thing)

btw, i'm talking about the current x86 ebuilds. haven't checked the ~x86 ones.
Comment 2 Brandon Low (RETIRED) gentoo-dev 2003-02-21 20:29:50 UTC
nod.  both of the issues mentioned here need working on.  The decision many months ago was to not make a dxr3 use var and to let mplayer and xine detect support.  This has probably not changed.  I will look into moving that insinto.
Comment 3 Anders Rune Jensen (RETIRED) gentoo-dev 2004-08-11 03:47:19 UTC
Thank you for the report. It has been fixed in version 0.14 and later.