From: Andrew F. <af...@ap...> - 2014-10-12 08:00:39
|
On Oct 12, 2014, at 12:42 AM, David F. <df...@gm...> wrote: > That didn't work - creating the fake folders > (C:\edk2\BaseTools\Bin\Win32\BaseTools\Bin\Win32\Arm\RELEASE_RVCT31, > etc..) gets rid of the error: > > C:\edk2\BaseTools\Bin\Win32 > The node > 'C:\edk2\BaseTools\Bin\Win32\ > BaseTools\Bin\Win32\Arm\RELEASE_RVCT31\CompilerIntrinsicsLib.lib' > is not installable > > However, now everything in C:\edk2\BaseTools\Bin\Win32 gets deleted > (except for the newly created folder) and you get: > > C:\edk2\BaseTools\Bin\Win32 > The node 'C:\edk2\BaseTools\Bin\Win32' was not found. > > Whatever that change was for Arm is causing a problem... can it be > reverted and committed back so the correct relative path is used? > This is what I see when I checkout the external directly. I’m assuming the old Win32 dir was deleted from svn, or converted to the external? ~/work/src/edk2/BaseTools/Bin(master)>svn co https://svn.code.sf.net/p/edk2-toolbinaries/code/trunk/Win32 A Win32/TestSigningPrivateKey.pem A Win32/Rsa2048Sha256GenerateKeys.exe A Win32/GenPage.exe A Win32/GenCrc32.exe A Win32/GenFds.exe A Win32/VfrCompile.exe A Win32/EfiLdrImage.exe A Win32/GenFfs.exe A Win32/_ssl.pyd A Win32/BPDG.exe A Win32/sqlite3.dll A Win32/LzmaCompress.exe A Win32/EfiRom.exe A Win32/Eot.EfiCompressor.pyd A Win32/python27.dll A Win32/LzmaF86Compress.bat A Win32/GenVtf.exe A Win32/select.pyd A Win32/EfiCompressor.pyd A Win32/Readme.txt A Win32/Split.exe A Win32/msvcr71.dll A Win32/ImportTool.bat A Win32/build.exe A Win32/GenDepex.exe A Win32/Arm A Win32/Arm/RELEASE_RVCT31 A Win32/Arm/RELEASE_RVCT31/CompilerIntrinsicsLib.lib A Win32/Arm/DEBUG_RVCT31 A Win32/Arm/DEBUG_RVCT31/CompilerIntrinsicsLib.lib A Win32/_socket.pyd A Win32/GenSec.exe A Win32/pyexpat.pyd A Win32/GenFv.exe A Win32/GenFw.exe A Win32/UPT.exe A Win32/Trim.exe A Win32/VolInfo.exe A Win32/Rsa2048Sha256Sign.exe A Win32/GenBootSector.exe A Win32/Common.PyUtility.pyd A Win32/Eot.LzmaCompressor.pyd A Win32/_ctypes.pyd A Win32/PatchPcdValue.exe A Win32/TargetTool.exe A Win32/_hashlib.pyd A Win32/BootSectImage.exe A Win32/TianoCompress.exe A Win32/GenPatchPcdTable.exe A Win32/_sqlite3.pyd Checked out revision 29. > > On Sun, Oct 12, 2014 at 12:23 AM, David F. <df...@gm...> wrote: >> 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) >> |