From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id DCED774003E for ; Thu, 28 Mar 2024 19:05:15 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=f+kEWiFnMMPql47d1YnIDync+rGigMfJrBp/jbMHFpo=; c=relaxed/simple; d=groups.io; h=MIME-Version:From:Date:Message-ID:Subject:To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type; s=20240206; t=1711652714; v=1; b=cqdba9s6CjlvMSG9jIJPYcUYeBtdA0oaCWNdka0+/s0SpJHjByXfDXr7GSqlzfZ42Vhp/e/L tvbHM4Ma1rHRRyz7wZ/oWkv4/YqS0I7uTJ8yu+VFt4Ti9NDzsHmHm+8aJDt7sXdSMOmx8cayxPo cZSJSA5c1oxqFnO64QVipHVmd2QaeI9ROZWIdTisz9RkEpIW0MDhG0B22rnIvLwm0MCl0z2aPOt EfQbZPLcMrT2Fa7IOtjaLjHqVq6PmJwIqeWQDREnrfQn7r4H/iFo0fku96Um/K4Exo9s/zOz6in LZuj/bE9gyYFrzZDLVT3ovdrwCcUX5WhFrSeqMHcafLgA== X-Received: by 127.0.0.2 with SMTP id HypIYY7687511xL6NHUzQlf6; Thu, 28 Mar 2024 12:05:14 -0700 X-Received: from mail-qt1-f173.google.com (mail-qt1-f173.google.com [209.85.160.173]) by mx.groups.io with SMTP id smtpd.web10.9250.1711604828348909490 for ; Wed, 27 Mar 2024 22:47:08 -0700 X-Received: by mail-qt1-f173.google.com with SMTP id d75a77b69052e-4317fbb669dso2508531cf.1 for ; Wed, 27 Mar 2024 22:47:08 -0700 (PDT) X-Gm-Message-State: NnTfh3HZ1SvvNW3HthsGaKV1x7686176AA= X-Google-Smtp-Source: AGHT+IGdvG8rjQc3OTgN082+Aukj8Cm1ynLbztK85LygI/iAPDlmWdhiDmWG80xcjgh9/1ovZldP7pEiEHY3B/LquME= X-Received: by 2002:ac8:7dcc:0:b0:431:3da3:9525 with SMTP id c12-20020ac87dcc000000b004313da39525mr2316148qte.2.1711604827125; Wed, 27 Mar 2024 22:47:07 -0700 (PDT) MIME-Version: 1.0 From: "David F." Date: Wed, 27 Mar 2024 22:46:56 -0700 Message-ID: Subject: [edk2-devel] Attempting to update to latest Repository Won't Build. To: devel@edk2.groups.io Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Thu, 28 Mar 2024 12:05:14 -0700 Reply-To: devel@edk2.groups.io,df7729@gmail.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Type: text/plain; charset="UTF-8" X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=cqdba9s6; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Hello, I was still on the SVN version (from 2019) and using VS2008. It would build fine. I created a new dir to use GIT now, I updated, ran: edksetup Reconfig Rebuild VS2019 So now, everything seems setup. I exit the command prompt, open it again, run my prep.bat script like I always did (setups up environment variables and calls edksetup). Then I try my build but it fails: -- Build environment: Windows-10-10.0.19045-SP0 Build start time: 22:30:34, Mar.27 2024 WORKSPACE = c:\edk PACKAGES_PATH = c:\edk\edk2-libc;c:\edk\edk2 EDK_TOOLS_PATH = c:\edk\edk2\basetools EDK_TOOLS_BIN = c:\edk\edk2\basetools\bin\win32 CONF_PATH = c:\edk\edk2\conf PYTHON_COMMAND = py -3 Processing meta-data . Architecture(s) = X64 Build target = RELEASE Toolchain = VS2019 Active Platform = c:\edk\edk2\Acme\Acme.dsc build.py... c:\edk\edk2\Acme\Acme.dsc(...): error 4000: Instance of library class [RegisterFilterLib] is not found in [c:\edk\edk2\MdePkg\Library\BaseLib\BaseLib.inf] [X64] consumed by module [c:\edk\edk2\Acme\myefiapp\myefiapp.inf] - Failed - -- Searching the edk2 I find the RegisterFilterLib pointing to the RegisterFilterLibNull which exists on in the directories: -- Volume in drive C is Windows 10 Directory of C:\edk\edk2\MdePkg\Include\Library 03/27/2024 06:18 PM 6,580 RegisterFilterLib.h 1 File(s) 6,580 bytes Directory of C:\edk\edk2\MdePkg\Library 03/27/2024 06:18 PM RegisterFilterLibNull 0 File(s) 0 bytes Directory of C:\edk\edk2\MdePkg\Library\RegisterFilterLibNull 03/27/2024 06:18 PM 6,410 RegisterFilterLibNull.c 03/27/2024 06:18 PM 627 RegisterFilterLibNull.inf 03/27/2024 06:18 PM 389 RegisterFilterLibNull.uni 3 File(s) 7,426 bytes -- What do I need to get this to automatically build like it did in the older versions? Thanks! -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117215): https://edk2.groups.io/g/devel/message/117215 Mute This Topic: https://groups.io/mt/105203223/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-