Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 308907 - ltmodem fails to compile with kernel-2.6.33
Summary: ltmodem fails to compile with kernel-2.6.33
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-10 22:17 UTC by Roger
Modified: 2010-03-10 23:20 UTC (History)
0 users

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


Attachments
ltmodem-20090420-r1.ebuild (ltmodem-20090420-r1.ebuild,2.39 KB, text/plain)
2010-03-10 22:50 UTC, Roger
Details
ltmodem-20090420-kernel-2.6.33.patch (ltmodem-20090420-kernel-2.6.33.patch,1.18 KB, text/plain)
2010-03-10 22:51 UTC, Roger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roger 2010-03-10 22:17:49 UTC
There have been some variable renaming/moves/changes.

See additional comments for info along with attached patch(es) & ebuild(s).
Comment 1 Roger 2010-03-10 22:47:41 UTC
Seems the fix was as simple as copying/migrating the patch file for kernel-2.6.32 from Bug #300047. :-/

Making some noise.  Lets get ltmodem-20090420 into the tree.

Here's an updated ebuild migrating the patch from kernel-2.6.32.
Comment 2 Roger 2010-03-10 22:50:18 UTC
Created attachment 223085 [details]
ltmodem-20090420-r1.ebuild

Migrates epatch(es) from 2.6.32 to 2.6.33
Comment 3 Roger 2010-03-10 22:51:35 UTC
Created attachment 223087 [details]
ltmodem-20090420-kernel-2.6.33.patch

Simple copy of kernel-2.6.32 patch to 2.6.33
Comment 4 Roger 2010-03-10 23:20:56 UTC
I pushed these changes back to Bug #300047 after I found the fix was a limitation with the "kernel_is" function within the ebuild.

"kernel_is" doesn't use the "> < =" symbols and only uses "ge, le, ...".

"kernel_is" is undocumented, and seems the docs state a lot more about using ${KV} for checking kernel versions!