svn commit: r293877 - head/sys/modules/hyperv/vmbus

NGie Cooper yaneurabeya at gmail.com
Thu Jan 14 06:09:03 UTC 2016


> On Jan 13, 2016, at 21:34, Sepherosa Ziehau <sepherosa at gmail.com> wrote:
> 
> Hmm, strange, I did build the amd64 before I commit the patch...

Here’s how I reproed it (for future reference).
Cheers!
-NGie

$ svn info | grep 'Relative URL'
Relative URL: ^/head
$ svn up -r 293876
Updating '.':
U    sys/modules/hyperv/vmbus/Makefile
Updated to revision 293876.
$ (set -e; cd sys/modules/hyperv/vmbus/; make cleandir; make obj; make depend; make all)
…
In file included from /usr/src/svn/sys/modules/hyperv/vmbus/../../../dev/hyperv/vmbus/hv_vmbus_drv_freebsd.c:64:
In file included from /usr/src/svn/sys/modules/hyperv/vmbus/../../../contrib/dev/acpica/include/acpi.h:56:
In file included from /usr/src/svn/sys/modules/hyperv/vmbus/../../../contrib/dev/acpica/include/platform/acenv.h:183:
/usr/src/svn/sys/modules/hyperv/vmbus/../../../contrib/dev/acpica/include/platform/acfreebsd.h:78:10: fatal error: 'opt_acpi.h' file not found
#include "opt_acpi.h"
         ^
1 error generated.
*** Error code 1

Stop.
make: stopped in /usr/src/svn/sys/modules/hyperv/vmbus


More information about the svn-src-head mailing list