From: David F. <df...@gm...> - 2014-10-28 00:04:04
|
Hi, Last updated c:\edk2 in Feb 2014 - try to update now and fails - caused by the update in external reference to the BaseTool ARM library (which I actually don't even need). It's a path problem. How can I fix? Using TortoiseSVN on Win7 Pro x64. > Update > C:\edk2 <snip> > C:\edk2\BaseTools\Bin\Win32\TianoCompress.exe > C:\edk2\BaseTools\Bin\Win32\GenPatchPcdTable.exe > C:\edk2\BaseTools\Bin\Win32\_sqlite3.pyd > C:\edk2\BaseTools\Bin\Win32 > Failed to run the WC DB work queue associated with > 'C:\edk2\BaseTools\Bin\Win32', work item 26 (file-install > BaseTools/Bin/Win32/Arm/RELEASE_RVCT31/CompilerIntrinsicsLib.lib 1 0 1 1) > The node > 'C:\edk2\BaseTools\Bin\Win32\BaseTools\Bin\Win32\Arm\RELEASE_RVCT31\CompilerIntrinsicsLib.lib' > is not installable Note that there is a difference in what svn thinks the path is - used the sqlite command line tool to dump the database shows below. Note how all the other items are relatlive and the win32 folder and then the first two are relative but off the root of c:\edk2 - so something is weird about those??: C:\Users\david\Desktop\sqlite- shell-win32-x86-3080600>sqlite3.exe c:\edk2 \basetools\bin\win32\.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) |