Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 917138 - app-laptop/i8kutils-1.43: Unable to check your kernel for dell-smm-hwmon (i8k) support
Summary: app-laptop/i8kutils-1.43: Unable to check your kernel for dell-smm-hwmon (i8k...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal minor (vote)
Assignee: Octiabrina Terrien-Puig
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2023-11-10 20:10 UTC by Alexander Bezrukov
Modified: 2023-11-11 17:42 UTC (History)
2 users (show)

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


Attachments
A patch that fixes i8kutils-1.43.ebuild (i8kutils-1.43.ebuild.patch,458 bytes, patch)
2023-11-10 20:10 UTC, Alexander Bezrukov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Bezrukov 2023-11-10 20:10:12 UTC
Created attachment 874489 [details, diff]
A patch that fixes i8kutils-1.43.ebuild

The ebuild inherits linux-info eclass but fails to call linux-info_pkg_setup, thus KV_OUT_DIR is not set and thus linux_config_exists always fails.

I am attaching a patch which fixes the problem.