* [gentoo-dev] [PATCH 1/1] linux-mod.eclass: Remove econf call in compile phase, function
@ 2022-12-10 17:52 99% Mike Pagano
0 siblings, 0 replies; 1+ results
From: Mike Pagano @ 2022-12-10 17:52 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1.1.1: Type: text/plain, Size: 1464 bytes --]
Remove the econf call in linux-mod_src_compile as it is
deprecated in later versions of EAPI. There is no current use
of this functionality in the official gentoo repo and will close
a 12 year old bug.
Bug: https://bugs.gentoo.org/340597
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
---
eclass/linux-mod.eclass | 7 -------
1 file changed, 7 deletions(-)
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass
index ff2294f1e..5655ac73a 100644
--- a/eclass/linux-mod.eclass
+++ b/eclass/linux-mod.eclass
@@ -649,13 +649,6 @@ linux-mod_src_compile() {
then
cd "${srcdir}"
ln -s "${S}"/Module.symvers Module.symvers
- einfo "Preparing ${modulename} module"
- if [[ -n ${ECONF_PARAMS} ]]
- then
- eqawarn "This package relies on the deprecated functionality of econf being called in linux-mod_src_compile (ECONF_PARAMS), which will go away in 30 days (20230107) (https://bugs.gentoo.org/340597)"
- econf ${ECONF_PARAMS} || \
- die "Unable to run econf ${ECONF_PARAMS}"
- fi
# This looks messy, but it is needed to handle multiple variables
# being passed in the BUILD_* stuff where the variables also have
--
2.37.4
--
Mike Pagano
Gentoo Developer - Kernel Project
E-Mail : mpagano@gentoo.org
GnuPG FP : 52CC A0B0 F631 0B17 0142 F83F 92A6 DBEC 81F2 B137
Public Key : http://pgp.mit.edu/pks/lookup?search=0x92A6DBEC81F2B137&op=index
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 16505 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2022-12-10 17:52 99% [gentoo-dev] [PATCH 1/1] linux-mod.eclass: Remove econf call in compile phase, function Mike Pagano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox