Search Criteria
Package Details: powershell 7.4.1-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/powershell.git (read-only, click to copy) |
---|---|
Package Base: | powershell |
Description: | A cross-platform automation and configuration tool/framework (latest release) |
Upstream URL: | https://github.com/PowerShell/PowerShell |
Keywords: | .net automation microsoft net powershell script scripting shell |
Licenses: | MIT |
Submitter: | jsteel |
Maintainer: | kylesferrazza (richardba, carsme) |
Last Packager: | carsme |
Votes: | 84 |
Popularity: | 0.36 |
First Submitted: | 2016-11-26 22:16 (UTC) |
Last Updated: | 2024-03-10 11:11 (UTC) |
Dependencies (9)
- dotnet-runtime-8.0 (dotnet-runtime-8.0-binAUR, dotnet-runtime)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- dotnet-sdk-8.0 (dotnet-sdk-8.0-binAUR, dotnet-sdk) (make)
- git (git-gitAUR, git-glAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- inetutils (inetutils-gitAUR, busybox-coreutilsAUR) (check)
- iputils (busybox-coreutilsAUR, iputils-gitAUR) (check)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR) (check)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 19 Next › Last »
carsme commented on 2024-01-31 08:24 (UTC)
@Samwell9854 Unfortunately, I cannot reproduce this. Regardless, I've removed the test in
7.4.1-2
. Thanks for reporting.Samwell9854 commented on 2024-01-29 18:18 (UTC) (edited on 2024-01-29 18:21 (UTC) by Samwell9854)
New install, v7.4.1, same issue as with @ReinekeFuchs.
Until it is fixed, you can do this for now.
Example with yay:
Then add the following line at the end inside the
check()
function, right after the other 'rm test/...' linesAlternatively, manually edit the PKGBUILD file, then run
makepkg -si
klieber commented on 2023-10-13 22:08 (UTC)
Upgrading from 7.3.7-1 -> 7.3.8-1
ReinekeFuchs commented on 2023-09-24 10:13 (UTC) (edited on 2023-09-24 10:14 (UTC) by ReinekeFuchs)
I get this error
Tests Passed: 10708, Failed: 1, Skipped: 1894, Pending: 367, Inconclusive: 2 TEST FAILURES
Description: UseNewEnvironment parameter should reset environment variables for child process
Name: Start-Process.UseNewEnvironment parameter should reset environment variables for child process message:
Expected strings to be the same, but they were different.
Expected length: 3
Actual length: 1
Strings differ at index 1.
Expected: ';ds'
But was: ';'
stack-trace:
at <ScriptBlock>, /home/ds/Pakete/powershell/src/PowerShell-7.3.7/test/powershell/Modules/Microsoft.PowerShell.Management/Start-Process.Tests.ps1: line 205
205: Get-Content -LiteralPath $outputFile | Should -BeExactly ";$userName" Exception: 1 tests in test/powershell failed
==> ERROR: A failure occurred in check().
carsme commented on 2023-04-15 16:18 (UTC)
@kylesferrazza, Ah, missed that! Thanks for fixing it so quickly :)
This is most likely related to the switch to building with
--no-self-contained
instead of--self-contaied
.kylesferrazza commented on 2023-04-15 16:13 (UTC)
@carsme thanks for adding those modules!
It seems dotnet-runtime is a missing runtime dep now?
Without it: https://paste.ee/r/IuG27/0
With it: https://paste.ee/d/R72Bp/0
carsme commented on 2023-04-15 14:31 (UTC) (edited on 2023-04-15 14:31 (UTC) by carsme)
@D3vil0p3r @JakeMoe, I've managed to include the modules that are bundled with the upstream built package (for example PowerShellGet and PSReadLine). Feel free to test.
See: https://aur.archlinux.org/cgit/aur.git/commit/PKGBUILD?h=powershell&id=58c58ea7292cf02c6eb1c2d4961ddc84326cff77
D3vil0p3r commented on 2023-03-28 22:07 (UTC)
So, let's ask to @kylesferrazza @carsme
JakeMoe commented on 2023-03-28 20:01 (UTC)
@D3vil0p3r I didn't decide anything, it's not my package, I was just asking why I was missing so many modules (including PSReadLine).
D3vil0p3r commented on 2023-03-28 15:02 (UTC)
@JakeMoe thank you for the answer. Ok, I will go on powershell-bin package. One question: why did not you decide to implement the autocompletion and the PSReadLine module also on "powershell" package but only on "powershell-bin"?
« First ‹ Previous 1 2 3 4 5 6 7 .. 19 Next › Last »