Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 263259 - x11-base/x11-drm-20090320: a little bug in the ebuild
Summary: x11-base/x11-drm-20090320: a little bug in the ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Bryan Stine (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-21 14:04 UTC by kouyu
Modified: 2009-03-27 22:27 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 kouyu 2009-03-21 14:04:58 UTC
In this ebuild,
in function kernel_setup,
linux-mod_pkg_setup should have been called after setting CONFIG_CHECK and ERROR_AGP, shouldn't it?
Comment 1 Andrés Becerra Sandoval 2009-03-24 15:36:47 UTC
Without the proper call to the function, the driver specific modules are not compiled/installed. This is the contents of x11-drm-20090320.tbz2 (built this morning):

 drwxr-xr-x root/root         0 2009-03-24 10:11 ./
drwxr-xr-x root/root         0 2009-03-24 10:11 ./lib/
drwxr-xr-x root/root         0 2009-03-24 10:11 ./lib/modules/
drwxr-xr-x root/root         0 2009-03-24 10:11 ./lib/modules/2.6.28-gentoo-r4/
drwxr-xr-x root/root         0 2009-03-24 10:11 ./lib/modules/2.6.28-gentoo-r4/x11-drm/
-rw-r--r-- root/root    155338 2009-03-24 10:11 ./lib/modules/2.6.28-gentoo-r4/x11-drm/drm.ko
drwxr-xr-x root/root         0 2009-03-24 10:11 ./usr/
drwxr-xr-x root/root         0 2009-03-24 10:11 ./usr/share/
drwxr-xr-x root/root         0 2009-03-24 10:11 ./usr/share/doc/
drwxr-xr-x root/root         0 2009-03-24 10:11 ./usr/share/doc/x11-drm-20090320/
-rw-r--r-- root/root       581 2009-03-24 10:11 ./usr/share/doc/x11-drm-20090320/README.drm.bz2
drwxr-xr-x root/root         0 2009-03-24 10:11 ./usr/bin/
-rwxr-xr-x root/root     27695 2009-03-24 10:11 ./usr/bin/drmstat
-rwxr-xr-x root/root     82355 2009-03-24 10:11 ./usr/bin/dristat
-rwxr-xr-x root/root     30939 2009-03-24 10:11 ./usr/bin/modetest
-rwxr-xr-x root/root     28646 2009-03-24 10:11 ./usr/bin/modeprint
drwxr-xr-x root/root         0 2009-03-24 10:11 ./etc/
drwxr-xr-x root/root         0 2009-03-24 10:11 ./etc/modprobe.d/
-rw-r--r-- root/root       137 2009-03-24 10:11 ./etc/modprobe.d/drm


It doesn't contains i915 o r i810 for my intel video card.
Comment 2 Bryan Stine (RETIRED) gentoo-dev 2009-03-27 22:27:13 UTC
Whoops. Regression with linux-mod fixed. Thanks. :)

In response to comment #1, added an ewarn about the missing intel driver. This module has been removed upstream, as all development now takes place in the kernel tree. Thanks.