Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 609590 - >=sys-kernel/gentoo-sources-4.9 warning: (GENTOO_LINUX_INIT_SYSTEMD) selects DMIID which has unmet direct dependencies (DMI)
Summary: >=sys-kernel/gentoo-sources-4.9 warning: (GENTOO_LINUX_INIT_SYSTEMD) selects ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard: gentoo-sources-4.9.12
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2017-02-17 04:04 UTC by Stefan Langenmaier
Modified: 2017-03-02 00:26 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 Stefan Langenmaier 2017-02-17 04:04:42 UTC
I'm on an armv7 system using gentoo-sources and it looks like DMI is not available on arm.
So I get the following warning  when I run "make" on the gentoo-sources with "GENTOO_LINUX_INIT_SYSTEMD" enabled:

warning: (GENTOO_LINUX_INIT_SYSTEMD) selects DMIID which has unmet direct dependencies (DMI)

I don't know since when the warning exists but I didn't see it with gentoo-sources-4.4.

I also don't know if this has an impact on systemd.
Comment 1 Mike Pagano gentoo-dev 2017-02-17 13:23:15 UTC
Ping: @systemd team.
Comment 2 Mike Gilbert gentoo-dev 2017-02-17 14:57:28 UTC
Looks like DMI is defined in arch/x86/Kconfig, which would indicate it is only relevant on x86.

Is there a way to select it only on x86?
Comment 3 Mike Pagano gentoo-dev 2017-02-18 14:49:04 UTC
Taking this back, Mike. Hope that's ok.

I can look for: 

X86_32 || X86_64 || X86
Comment 4 Mike Gilbert gentoo-dev 2017-02-18 15:12:37 UTC
Sounds good.
Comment 5 Mike Pagano gentoo-dev 2017-02-19 00:27:59 UTC
This will be included in gentoo-sources-4.9.12. 

commit 25bf25e206bd76eba1f54b8153eaf6063b941e1a
Author: Mike Pagano <mpagano@gentoo.org>
Date:   Sat Feb 18 15:37:40 2017 -0500

    For GENTOO_LINUX_INIT_SYSTEMD don't add DMIID for non X86 architectures. See bug #609590.
Comment 6 Mike Pagano gentoo-dev 2017-03-02 00:26:46 UTC
Released