Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jan 2020 18:21:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 241047] iflib: fail to compile kernel on FreeBSD 12.1-BETA2: Fatal error: ifdi_if.h file not found.
Message-ID:  <bug-241047-7501-M4Zo2nPZyf@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-241047-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-241047-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241047

Tommy P <tommyhp2@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tommyhp2@gmail.com

--- Comment #1 from Tommy P <tommyhp2@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 en=
try
does not exists in GENERIC nor needed in 12.0.

--=20
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241047-7501-M4Zo2nPZyf>