From owner-freebsd-current@freebsd.org Fri Feb 15 08:48:47 2019 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FF1A14B4FF2 for ; Fri, 15 Feb 2019 08:48:47 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2705085B46 for ; Fri, 15 Feb 2019 08:48:47 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id DED3814B4FF1; Fri, 15 Feb 2019 08:48:46 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAB4E14B4FF0 for ; Fri, 15 Feb 2019 08:48:46 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12B5585B44 for ; Fri, 15 Feb 2019 08:48:45 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from tom.home (kib@localhost [127.0.0.1]) by kib.kiev.ua (8.15.2/8.15.2) with ESMTPS id x1F8mXK2009805 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 15 Feb 2019 10:48:36 +0200 (EET) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua x1F8mXK2009805 Received: (from kostik@localhost) by tom.home (8.15.2/8.15.2/Submit) id x1F8mXlP009804; Fri, 15 Feb 2019 10:48:33 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Fri, 15 Feb 2019 10:48:33 +0200 From: Konstantin Belousov To: Robert Huff Cc: current@freebsd.org Subject: Re: problem building dev/e1000 Message-ID: <20190215084833.GL24863@kib.kiev.ua> References: <23653.56460.521599.489556@jerusalem.litteratus.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <23653.56460.521599.489556@jerusalem.litteratus.org> User-Agent: Mutt/1.11.2 (2019-01-07) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FROM, NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tom.home X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2019 08:48:47 -0000 On Thu, Feb 14, 2019 at 04:24:28PM -0500, Robert Huff wrote: >=20 > On a system running: >=20 > FreeBSD 13.0-CURRENT r343080 amd64 >=20 > with source tree updated at midnight last night, attempts to > build a kernel with "device em" die with: Did you added 'device iflib' to your kernel config ? >=20 >=20 > ctfconvert -L VERSION -g efirtc.o > cc -target x86_64-unknown-freebsd13.0 --sysroot=3D/usr/obj/usr/src/amd64.= amd64/tmp -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -c -O2 -pipe -fno-stri= ct-aliasing -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/ck/inc= lude -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -= include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer= -MD -MF.depend.if_em.o -MTif_em.o -mcmodel=3Dkernel -mno-red-zone -mno-mm= x -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fw= rapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -= Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef= -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dir= s -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unus= ed-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -Wno-ad= dress-of-packed-member -mno-ae > s -mno-avx -std=3Diso9899:1999 -Werror /usr/src/sys/dev/e1000/if_em.c = -I/usr/src/sys/dev/e1000 > In file included from /usr/src/sys/dev/e1000/if_em.c:30: > /usr/src/sys/dev/e1000/if_em.h:91:10: fatal error: 'ifdi_if.h' file not f= ound > #include "ifdi_if.h" > ^~~~~~~~~~~ > 1 error generated. > *** Error code 1 >=20 >=20 > 'ifdi_if.h' is not in the local e1000 direstory, nor is it in the > equavalent place in the svn repository on FreeBSD.org. > Is this something I'm doing wrong? Or is there a problem in > "if_em.h"? >=20 >=20 > Respectfully, >=20 >=20 > Robert Huff > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"