[systemd-devel] systemd-213 fails to compile without kmod, no way to fix it using ./configure options

Samuli Suominen ssuominen at gentoo.org
Mon Jun 2 15:57:14 PDT 2014


On 03/06/14 01:48, Tom Gundersen wrote:
> On Sun, Jun 1, 2014 at 2:58 PM, Michael Biebl <mbiebl at gmail.com> wrote:
>> I quickly looked at the patch and it seems ok.
>> While glancing over Makefile.am I noticed that e.g. libsystemd_network
>> links against $(KMOD_LIBS).
>> That looks wrong to me (faulty commit is
>> 679be2a74241a70028438217bace423a1a45faa6), only
>> libsystemd-networkd-core really requires kmod
> Rather than try to sort this all out, I have now removed all the kmod
> code from networkd as we anyway do not want this long-term, the
> options requiring it are experimental (i.e., not documented) and the
> kernel fix making this all redundant is scheduled for the stable
> kernels.
>
> Please yell if there are still issues.
>
> Cheers,
>
> Tom

Lines 877-878 in configure.ac:

|AS_IF([test "x$have_networkd" = "xyes" -a "x$have_kmod" != "xyes"],
      [AC_MSG_ERROR([networkd requires kmod])])

Did you forget them?
|




More information about the systemd-devel mailing list