[Bug 241047] iflib: fail to compile kernel on FreeBSD 12.1-BETA2: Fatal error: ifdi_if.h file not found.
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jan 14 18:21:46 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241047
Tommy P <tommyhp2 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tommyhp2 at gmail.com
--- Comment #1 from Tommy P <tommyhp2 at gmail.com> ---
I'm also encountering this on 12.0 upgraded to 12.1:
--- if_em.o ---
In file included from /usr/src12.1/sys/dev/e1000/if_em.c:30:
/usr/src12.1/sys/dev/e1000/if_em.h:91:10: fatal error: 'ifdi_if.h' file not
found
#include "ifdi_if.h"
^~~~~~~~~~~
The 'ifdi_if.h' does not exist within src (r356738) per:
find /usr/src12.1 -type f -name 'ifdi_if.h'
Yet, specifying 'device iflib' in the kernel config does work while that entry
does not exists in GENERIC nor needed in 12.0.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the freebsd-net
mailing list