Date: Wed, 13 Jan 2016 22:08:59 -0800 From: NGie Cooper <yaneurabeya@gmail.com> To: Sepherosa Ziehau <sepherosa@gmail.com> Cc: Garrett Cooper <ngie@freebsd.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r293877 - head/sys/modules/hyperv/vmbus Message-ID: <4E471DE1-3809-4857-9730-3C91D902D950@gmail.com> In-Reply-To: <CAMOc5czav=-7fBZ7Uq0HTATYZ%2Bf3SG-aYK2=9DgfHHs8-=Rdcw@mail.gmail.com> References: <201601140502.u0E52XJS048968@repo.freebsd.org> <CAMOc5czdmf05bxfZfKXgEnfxmG71xsNzMx8zsFcOKxkAOy=hbA@mail.gmail.com> <547C0E63-D88C-459C-82AE-39427AA29B8A@gmail.com> <CAMOc5czav=-7fBZ7Uq0HTATYZ%2Bf3SG-aYK2=9DgfHHs8-=Rdcw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Jan 13, 2016, at 21:34, Sepherosa Ziehau <sepherosa@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E471DE1-3809-4857-9730-3C91D902D950>
