From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 62D5821CC5346 for ; Thu, 6 Jul 2017 01:36:55 -0700 (PDT) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Jul 2017 01:38:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,316,1496127600"; d="scan'208,217";a="123470264" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga006.fm.intel.com with ESMTP; 06 Jul 2017 01:38:34 -0700 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 6 Jul 2017 01:38:34 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 6 Jul 2017 01:38:34 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.197]) with mapi id 14.03.0319.002; Thu, 6 Jul 2017 16:36:33 +0800 From: "Chen, Farrah" To: "edk2-devel@lists.01.org" CC: "Hu, Robert" Thread-Topic: OVMF compile error Thread-Index: AdL2MNT9wXzwCS5zQHeXALDYydcldw== Date: Thu, 6 Jul 2017 08:36:33 +0000 Message-ID: <1B925CC0CD9F3341B32D442251E7E1DC39097EE3@shsmsx102.ccr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 Subject: OVMF compile error X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2017 08:36:55 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, When I build ovmf with commit: 19b2cb5c11cf3a4512e9183125ba4a69facb0489, th= e following error occurred: git clone https://github.com/tianocore/edk2.git OvmfPkg/build.sh -a X64 ........................................ make: *** [/workspace/ia32e/nightly/kvm-next-20170706-137232-2185c9-31745/k= vm/edk2/Build/OvmfX64/DEBUG_GCC48/X64/OvmfPkg/Sec/SecMain/DEBUG/SecMain.efi= ] Segmentation fault (core dumped) build.py... : error 7000: Failed to execute command make tbuild [/workspace/ia32e/nightly/kvm-next-20170706-137232-2185c9= -31745/kvm/edk2/Build/OvmfX64/DEBUG_GCC48/X64/OvmfPkg/Sec/SecMain] build.py... : error 7000: Failed to execute command make tbuild [/workspace/ia32e/nightly/kvm-next-20170706-137232-2185c9= -31745/kvm/edk2/Build/OvmfX64/DEBUG_GCC48/X64/MdeModulePkg/Core/Pei/PeiMain= ] build.py... : error F002: Failed to build module /workspace/ia32e/nightly/kvm-next-20170706-137232-2185c9-31745/kvm/ed= k2/OvmfPkg/Sec/SecMain.inf [X64, GCC48, DEBUG] - Failed - Build end time: 16:19:11, Jul.06 2017 Build total time: 00:00:23 Best Regards, Fan Chen