pgj commented on PR #37:
URL: https://github.com/apache/couchdb-glazier/pull/37#issuecomment-2301272159

   I see these error messages at the end:
   
   ```console
   The following packages will be built and installed:
       icu[core,tools]:x64-windows -> 73.1
   error: in triplet x64-windows: Unable to find a valid Visual Studio instance
   Could not locate a complete Visual Studio instance
   The following paths were examined for Visual Studio instances:
     C:\Program Files (x86)\Microsoft Visual 
Studio\2022\BuildTools\VC\Auxiliary/Build\vcvarsall.bat
   
   Installing OpenSSL ...
   Computing installation plan...
   The following packages will be built and installed:
       openssl:x64-windows -> 3.1.3
     * vcpkg-cmake:x64-windows -> 2023-05-04
     * vcpkg-cmake-config:x64-windows -> 2022-02-06#1
     * vcpkg-cmake-get-vars:x64-windows -> 2023-03-02
   Additional packages (*) will be modified to complete this operation.
   error: in triplet x64-windows: Unable to find a valid Visual Studio instance
   Could not locate a complete Visual Studio instance
   The following paths were examined for Visual Studio instances:
     C:\Program Files (x86)\Microsoft Visual 
Studio\2022\BuildTools\VC\Auxiliary/Build\vcvarsall.bat
   
   Downloading SpiderMonkey ...
   Installing SpiderMonkey ...
   VALUE: &archiver.TarXz{Tar:(*archiver.Tar)(0xc00005c720)}
   copy : Container cannot be copied onto existing leaf item.
   At C:\relax\couchdb-glazier\bin\install_dependencies.ps1:83 char:1
   + copy -Recurse -Force "$smBuild\*" $vcpkgBase
   + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       + CategoryInfo          : InvalidArgument: 
(C:\relax\Windows-mozjs-91\include:String) [Copy-Item], PSArgumentException
       + FullyQualifiedErrorId : 
CopyContainerItemToLeafError,Microsoft.PowerShell.Commands.CopyItemCommand
   
   copy : Container cannot be copied onto existing leaf item.
   At C:\relax\couchdb-glazier\bin\install_dependencies.ps1:83 char:1
   + copy -Recurse -Force "$smBuild\*" $vcpkgBase
   + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       + CategoryInfo          : InvalidArgument: 
(C:\relax\Windows-mozjs-91\lib:String) [Copy-Item], PSArgumentException
       + FullyQualifiedErrorId : 
CopyContainerItemToLeafError,Microsoft.PowerShell.Commands.CopyItemCommand
   ```
   
   In result, SpiderMonkey cannot be found on configure:
   
   ```console
   .\configure.ps1 -WithClouseau
   ERROR: SpiderMonkey 91 is not found. Please specify with 
-SpiderMonkeyVersion.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to