https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=155765
Michael Dexter <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Severity|Affects Only Me |Affects Some People --- Comment #5 from Michael Dexter <[email protected]> --- I am running a Build Option Survey on 15.0-ALPHA1 and came across this by adding WITHOUT_JAIL=YES in src.conf and was about to report this. I get from the build output: --- all_subdir_lib/libcrypt/tests --- ===> lib/libcrypt/tests (all) --- crypt_tests --- (cd /usr/src/lib/libcrypt/tests && DEPENDFILE=.depend.crypt_tests NO_SUBDIR=1 make -f /usr/src/lib/libcrypt/tests/Makefile _RECURSING_PROGS=t PROG=crypt_tests ) --- .depend.crypt_tests --- echo crypt_tests.full: /usr/obj/usr/src/amd64.amd64/tmp/usr/lib/libc.a /usr/obj/usr/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a /usr/obj/usr/src/amd64.amd64/tmp/usr/l --- all_subdir_usr.sbin --- /usr/src/usr.sbin/ngctl/main.c:190:9: error: call to undeclared function 'jail_getid'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] 190 | jid = jail_getid(jail_name); | ^ /usr/src/usr.sbin/ngctl/main.c:194:14: error: use of undeclared identifier 'jail_errmsg' 194 | "%s", jail_errmsg); | ^ /usr/src/usr.sbin/ngctl/main.c:195:7: error: call to undeclared function 'jail_attach'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] 195 | if (jail_attach(jid) != 0) | ^ 3 errors generated. *** [main.pieo] Error code 1 make[4]: stopped making "all" in /usr/src/usr.sbin/ngctl Same issue? I'll bring this up on the Jail call. -- You are receiving this mail because: You are on the CC list for the bug.
