> On Jan 13, 2016, at 21:34, Sepherosa Ziehau <[email protected]> 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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to