commit:     1a5ab4ef2b57c8b60c16e29303274c7094ee07b7
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 28 10:26:28 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Dec 28 10:28:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a5ab4ef

linux-mod.eclass: add bugref for Modules.symvers

In case someone would re-add the || die without looking into this.

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 79c33b34f6df..d14bbf7d9eae 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
+                       ln -s "${S}"/Module.symvers Module.symvers # no die for 
bug #888679
                        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