From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=59.124.61.242; helo=synology.com; envelope-from=yuchenlin@synology.com; receiver=edk2-devel@lists.01.org Received: from synology.com (synology.com [59.124.61.242]) (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 191C12118847D for ; Tue, 6 Nov 2018 21:37:19 -0800 (PST) Received: from _ (localhost [127.0.0.1]) by synology.com (Postfix) with ESMTPA id 63747323481B; Wed, 7 Nov 2018 13:37:17 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synology.com; s=123; t=1541569037; bh=eL3DqLbGzFhK+6DIBlKPHocugpcKloxXnXEHy4xIcrI=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=isKW4cO8QM3lbehJZ4Iw4cz7WO5obh/EX58ZZ7ZXy5WJZR1eaHypNMm7rmrHA7FTo D5nDHrovo9Q+EpWaOctk0UrT8D1EJNK7ECXM1sO0wWeeNnnq/PT02pTCJjSvJ+IdDo 96413g+raeHFaAOueVIDoUexAmOA2H7igEdpSM7Q= MIME-Version: 1.0 Date: Wed, 07 Nov 2018 13:37:17 +0800 From: yuchenlin To: "Chen, Farrah" Cc: edk2-devel@lists.01.org In-Reply-To: <1B925CC0CD9F3341B32D442251E7E1DC3D8699E9@shsmsx102.ccr.corp.intel.com> References: <1B925CC0CD9F3341B32D442251E7E1DC3D8699E9@shsmsx102.ccr.corp.intel.com> Message-ID: <162a89e7ad90977ad1525cccc4973d38@synology.com> X-Sender: yuchenlin@synology.com User-Agent: Roundcube Webmail/1.1.2 X-Synology-MCP-Status: no X-Synology-Spam-Flag: no X-Synology-Spam-Status: score=0, required 6, WHITELIST_FROM_ADDRESS 0 X-Synology-Virus-Status: no Subject: Re: OVMF compile error 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, 07 Nov 2018 05:37:20 -0000 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit On 2018-11-07 12:39, Chen, Farrah wrote: > Hi, > > When we build OVMF with the latest commit: > 328409ce8de7f318ee9c929b64302bd361cd1dbd, we met below error: > > OvmfPkg/build.sh -a X64 -n 8 > > ........................... > > OK > make[1]: Leaving directory `/home/fan/edk2/BaseTools/Tests' > make: Leaving directory `/home/fan/edk2/BaseTools' > Running edk2 build for OvmfPkgX64 > Build environment: > Linux-3.10.0-862.el7.x86_64-x86_64-with-redhat-7.5-Maipo > Build start time: 12:13:50, Nov.07 2018 > > WORKSPACE = /home/fan/edk2 > ECP_SOURCE = /home/fan/edk2/EdkCompatibilityPkg > EDK_SOURCE = /home/fan/edk2/EdkCompatibilityPkg > EFI_SOURCE = /home/fan/edk2/EdkCompatibilityPkg > EDK_TOOLS_PATH = /home/fan/edk2/BaseTools > CONF_PATH = /home/fan/edk2/Conf > > > Architecture(s) = X64 > Build target = DEBUG > Toolchain = GCC48 > > Active Platform = /home/fan/edk2/OvmfPkg/OvmfPkgX64.dsc > Flash Image Definition = /home/fan/edk2/OvmfPkg/OvmfPkgX64.fdf > > Processing meta-data ....... > > build.py... > /home/fan/edk2/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf(31): > error 000E: File/directory not found in workspace > /home/fan/edk2/CryptoPkg/Library/OpensslLib/openssl/e_os.h > > > - Failed - > Build end time: 12:13:59, Nov.07 2018 > Build total time: 00:00:09 > > > > > Thanks, > Fan > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel Hi, Try: git submodule init git submodule update --recursive And build it again. Thanks, yuchenlin