From: David F. <df...@gm...> - 2014-10-12 07:23:49
|
Looks like the update failure didn't just skip the one problem but stopped. SVN not real clear on it - now stuck and can't update - clearing work queue just ends up with saying it's locked - I'll have to put back the old one, create fake folders, then update .. the problem files are the first to that were left in the queue (they shouldn't have the BaseTools/Bin/Win32 since that is where it's created as a relative directory): 6-3080600\sqlite3.exe" .svn\wc.db "select * from work_queue" 26|(file-install BaseTools/Bin/Win32/Arm/RELEASE_RVCT31/CompilerIntrinsicsLib.li b 1 0 1 1) 27|(file-install BaseTools/Bin/Win32/Arm/DEBUG_RVCT31/CompilerIntrinsicsLib.lib 1 0 1 1) 28|(file-install 11 _socket.pyd 1 0 1 1) 29|(file-install GenSec.exe 1 0 1 1) 30|(file-install pyexpat.pyd 1 0 1 1) 31|(file-install GenFv.exe 1 0 1 1) 32|(file-install GenFw.exe 1 0 1 1) 33|(file-install UPT.exe 1 0 1 1) 34|(file-install Trim.exe 1 0 1 1) 35|(file-install VolInfo.exe 1 0 1 1) 36|(file-install Rsa2048Sha256Sign.exe 1 0 1 1) 37|(file-install GenBootSector.exe 1 0 1 1) 38|(file-install Common.PyUtility.pyd 1 0 1 1) 39|(file-install Eot.LzmaCompressor.pyd 1 0 1 1) 40|(file-install 11 _ctypes.pyd 1 0 1 1) 41|(file-install PatchPcdValue.exe 1 0 1 1) 42|(file-install TargetTool.exe 1 0 1 1) 43|(file-install 12 _hashlib.pyd 1 0 1 1) 44|(file-install BootSectImage.exe 1 0 1 1) 45|(file-install TianoCompress.exe 1 0 1 1) 46|(file-install GenPatchPcdTable.exe 1 0 1 1) 47|(file-install 12 _sqlite3.pyd 1 0 1 1) On Sat, Oct 11, 2014 at 10:46 PM, Andrew Fish <af...@ap...> wrote: > David, > > The svn external has the sqlite3.dll https://svn.code.sf.net/p/edk2/code/trunk/edk2/BaseTools/Bin/externals.txt > > The svn external thing was probably added after your sync. I’m not sure how it should work, but the binaries are in a different svn project. I thought they should get updated in svn by default. > > Thanks, > > Andrew Fish > > On Oct 11, 2014, at 10:40 PM, David F. <df...@gm...> wrote: > >> As a follow up to my prior message below - if I put the old c:\edk2 >> folder back and attempt to build, it works fine. So definitely >> something in one of the updates since 2/25/2014 (that is the prior svn >> update I had done). >> >> >> Hi, >> >> Just did the latest SVN update (last update was several months ago). >> Now building won't work under Win7 Pro x64 environment. I was hoping >> I could just update and continue building like I have done in the past >> but now it dies right away with the message below (I couldn't find a >> _sqlite3 file - never been one it seems). How can I fix this?: >> >> Traceback (most recent call last): >> File "C:\Python27\lib\site- >> packages\cx_Freeze\initscripts\Console.py", line 27 >> , in <module> >> File "build.py", line 40, in <module> >> File "C:\Users\Public\Documents\BuildPool\EDK2_BaseTools\build\Source\Python\A >> utoGen\AutoGen.py", line 35, in <module> >> File "C:\Users\Public\Documents\BuildPool\EDK2_BaseTools\build\Source\Python\G >> enFds\FdfParser.py", line 20, in <module> >> File "C:\Users\Public\Documents\BuildPool\EDK2_BaseTools\build\Source\Python\G >> enFds\Fd.py", line 19, in <module> >> File "C:\Users\Public\Documents\BuildPool\EDK2_BaseTools\build\Source\Python\G >> enFds\Fv.py", line 26, in <module> >> File "C:\Users\Public\Documents\BuildPool\EDK2_BaseTools\build\Source\Python\G >> enFds\GenFds.py", line 25, in <module> >> File "C:\Users\Public\Documents\BuildPool\EDK2_BaseTools\build\Source\Python\W >> orkspace\WorkspaceDatabase.py", line 17, in <module> >> File "C:\Python27\lib\sqlite3\__init__.py", line 24, in <module> >> from dbapi2 import * >> File "C:\Python27\lib\sqlite3\dbapi2.py", line 27, in <module> >> from _sqlite3 import * >> ImportError: No module named _sqlite3 >> !!!FAILED!!!! >> >> ------------------------------------------------------------------------------ >> Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer >> Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports >> Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper >> Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer >> http://p.sf.net/sfu/Zoho >> _______________________________________________ >> edk2-buildtools-devel mailing list >> edk...@li... >> https://lists.sourceforge.net/lists/listinfo/edk2-buildtools-devel > |