You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "paleolimbot (via GitHub)" <gi...@apache.org> on 2023/05/12 16:01:44 UTC

[GitHub] [arrow-adbc] paleolimbot opened a new issue, #682: Improve Windows PowerShell verification

paleolimbot opened a new issue, #682:
URL: https://github.com/apache/arrow-adbc/issues/682

   From the instructions side, it might be nice to add a section to the verification instructions. To get it to run at all I had to:
   
   - Install conda
   - Install mamba
   - Set the security policy to allow executing powershell scripts
   
   There's one spot where it pauses to ask about installing stuff into a conda environment:
   
   ```
   Removing specs: ['gtest']
   Transaction
   
     Prefix: C:\Users\dewey\AppData\Local\Temp\tmp15A0.tmp\conda-env
   ```
   
   Then fails with:
   
   ```
   C:\Users\dewey\Documents\rscratch\arrow-adbc>exit /B 0
   Join-Path : A positional parameter cannot be found that accepts argument 'go'.
   At C:\Users\dewey\Documents\rscratch\arrow-adbc\dev\release\verify-release-candidate.ps1:127 char:17
   + $env:GOROOT = $(Join-Path $ArrowTempDir conda-env go)
   +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       + CategoryInfo          : InvalidArgument: (:) [Join-Path], ParentContainsErrorRecordException
       + FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.JoinPathCommand
   ```
   
   I don't have time to debug this today but don't mind taking a look before the next release 🙂 


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-adbc] lidavidm commented on issue #682: Improve Windows PowerShell verification

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm commented on issue #682:
URL: https://github.com/apache/arrow-adbc/issues/682#issuecomment-1545999498

   Hmm, weird. Thought Join-Path was variadic: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/join-path?view=powershell-7.3#example-7-combine-an-indefinite-number-of-paths
   
   But I don't see this in 5.1, which I believe is the version shipped with Windows (until W11 possibly?): https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/join-path?view=powershell-5.1


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-adbc] lidavidm commented on issue #682: Improve Windows PowerShell verification

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm commented on issue #682:
URL: https://github.com/apache/arrow-adbc/issues/682#issuecomment-1545999958

   And GHA includes 7.1, I believe. (The developer VM I use also has 7.1, I'm fairly sure.) So that might explain why.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-adbc] paleolimbot commented on issue #682: Improve Windows PowerShell verification

Posted by "paleolimbot (via GitHub)" <gi...@apache.org>.
paleolimbot commented on issue #682:
URL: https://github.com/apache/arrow-adbc/issues/682#issuecomment-1546479559

   I shut off that computer for the weekend, but it's whatever gets installed with out-of-the-box Windows 11 Pro as of a few days ago. Either way I have a sane Windows environment now and I'm happy to debug + document (I have to add the R stuff in there anyway).


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org