| Summary: | linux-info get_version does not return the correct version - leads to modules being installed in the wrong place! | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Robin Johnson <robbat2> |
| Component: | Eclasses | Assignee: | Gentoo Kernel Miscellaneous <kernel-misc> |
| Status: | RESOLVED INVALID | ||
| Severity: | blocker | CC: | johnm |
| Priority: | Highest | ||
| Version: | 2006.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
kernel-2.eclass.diff
linux-info.eclass.diff |
||
|
Description
Robin Johnson
2006-06-29 22:29:05 UTC
make kernelrelease is relatively new, if we do use it we must keep the existing code as a fallback. Also this is a dup but I can't find the original bug (In reply to comment #1) > Also this is a dup but I can't find the original bug Bug 126013? not that one Here are some modifications to linux-info and kernel-2 to support the make kernelrelease thing. I still need to dig when exactly the make kernelrelease was introduced (for the check in kernel-2). Created attachment 100089 [details, diff]
kernel-2.eclass.diff
Created attachment 100090 [details, diff]
linux-info.eclass.diff
phreak: the file has moved to include/config/kernel.release, please update code to check both locations? This seems obsolete, and it never looks like it worked anyway. Using cut for the EXTRAVERSION argument is not reliable with EXTRAVERSION like '-rc5', because the seperator is - not . |