Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 598266 - app-emulation/virtualbox-modules-5.1.8.ebuild CONFIG_CHECK error message
Summary: app-emulation/virtualbox-modules-5.1.8.ebuild CONFIG_CHECK error message
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-27 15:59 UTC by Roy Bamford
Modified: 2016-10-29 20:51 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 Roy Bamford gentoo-dev 2016-10-27 15:59:10 UTC
virtualbox-modules-5.1.8.ebuild contains the code snippet
        CONFIG_CHECK="!TRIM_UNUSED_KSYMS"
        ERROR_TRIM_UNUSED_KSYMS="This option removed kernel symbols that are needed by ${PN} to load correctly."

But the resulting error does not tell the missing kernel symbol, so users need to read the ebuild to find out.

Portage output is
 * Checking for suitable kernel configuration options...
 *   This option removed kernel symbols that are needed by virtualbox-modules to load correctly.
 * Please check to make sure these options are set correctly.

Please fix the error message.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2016-10-29 20:51:53 UTC
commit 265a62ee252c5f9efc21061ae358f84e9ef2b00c
Author: Lars Wendler <polynomial-c@gentoo.org>
Date:   Sat Oct 29 21:55:21 2016

    app-emulation/virtualbox-modules: Fixed kconfig error message (bug #598266).

    Package-Manager: portage-2.3.2
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>