From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: None (no SPF record) identity=mailfrom; client-ip=134.134.136.24; helo=mga09.intel.com; envelope-from=ryszard.knop@linux.intel.com; receiver=edk2-devel@lists.01.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 A2C42211D914F for ; Wed, 13 Mar 2019 07:03:04 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Mar 2019 07:03:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,474,1544515200"; d="scan'208";a="328239081" Received: from linux.intel.com ([10.54.29.200]) by fmsmga005.fm.intel.com with ESMTP; 13 Mar 2019 07:03:02 -0700 Received: from torii (torii.igk.intel.com [10.102.24.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by linux.intel.com (Postfix) with ESMTPS id 0DA9A58042B; Wed, 13 Mar 2019 07:03:00 -0700 (PDT) Message-ID: <6ead3dbaea798cc249e953f502d78b74e30a798f.camel@linux.intel.com> From: Ryszard Knop To: "Andrew J. Hutton" , edk2-devel@lists.01.org Date: Wed, 13 Mar 2019 15:02:58 +0100 In-Reply-To: <47e72b0d-2257-3149-0741-0a06f3ffde18@gmail.com> References: <47e72b0d-2257-3149-0741-0a06f3ffde18@gmail.com> Organization: Intel Corporation User-Agent: Evolution 3.30.5 MIME-Version: 1.0 Subject: Re: F29 Build Issue. 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, 13 Mar 2019 14:03:04 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Hi, GenVtf is removed from EDK2, since it's IPF specific and no longer used. Commit 64ab2c82e8f61e881eb16849e1b188361b00c4a7 deleted it from the upstream tree, so if you don't need IPF support, you can just remove this tool. Richard On Wed, 2019-03-13 at 09:27 -0400, Andrew J. Hutton wrote: > Unsure if this is a missing build dependency (since there doesn't > appear > to be a check for this) am I missing a make dep or configure step > somewhere? > > This is stock F29, following the website instructions; the make -C > BaseTools/Source/C results in the following errror: > > make[1]: Entering directory > '/home/ajh/KVM/Clover/edk2/BaseTools/Source/C/GenVtf' > cc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror > -Wno-deprecated-declarations -nostdlib -c -g -I .. -I > ../Include/Common > -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I > . > -I ../Include/X64/ GenVtf.c -o GenVtf.o > GenVtf.c: In function ‘CreateFitTableAndInitialize’: > GenVtf.c:1473:3: error: ‘strncpy’ output truncated before > terminating > nul copying 8 bytes from a string of the same length > [-Werror=stringop-truncation] > strncpy ((CHAR8 *) &FitStartPtr->CompAddress, FIT_SIGNATURE, 8); > // > "_FIT_ " > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > cc1: all warnings being treated as errors > make[1]: *** [../Makefiles/footer.makefile:27: GenVtf.o] Error 1 > make[1]: Leaving directory > '/home/ajh/KVM/Clover/edk2/BaseTools/Source/C/GenVtf' > make: *** [GNUmakefile:73: GenVtf] Error 2 > make: Leaving directory > '/home/ajh/KVM/Clover/edk2/BaseTools/Source/C' > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel