Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105233 - x11-base/x11-drm does not locate kernel correctly
Summary: x11-base/x11-drm does not locate kernel correctly
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: 2005-09-08 02:41 UTC by Alon Bar-Lev (RETIRED)
Modified: 2005-10-29 09:29 UTC (History)
1 user (show)

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


Attachments
x11-drm-20050502-r1.ebuild.diff (x11-drm-20050502-r1.ebuild.diff,1.09 KB, patch)
2005-09-08 02:42 UTC, Alon Bar-Lev (RETIRED)
Details | Diff
x11-drm.diff (x11-drm.diff,2.04 KB, patch)
2005-10-05 12:51 UTC, Alon Bar-Lev (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alon Bar-Lev (RETIRED) gentoo-dev 2005-09-08 02:41:24 UTC
When searching for the kernel ebuilds should use KERNEL_DIR and not try to
access the default /usr/src/linux location.
All x11-drm ebuilds should be corrected.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Alon Bar-Lev (RETIRED) gentoo-dev 2005-09-08 02:42:12 UTC
Created attachment 67912 [details, diff]
x11-drm-20050502-r1.ebuild.diff

This is how x11-drm-20050502-r1.ebuild was corrected.
Same should be applied to all other ebuilds.
Comment 2 Alon Bar-Lev (RETIRED) gentoo-dev 2005-10-05 12:51:15 UTC
Created attachment 69953 [details, diff]
x11-drm.diff

Also, ${KV} is not defined... use ${KV_FULL}?
Comment 3 Joshua Baergen (RETIRED) gentoo-dev 2005-10-08 22:10:46 UTC
This is Battousai's bag...
Comment 4 Alon Bar-Lev (RETIRED) gentoo-dev 2005-10-29 09:29:43 UTC
Solved, thanks!