Package Details: powershell-git 7.0.0.preview.6.293.g5da06978b-1

Git Clone URL: https://aur.archlinux.org/powershell-git.git (read-only, click to copy)
Package Base: powershell-git
Description: A cross-platform automation and configuration tool/framework (git version)
Upstream URL: https://github.com/PowerShell/PowerShell
Keywords: microsoft powershell shell
Licenses: MIT
Conflicts: powershell
Provides: powershell
Submitter: qrwteyrutiyoup
Maintainer: kylesferrazza
Last Packager: kylesferrazza
Votes: 21
Popularity: 0.000000
First Submitted: 2016-08-21 20:35 (UTC)
Last Updated: 2020-03-19 17:31 (UTC)

Pinned Comments

kylesferrazza commented on 2017-10-26 17:49 (UTC)

Note that the binary is now called "pwsh"

Latest Comments

1 2 3 4 5 6 7 Next › Last »

agowa commented on 2018-12-14 22:03 (UTC) (edited on 2018-12-14 22:03 (UTC) by agowa)

Currently there is a bug, that powershell only works for the user who executed "makepkg". Because it links against dependencies stored within "~/.nuget". All other users receive this error:

Error: An assembly specified in the application dependencies manifest (pwsh.deps.json) was not found: package: 'NJsonSchema', version: '9.10.75' path: 'lib/netstandard1.0/NJsonSchema.dll'

pivotraze commented on 2018-05-06 20:19 (UTC) (edited on 2018-05-06 20:40 (UTC) by pivotraze)

I'm getting the following error when trying to build this:

error : The current .NET SDK does not support targeting .NET Core 2.1. Either target .NET Core 2.0 or lower, or use a version of the .NET SDK that supports .NET Core 2.1.

This appears what looks to be at least 10 times against different files. I also attempted to install .NET Runtime 2.1 but it failed. Seems I'll need to build both. I'll report back soon.

*EDIT With .NET SDK 2.1.300-preview2 and .NET Runtime 2.1.0-preview2, I get a csc.dll exited with error code 131 while building Roslyn

kylesferrazza commented on 2018-03-19 16:40 (UTC)

I added the TERM fix to the PKGBUILD until the problem is fixed upstream.

jade1 commented on 2018-03-19 04:00 (UTC)

Workaround for terminfo issue (upstream fixed it and it will be here in the next ~monthly update):

export TERM=xterm

before building.

See https://github.com/dotnet/corefx/issues/26966

kylesferrazza commented on 2018-02-06 17:09 (UTC)

@chmatos should be fixed now, an old patch was messing up the build

chmatos commented on 2018-02-05 10:41 (UTC)

I have this error.

Removing global.json.orig Removing global.json.rej patching file global.json Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file global.json.rej ==> FAILED: There was an error in prepare(). The build failed.

kylesferrazza commented on 2017-10-26 17:49 (UTC)

Note that the binary is now called "pwsh"

kylesferrazza commented on 2017-10-23 17:26 (UTC)

Thanks for reporting the error, @iconfly. It seems they've renamed the binary "pwsh", the package has been updated accordingly.

iconfly commented on 2017-10-21 16:46 (UTC)

Starting Package()... chmod: cannot access '/tmp/yaourt-tmp-iconfly/aur-powershell-git/pkg/powershell-git/usr/lib/powershell/linux-x64/powershell': No such file or directory ==> ERROR: A failure occurred in package(). Aborting... ==> ERROR: Makepkg was unable to build powershell-git. ==> Restart building powershell-git ? [y/N]

drizzt396 commented on 2017-09-27 03:21 (UTC)

Can confirm, thanks @kylesferrazza! Also, +1 for letting me be lazy and ignore this until one day it decided to compile.