From nobody Wed Jul 14 01:52:23 2021 X-Original-To: testing@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 1CEFD1271CA3 for ; Wed, 14 Jul 2021 01:52:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GPgVb08w8z3FpW for ; Wed, 14 Jul 2021 01:52:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E218C4DFB for ; Wed, 14 Jul 2021 01:52:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 16E1qM3i044475 for ; Wed, 14 Jul 2021 01:52:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16E1qMth044474 for testing@FreeBSD.org; Wed, 14 Jul 2021 01:52:22 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: testing@FreeBSD.org Subject: [Bug 257168] tests/sys/netgraph/util.h:35:10: fatal error: 'netgraph.h' file not found Date: Wed, 14 Jul 2021 01:52:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: tests X-Bugzilla-Version: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mi@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: testing@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Testing List-Archive: https://lists.freebsd.org/archives/freebsd-testing List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-testing@freebsd.org X-BeenThere: freebsd-testing@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257168 Bug ID: 257168 Summary: tests/sys/netgraph/util.h:35:10: fatal error: 'netgraph.h' file not found Product: Base System Version: 12.2-STABLE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: tests Assignee: testing@FreeBSD.org Reporter: mi@FreeBSD.org When building world (stable/12) on a FreeBSD-12.2 machine here, I get: cc -target i386-unknown-freebsd12.2 --sysroot=3D/usr/obj/usr/src/i386.i386/= tmp -B/usr/obj/usr/src/i386.i386/tmp/usr/bin -O2 -pipe -fno-common -march=3Dno= cona=20 -g -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-h= eaders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-stri= ngs -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /usr/src/tests/sys/netgraph/util.c -o util.o --- all_subdir_usr.bin --- --- all_subdir_usr.bin/unifdef --- =3D=3D=3D> usr.bin/unifdef (all) --- all_subdir_tests --- In file included from /usr/src/tests/sys/netgraph/util.c:42: /usr/src/tests/sys/netgraph/util.h:35:10: fatal error: 'netgraph.h' file not found #include ^~~~~~~~~~~~ --- all_subdir_usr.bin --- --- all_subdir_usr.bin/size --- =3D=3D=3D> usr.bin/size (all) --- all_subdir_lib --- --- freopen_test --- (cd /usr/src/lib/libc/tests/stdio && DEPENDFILE=3D.depend.freopen_test=20 NO_SUBDIR=3D1 make -f /usr/src/lib/libc/tests/stdio/Makefile _RECURSING_PRO= GS=3Dt PROG=3Dfreopen_test ) --- all_subdir_tests --- 1 error generated. --- all_subdir_usr.bin --- --- all_subdir_usr.bin/rpcgen --- --- all_subdir_tests --- *** [util.o] Error code 1 make[5]: stopped in /usr/src/tests/sys/netgraph Please, advise. --=20 You are receiving this mail because: You are the assignee for the bug.=