From owner-svn-src-all@freebsd.org Thu Jan 14 06:38:00 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 410FCA81E49; Thu, 14 Jan 2016 06:38:00 +0000 (UTC) (envelope-from sepherosa@gmail.com) Received: from mail-ig0-x233.google.com (mail-ig0-x233.google.com [IPv6:2607:f8b0:4001:c05::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 08A2B1825; Thu, 14 Jan 2016 06:38:00 +0000 (UTC) (envelope-from sepherosa@gmail.com) Received: by mail-ig0-x233.google.com with SMTP id t15so163550934igr.0; Wed, 13 Jan 2016 22:38:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=AvOdve4F5JQ3LFhXA5a3zBWVDOJfuyLlbyzPH7bgVYk=; b=p9Kk/EEBDsAFc/ADAGfA6vzPYYA/cOIUju+WR81tVC32196V71Y15VNINGjcgW/VoI P1Fo62Lshqi7VwyBBeqThYOIrPbqXO2qY/TUyopyYavrTT6FJVuF9pRbIVyuF0iTURXj oJeF+hry2L1+9rRiFJxlQCjt5As8By02M1L+8JoT77WQvOEULO6T1WNLb/3CVmhp3KQm okPxR6BNYSm2o4BYu6Xmv1szJ2eDPqvOQQLl0HyNCWS5oZyTiRqEW+y9tr8iMoFktnK/ s9jH+WcEAOpydmnwt1/F1EmghLflS7O2b9MgNbmoF++BMtgxqkleOslBwI0N0+bdRX5G rwQQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=AvOdve4F5JQ3LFhXA5a3zBWVDOJfuyLlbyzPH7bgVYk=; b=RQeduWGub93RC2qtVL1sqDUohpv/Q0+zmcCPENRZd0SBRhoGrcRA/A+u94uCsJajpq W+UjLsWQqohSxx09kIinM5jARrsxPhPlcHJIsNzFMjKjweLcTNIh7LoWKm0zteVaCYje rze7ocCy6+YJ/KTV8XkfJra5qvALxy6uEA7XW5JGZZYjx4cIO2Hu1/KN3y+qYv8FtzRO YT852oLhABBJE1rlObDJ3sg6aRwaBro0EEj4COQ1TK6j0CfVdpPzqu9Ezj+9xBVcSulG W+PZF9gObhNU8zKoASy5qsjoDh2fyZlpMio0NilOVknObwAUpfIgJSUhfkEOCMmgYnKQ uq+w== X-Gm-Message-State: ALoCoQnt6Q89Ud5XVtZwFQHkiHAobPf7/GWtB179DaMbGvrpR2MhSS5B8Zgn07qIRIHLlAAC35pE2Ag0HVfH8Lj/AfdRUTP/QQ== MIME-Version: 1.0 X-Received: by 10.50.80.76 with SMTP id p12mr3225791igx.12.1452753479422; Wed, 13 Jan 2016 22:37:59 -0800 (PST) Received: by 10.107.166.3 with HTTP; Wed, 13 Jan 2016 22:37:59 -0800 (PST) In-Reply-To: <4E471DE1-3809-4857-9730-3C91D902D950@gmail.com> References: <201601140502.u0E52XJS048968@repo.freebsd.org> <547C0E63-D88C-459C-82AE-39427AA29B8A@gmail.com> <4E471DE1-3809-4857-9730-3C91D902D950@gmail.com> Date: Thu, 14 Jan 2016 14:37:59 +0800 Message-ID: Subject: Re: svn commit: r293877 - head/sys/modules/hyperv/vmbus From: Sepherosa Ziehau To: NGie Cooper Cc: Garrett Cooper , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jan 2016 06:38:00 -0000 Ah, OK, I see, thanks :) On Thu, Jan 14, 2016 at 2:08 PM, NGie Cooper wrote: > >> On Jan 13, 2016, at 21:34, Sepherosa Ziehau wrote: >> >> Hmm, strange, I did build the amd64 before I commit the patch... > > Here=E2=80=99s 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 de= pend; make all) > =E2=80=A6 > 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/../../../cont= rib/dev/acpica/include/acpi.h:56: > In file included from /usr/src/svn/sys/modules/hyperv/vmbus/../../../cont= rib/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 --=20 Tomorrow Will Never Die