From owner-freebsd-questions@freebsd.org Thu Mar 9 15:48:05 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFEEAD057A3 for ; Thu, 9 Mar 2017 15:48:05 +0000 (UTC) (envelope-from citrin+bsd@citrin.ru) Received: from hz.citrin.ru (hz.citrin.ru [88.198.212.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B88FD1041 for ; Thu, 9 Mar 2017 15:48:05 +0000 (UTC) (envelope-from citrin+bsd@citrin.ru) Received: from x220.lan (unknown [IPv6:2601:18a:c301:8eee:9a6:c76b:7d:95c0]) by hz.citrin.ru (Postfix) with ESMTPSA id C947729A4C0 for ; Thu, 9 Mar 2017 15:48:03 +0000 (UTC) Subject: Re: upgrade FreeBSD 9.3-STABLE to FreeBSD 10 stable error buildworld To: freebsd-questions@freebsd.org References: From: Anton Yuzhaninov Message-ID: <3cabd7bc-f8c5-a28a-55c2-0d04cccf814a@citrin.ru> Date: Thu, 9 Mar 2017 10:48:02 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=citrin.ru; s=s0; t=1489074484; bh=uxqKfvMcwoZwCEHL6f4g1s9zRBpOCoyzp+qVkx5afrQ=; h=Subject:To:References:From:Message-ID:Date:MIME-Version:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=ckdhBr0LgaVIJkaQfrXdAYurw2M/kq0KVPsH6tpqpoBN7viDn7mcFx7NIDpnnA70C9/4jj6VQoREgLmruyzN4QZaBBNJX0C44U6yFeDgdxpE6P4B2pByYcd6is8imXBd8DDNkRLkazDD5iw/VrsB8vLqhT0YQqk6zy9uaZ/nb9s= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Mar 2017 15:48:06 -0000 On 03/08/17 14:04, Igor Polovykh wrote: > In file included from > /usr/src/usr.sbin/nmtree/../../contrib/mtree/create.c:74: > /usr/src/usr.sbin/nmtree/../../lib/libnetbsd/sha2.h:37:20: error: sha384.h: > No such file or directory > mkdep: compile failed > *** Error code 1 > > > [ root /usr/src ] # find . -name sha384.h > ./sys/crypto/sha2/sha384.h > > I've already tried to delete all source tree and get it again. Before > building world I cleared /usr/obj/* but I got the same error. Do you have custom settings in /etc/make.conf or /etc/src.conf ?