| Summary: | get_running_version() in linux-info.eclass (1.87) doesn't support four-component kernel versions | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Mike Nerone <mike> |
| Component: | Eclasses | Assignee: | Gentoo Kernel Miscellaneous <kernel-misc> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | trivial | CC: | pchrist |
| Priority: | Low | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Fix get_running_version to work with four-part kernel version numbers. | ||
|
Description
Mike Nerone
2011-01-14 21:37:31 UTC
Created attachment 259891 [details, diff]
Fix get_running_version to work with four-part kernel version numbers.
I realize this doesn't preserve the version sublevel, but it wasn't being preserved in any useful way anyway. If there's a future need for it, it should be parsed into a new, separate variable.
Oh, I forgot to point out the practical results of the bug: 1. The udev ebuild (after spitting out the "integer expression expected" error) refuses to restart udev because it doesn't recognize that the kernel is new enough. 2. The evms ebuildspits out the error, but it's not fatal. *** This bug has been marked as a duplicate of bug 327417 *** |