From owner-freebsd-questions@FreeBSD.ORG Thu Sep 4 19:40:05 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B885C106566B for ; Thu, 4 Sep 2008 19:40:05 +0000 (UTC) (envelope-from det135@psu.edu) Received: from f05n03.cac.psu.edu (f05s03.cac.psu.edu [128.118.141.46]) by mx1.freebsd.org (Postfix) with ESMTP id 777AA8FC1A for ; Thu, 4 Sep 2008 19:40:05 +0000 (UTC) (envelope-from det135@psu.edu) Received: from hoenikker.aset.psu.edu (hoenikker.aset.psu.edu [128.118.99.49]) by f05n03.cac.psu.edu (8.13.2/8.13.2) with ESMTP id m84IdRSq085736 for ; Thu, 4 Sep 2008 14:39:27 -0400 Received: from hoenikker.aset.psu.edu (hoenikker.aset.psu.edu [128.118.99.49]) by hoenikker.aset.psu.edu (8.14.2/8.14.2) with ESMTP id m84IdRT2060688 for ; Thu, 4 Sep 2008 14:39:27 -0400 (EDT) (envelope-from det135@hoenikker.aset.psu.edu) Received: (from det135@localhost) by hoenikker.aset.psu.edu (8.14.2/8.14.2/Submit) id m84IdRcS060687 for freebsd-questions@freebsd.org; Thu, 4 Sep 2008 14:39:27 -0400 (EDT) (envelope-from det135) Date: Thu, 4 Sep 2008 14:39:27 -0400 From: Derek Taylor To: freebsd-questions@freebsd.org Message-ID: <20080904183926.GU2699@psu.edu> Mail-Followup-To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) X-Virus-Scanned: by amavisd-new Subject: RELENG_7_0 buildworld fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Derek Taylor List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2008 19:40:05 -0000 I'm attempting to rebuild world after the latest security advisories, but am having trouble getting the build to complete. I'm following the instructions listed in the handbook [1], as I have done before, but keep tripping in the same spot. Originally I was getting the error from a `make buildworld`. I then moved my make.conf out of the way, thinking it could be something from there. $ ls -l /etc/make.conf -rw-r--r-- 1 root wheel 0 Sep 4 12:29 /etc/make.conf With an empty make.conf, I got the same results. Then I tried a make buildincludes. This fails in the same place. Here are the last few lines of the buildincludes: ---------------- BEGIN ---------------- ===> include/rpc (buildincludes) rpcgen -C -h -DWANT_NFS3 rpcb_prot.x -o rpcb_prot.h ===> kerberos5 (buildincludes) ===> kerberos5/doc (buildincludes) ===> kerberos5/tools (buildincludes) ===> kerberos5/tools/make-print-version (buildincludes) ===> kerberos5/tools/make-roken (buildincludes) ===> kerberos5/tools/asn1_compile (buildincludes) ===> kerberos5/lib (buildincludes) ===> kerberos5/lib/libasn1 (buildincludes) compile_et /usr/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1/asn1_err.et compile_et:No such file or directory *** Error code 1 Stop in /usr/src/kerberos5/lib/libasn1. *** Error code 1 Stop in /usr/src/kerberos5/lib. *** Error code 1 Stop in /usr/src/kerberos5. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ---------------- END ---------------- $ uname -a FreeBSD hoenikker.aset.psu.edu 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Thu Apr 17 12:44:09 EDT 2008 root@hoenikker.aset.psu.edu:/usr/obj/usr/src/sys/GENERIC i386 Is there any advice on how I can rebuild my world? If I've forgotten any information, please let me know. -Derek.