From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.100; helo=mga07.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 397552119358E for ; Wed, 5 Dec 2018 15:59:49 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Dec 2018 15:59:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,320,1539673200"; d="scan'208";a="125451523" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga004.fm.intel.com with ESMTP; 05 Dec 2018 15:59:49 -0800 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 5 Dec 2018 15:59:49 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 5 Dec 2018 15:59:49 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.203]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.46]) with mapi id 14.03.0415.000; Thu, 6 Dec 2018 07:59:47 +0800 From: "Gao, Liming" To: Prem Kumar , "edk2-devel@lists.01.org" Thread-Topic: [edk2] Build fail using latest UDK2018 Thread-Index: AQHUjMmt+cXFsadUG0W5MamjK167z6Vw0yyg Date: Wed, 5 Dec 2018 23:59:46 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E3845DB@SHSMSX104.ccr.corp.intel.com> References: In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: Build fail using latest UDK2018 X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 23:59:50 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable How reproduce this issue? Could you list your step? >-----Original Message----- >From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of >Prem Kumar >Sent: Thursday, December 06, 2018 2:37 AM >To: edk2-devel@lists.01.org >Subject: [edk2] Build fail using latest UDK2018 > >Hi All, > When I try to build UDK2018 package I'm facing below build error. > >*Note:* > When I delete the build folder the same build error is not happening. > The same build error is not happening when build is happening for first >time. > >Any pointers is appreciated. > > >build.py... > : error C0DE: Unknown fatal error when processing >[c:\myworkspace\MdeModulePkg\Core\Pei\PeiMain.inf] > >(Please send email to edk2-devel@lists.01.org for help, attaching followin= g >call stack trace!) > >(Python 2.7.14 on win32) Traceback (most recent call last): > File "C:\myworkspace\BaseTools\Source\Python\build\build.py", line 2494, >in Main > MyBuild.Launch() > File "C:\myworkspace\BaseTools\Source\Python\build\build.py", line 2227, >in Launch > self._MultiThreadBuildPlatform() > File "C:\myworkspace\BaseTools\Source\Python\build\build.py", line 2100, >in _MultiThreadBuildPlatform > self.CreateAsBuiltInf() > File "C:\myworkspace\BaseTools\Source\Python\build\build.py", line 2239, >in CreateAsBuiltInf > Module.CreateAsBuiltInf() > File "C:\myworkspace\BaseTools\Source\Python\AutoGen\AutoGen.py", >line >3617, in CreateAsBuiltInf > shutil.copy2(UNIFile, self.OutputDir) > File "C:\Python27\lib\shutil.py", line 144, in copy2 > copyfile(src, dst) > File "C:\Python27\lib\shutil.py", line 97, in copyfile > with open(dst, 'wb') as fdst: >IOError: [Errno 13] Permission denied: >'c:\\myworkspaceBuild\\NT32X64\\DEBUG_VS2015x86\\X64\\MdeModulePk >g\\Core\\Pei\\PeiMain\\OUTPUT\\PeiCore.uni' >_______________________________________________ >edk2-devel mailing list >edk2-devel@lists.01.org >https://lists.01.org/mailman/listinfo/edk2-devel