Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 908946 - [GURU] sys-apps/corefreq: migration to linux-mod-r1.eclass (DeprecatedEclass)
Summary: [GURU] sys-apps/corefreq: migration to linux-mod-r1.eclass (DeprecatedEclass)
Status: CONFIRMED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All All
: Normal normal
Assignee: Vitaly Zdanevich
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-21 10:42 UTC by Andrew Ammerlaan
Modified: 2024-02-15 12:09 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 Andrew Ammerlaan gentoo-dev 2023-06-21 10:42:38 UTC
Please migrate to linux-mod-r1.eclass in preparation of the planned deprecation of linux-mod.eclass. See the eclass documentation for migration notes: https://devmanual.gentoo.org/eclass-reference/linux-mod-r1.eclass/index.html

$ pkgcheck scan -k DeprecatedEclass sys-apps/corefreq
sys-apps/corefreq
  DeprecatedEclass: version 1.96.3: uses deprecated eclass: linux-mod (migrate to linux-mod-r1.eclass)
Comment 1 Vitaly Zdanevich 2024-02-15 11:50:19 UTC
I have
MODULE_NAMES="corefreqk(misc:${S})"
and
BUILD_PARAMS="KERNELDIR=/lib/modules/${KV_FULL}/build"

Do I need to unite them to some modlist?
Comment 2 Vitaly Zdanevich 2024-02-15 12:09:43 UTC
Please help, I do not know how to migrate this :(