Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Mar 2017 20:45:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 217673] unable to find include file sha384.h when make buildworld
Message-ID:  <bug-217673-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217673

            Bug ID: 217673
           Summary: unable to find include file sha384.h when make
                    buildworld
           Product: Base System
           Version: 10.3-STABLE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: conf
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: igor.polovykh@gmail.com

Hello

I am going to upgrade FreeBSD 9.3-STABLE to FreeBSD 10 stable.

[ root /usr/src ] # uname -a
FreeBSD video.bvgm.org 9.3-STABLE FreeBSD 9.3-STABLE #0 r314908: Wed Mar  8
18:20:35 MSK 2017     root@video.bvgm.org:/usr/obj/usr/src/sys/BVGVIDEO  am=
d64

I have a trouble with building world.

[ root /usr/src ] # svn info
Path: .
Working Copy Root Path: /usr/src
URL: https://svn.freebsd.org/base/stable/10
Relative URL: ^/stable/10
Repository Root: https://svn.freebsd.org/base
Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revision: 314914
Node Kind: directory
Schedule: normal
Last Changed Author: dim
Last Changed Rev: 314898
Last Changed Date: 2017-03-08 10:58:29 +0300 (=D1=81=D1=80, 08 =D0=BC=D0=B0=
=D1=80 2017)

on make buildworld I get error=20


=3D=3D=3D> usr.sbin/nmtree (obj,depend,all,install)
/usr/obj/usr/src/tmp/usr/src/usr.sbin/nmtree created for
/usr/src/usr.sbin/nmtree
rm -f .depend
mkdep -f .depend -a    -I/usr/src/usr.sbin/nmtree/../../contrib/mknod
-I/usr/src/usr.sbin/nmtree/../../lib/libnetbsd
-I/usr/obj/usr/src/tmp/legacy/usr/include -std=3Dgnu99=20=20=20
/usr/src/usr.sbin/nmtree/../../contrib/mtree/$
In file included from
/usr/src/usr.sbin/nmtree/../../contrib/mtree/compare.c:67:
/usr/src/usr.sbin/nmtree/../../lib/libnetbsd/sha2.h:37:20: error: sha384.h:=
 No
such file or directory
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 build=
ing
world I cleared /usr/obj/* but I got the same error.


[ root@ /home/ip ] # ll /usr/include/sha*
-r--r--r--  1 root  wheel   4,3k 26 feb  2014 /usr/include/sha.h
-r--r--r--  1 root  wheel     2k 26 feb  2014 /usr/include/sha256.h
-r--r--r--  1 root  wheel     2k 26 feb  2014 /usr/include/sha512.h


I've found nothing in google about such error.
What am I doing wrong?
Please help.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217673-8>