From owner-freebsd-current@FreeBSD.ORG Tue Nov 11 03:22:54 2014 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A53B1FD; Tue, 11 Nov 2014 03:22:54 +0000 (UTC) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask.apl.washington.edu", Issuer "troutmask.apl.washington.edu" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 579FD81E; Tue, 11 Nov 2014 03:22:54 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.9/8.14.9) with ESMTP id sAB3MVkZ003773 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 10 Nov 2014 19:22:31 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.9/8.14.9/Submit) id sAB3MVX5003772; Mon, 10 Nov 2014 19:22:31 -0800 (PST) (envelope-from sgk) Date: Mon, 10 Nov 2014 19:22:31 -0800 From: Steve Kargl To: Chris H Subject: Re: Unable to build world w/o clang on 11 Message-ID: <20141111032231.GA3751@troutmask.apl.washington.edu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: FreeBSD toolchain , FreeBSD CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 11 Nov 2014 03:22:54 -0000 On Mon, Nov 10, 2014 at 06:37:35PM -0800, Chris H wrote: > ===> lib/libdpv (depend) > rm -f .depend > CC='cc ' mkdep -f .depend -a -I/usr/src/lib/libdpv -std=gnu99 > /usr/src/lib > /libdpv/dialog_util.c /usr/src/lib/libdpv/dialogrc.c > /usr/src/lib/libdpv/dprompt > c /usr/src/lib/libdpv/dpv.c /usr/src/lib/libdpv/status.c > /usr/src/lib/libdpv/ut > il.c > In file included from /usr/src/lib/libdpv/dialog_util.c:43: > In file included from /usr/src/lib/libdpv/dialog_util.h:34: > /usr/src/lib/libdpv/dialogrc.h:34:10: fatal error: 'figpar.h' file not found > #include > ^ > 1 error generated. > /usr/src/lib/libdpv/dialogrc.c:34:10: fatal error: 'figpar.h' file not found Until such time that you can get the tree to build without -j, don't use it. Now, the obvious question: do you have figpar.h in /usr/src? -- Steve