Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 605826 - net-misc/networkmanager-1.4.4 fail to validate CONFIG_* options
Summary: net-misc/networkmanager-1.4.4 fail to validate CONFIG_* options
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-16 02:33 UTC by Anton Bolshakov
Modified: 2017-01-16 21:34 UTC (History)
2 users (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 Anton Bolshakov 2017-01-16 02:33:43 UTC
After installation, I have received the following warning:
 *   CONFIG_CONFIG_NF_NAT_IPV4:  is not set when it should be.
 *   CONFIG_CONFIG_NF_NAT_MASQUERADE_IPV4:       is not set when it should be.

However, I do have both options enabled:
 bash# grep NF_NAT_IPV4 .config
  CONFIG_NF_NAT_IPV4=m
 bash# grep NF_NAT_MASQUERADE_IPV4 .config
  CONFIG_NF_NAT_MASQUERADE_IPV4=m

Perhaps, it is the double CONFIG_CONFIG_ typo which causes the failure.
Comment 1 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2017-01-16 17:02:27 UTC
I'm also getting this as well now

configure: error: --with-suspend-resume must be one of upower, systemd, consolekit
Comment 2 Mike Gilbert gentoo-dev 2017-01-16 17:19:57 UTC
(In reply to Matthew Thode ( prometheanfire ) from comment #1)

That is unrelated to this bug report.

See bug 605814.
Comment 3 Pacho Ramos gentoo-dev 2017-01-16 21:34:48 UTC
[master b8865f5] net-misc/networkmanager: Fix kernel .config checks (#605826 by Anton Bolshakov)
 1 file changed, 1 insertion(+), 1 deletion(-)