From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::530; helo=mail-ed1-x530.google.com; envelope-from=perry.prem@gmail.com; receiver=edk2-devel@lists.01.org Received: from mail-ed1-x530.google.com (mail-ed1-x530.google.com [IPv6:2a00:1450:4864:20::530]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 945F021191720 for ; Wed, 5 Dec 2018 10:37:55 -0800 (PST) Received: by mail-ed1-x530.google.com with SMTP id f9so11433638eds.10 for ; Wed, 05 Dec 2018 10:37:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=c9mQrMuZSS/2eh4lqJbRamyAAahPraP7X60IxyvNwrw=; b=Q5i7HJTPRb5E2h3IjuFFSpJxh6nPGZbRIhF3KiyjZhtALOKY7/gXhiBbxPx0EkWYi9 sPCS5PGsXBKSVNhYR9dju90iKFuzEbNdu+WFFsdzVc5oBtgPCjNRpNwMKjJ714TNQ9dM A5OBrd9AzOAdAwAfFjjGJdc8Q1WZCALPiGmIVl/yWuhJYxOyj/5+qS7wnL42YLE/4jRI OM4G1TdLGXZifzZ4e+pF4aVLlqhaLXXMmNtub3iWcOWJ6HpvQIdslIWP5qFFsYZWNSNf od3CR+UCNdxBoyP3vYoRFDF0BgbAFOmJ9LdzhVz4OEKwgdVg/GzEglKfIAaG5N8raoDk oQzA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=c9mQrMuZSS/2eh4lqJbRamyAAahPraP7X60IxyvNwrw=; b=LggGE3Ldg1PZuD+1m8h5i+U595hPZRcOFypiNVjYBgMmHwQwKA79+aRpL+4j2F4uj7 FdAr5pkWBo1qAByMnjotOzhSKCqV6d/5M49kkmwS233Knq3SZbIobapJrfQozP64DMDw E+AWiS7RMoybyhFgLth8425wjB2r7Mv0eEVnKIOGMa3nzzFvx+Eoki+Rs64vx7JklnMs LDZFDdOqIf4nkHDYC9fh1ozvXYObMnIM6361PmkInkAF1/gs+uSfPXrUyGeIQp7eZZod ereJtMGytAFoSORR809e3mHHCBmVehwxXraJmZCa51JkdW0xFU7PT+rjO4md9c5UAv2p XNWQ== X-Gm-Message-State: AA+aEWY5BCPtimUgXnlvhODPRq0NkywsOwnvc1D9r+wEjDTntYSOTxlM DCJg7V7F/wceeEv7atrhZskq4pWPz7NH2wDO6QQRNBP+ X-Google-Smtp-Source: AFSGD/X+HZ07/cTPkJV9TNDjqK7IouP47mkE6AI7ZwQWAIas9ioDL94q44pdBVehMF/QPQVt5Wn6v505Ws/cp0G5n2g= X-Received: by 2002:a50:94b6:: with SMTP id s51mr9689084eda.22.1544035073683; Wed, 05 Dec 2018 10:37:53 -0800 (PST) MIME-Version: 1.0 From: Prem Kumar Date: Thu, 6 Dec 2018 00:07:26 +0530 Message-ID: To: edk2-devel@lists.01.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: 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 18:37:55 -0000 Content-Type: text/plain; charset="UTF-8" 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 following 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\\MdeModulePkg\\Core\\Pei\\PeiMain\\OUTPUT\\PeiCore.uni'