commit:     d779705500b4600919b6d5c187afc34870a0d2e5
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 28 10:14:06 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Dec 28 10:23:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7797055

linux-mod.eclass: revert adding || die for Modules.symvers

Emergency fix given this apparently broke potentially several
packages, at least e.g. virtualbox-modules, and zenpower3 from guru.

Fixes: bc0ef44947363a33b5cd9b18bcc0d3c32b808311
Closes: https://bugs.gentoo.org/888679
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 eclass/linux-mod.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass
index aea2a38f233e..79c33b34f6df 100644
--- a/eclass/linux-mod.eclass
+++ b/eclass/linux-mod.eclass
@@ -622,7 +622,7 @@ linux-mod_src_compile() {
 
                if [[ ! -f "${srcdir}/.built" ]]; then
                        cd "${srcdir}" || die
-                       ln -s "${S}"/Module.symvers Module.symvers || die
+                       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)"

Reply via email to