Date: Thu, 12 Jan 2017 10:27:49 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-amd64@FreeBSD.org Subject: [Bug 215990] make buildworld error revision: 311971 Message-ID: <bug-215990-6@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215990 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@FreeBSD.org Reporter: chernov_victor@list.ru CC: freebsd-amd64@FreeBSD.org CC: freebsd-amd64@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=3Dtrue WITHOUT_BLUETOOTH=3Dtrue WITHOUT_GAMES=3Dtrue WITHOUT_FLOPPY=3Dtrue CC=3Dclang CXX=3Dclang++ CPP=3Dclang-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 (=D1=87=D1=82, 12 =D1=8F=D0=BD= =D0=B2. 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=20=20=20 vmbus.h --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215990-6>