Good day! I'm want to build the system from RELENG_8 (BETA3 for now) tree to give it a try. # mv /usr/src /usr/src.old # csup stable-supfile { *default host=cvsup.FreeBSD.org, *default release=cvs tag=RELENG_8 } # cat /etc/make.conf WITH_GECKO=libxul WITH_PYTHON=yes WITHOUT_JAVA=yes PERL_VERSION=5.10.0 WITH_APACHE=2.2+ MALLOC_PRODUCTION=yes # ls -l /etc/malloc.conf lrwxr-xr-x 1 root wheel 2 21 ??? 15:45 /etc/malloc.conf -> aj # uname -srp FreeBSD 7.2-STABLE i386 # sysctl kern.osreldate kern.osreldate: 702104 # cd /usr/src # make clean && rm -rf /usr/obj/* # make buildworld && make kernel KERNCONF=BEST8 <...> ===> usr.bin/rpcgen (obj,depend,all,install) /usr/obj/usr/src/tmp/usr/src/usr.bin/rpcgen created for /usr/src/usr.bin/rpcgen rm -f .depend mkdep -f .depend -a -I/usr/obj/usr/src/tmp/legacy/usr/include /usr/src/usr.bin/rpcgen/rpc_main.c /usr/src/usr.bin/rpcgen/rpc_clntout.c /usr/src/usr.bin/rpcgen/rpc_cout.c /usr/src/usr.bin/rpcgen/rpc_hout.c /usr/src/usr.bin/rpcgen/rpc_parse.c /usr/src/usr.bin/rpcgen/rpc_sample.c /usr/src/usr.bin/rpcgen/rpc_scan.c /usr/src/usr.bin/rpcgen/rpc_svcout.c /usr/src/usr.bin/rpcgen/rpc_tblout.c /usr/src/usr.bin/rpcgen/rpc_util.c /usr/src/usr.bin/rpcgen/rpc_clntout.c:46:23: error: rpc/types.h: No such file or directory /usr/src/usr.bin/rpcgen/rpc_parse.c:46:23: error: rpc/types.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/usr.bin/rpcgen. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. # grep \$FreeBSD /usr/src/sys/rpc/types.h * $FreeBSD: src/sys/rpc/types.h,v 1.13.4.1 2009/08/03 08:13:06 kensmith Exp $ # grep \$FreeBSD /usr/src/include/rpc/types.h grep: /usr/src/include/rpc/types.h: No such file or directory Can anybody confirm this or it's some my local problem? Thanks in advance, Ruslan