[Bug 215990] make buildworld error revision: 311971
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jan 12 10:27:49 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215990
Bug ID: 215990
Summary: make buildworld error revision: 311971
Product: Base System
Version: 11.0-STABLE
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: freebsd-bugs at FreeBSD.org
Reporter: chernov_victor at list.ru
CC: freebsd-amd64 at FreeBSD.org
CC: freebsd-amd64 at FreeBSD.org
Hi,
when rebuilding the world audit 311971 error appears
#make -j5 buildworld
--- __vdso_gettc.o ---
/usr/src/lib/libc/x86/sys/__vdso_gettc.c:50:10: fatal error:
'dev/hyperv/hyperv.h' file not found
#include <dev/hyperv/hyperv.h>
^
1 error generated.
*** [__vdso_gettc.o] Error code 1
make[4]: stopped in /usr/src/lib/libc
1 error
make[4]: stopped in /usr/src/lib/libc
*** [lib/libc__L] Error code 2
make[3]: stopped in /usr/src
1 error
make[3]: stopped in /usr/src
*** [libraries] Error code 2
make[2]: stopped in /usr/src
1 error
make[2]: stopped in /usr/src
*** [_libraries] Error code 2
make[1]: stopped in /usr/src
1 error
make[1]: stopped in /usr/src
*** [buildworld] Error code 2
make: stopped in /usr/src
1 error
make: stopped in /usr/src
#uname -a
FreeBSD ns1 11.0-STABLE FreeBSD 11.0-STABLE #0 r310624M: Tue Dec 27 12:30:45
MSK 2016
#cat /etc/src.conf
WITHOUT_LIB32=true
WITHOUT_BLUETOOTH=true
WITHOUT_GAMES=true
WITHOUT_FLOPPY=true
CC=clang
CXX=clang++
CPP=clang-cpp
#svnlite info
Path: .
Working Copy Root Path: /usr/src
URL: https://svn0.ru.freebsd.org/base/stable/11
Relative URL: ^/stable/11
Repository Root: https://svn0.ru.freebsd.org/base
Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revision: 311971
Node Kind: directory
Schedule: normal
Last Changed Author: delphij
Last Changed Rev: 311967
Last Changed Date: 2017-01-12 11:12:11 +0300 (чт, 12 янв. 2017)
#cat /usr/src/lib/libc/x86/sys/__vdso_gettc.c
#ifdef __amd64__
#include <dev/hyperv/hyperv.h>
#endif
but the file does not exist
#ls -a /usr/src/sys/dev/hyperv/
. include pcib utilities
it is in the directory
ls -a /usr/src/sys/dev/hyperv/include/
. .. hyperv_busdma.h hyperv.h vmbus_xact.h
vmbus.h
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-amd64
mailing list