Do you mean dotnet-bin? dotnet-cli compiles fine for me and I'd rather not use pre-compiled upstream binaries.
Search Criteria
Package Details: powershell-git 7.0.0.preview.6.293.g5da06978b-1
Package Actions
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: | None |
Last Packager: | kylesferrazza |
Votes: | 21 |
Popularity: | 0.000000 |
First Submitted: | 2016-08-21 20:35 (UTC) |
Last Updated: | 2020-03-19 17:31 (UTC) |
Dependencies (10)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- icu (icu-gitAUR)
- krb5 (krb5-gitAUR)
- lttng-ust
- openssl-1.0AUR
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR) (make)
- dotnet-sdk (dotnet-sdk-2.2AUR, dotnet-sdk-2.2-vs2017AUR, dotnet-sdk-3.0AUR, dotnet-sdk-2.1AUR, dotnet-sdk-5.0-binAUR, dotnet-sdk-6.0.110-binAUR, dotnet-sdk-7.0-binAUR, dotnet-sdk-8.0.300-binAUR, dotnet-sdk-6.0-binAUR, dotnet-sdk-binAUR, dotnet-sdk-8.0-binAUR, dotnet-sdk-preview-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (7)
- ddns-cloudflare-powershell-git (requires powershell)
- ilspycmd-git (requires powershell)
- ironpython-git (requires powershell) (make)
- nishang-scripts (requires powershell)
- powershell-editor-services (requires powershell)
- powershell-empire (requires powershell)
- powershell-empire-git (requires powershell)
Sources (3)
jsteel commented on 2016-12-05 08:35 (UTC) (edited on 2016-12-05 08:36 (UTC) by jsteel)
rahool commented on 2016-12-05 03:21 (UTC)
This fails to compile since dotnet-cli fails. Works fine with dotnet instead, since that compiles. Could maintainer swap makedepends on dotnet-cli with dotnet or is there a specific motivation for cli version?
jsteel commented on 2016-11-26 22:19 (UTC)
I found a workaround for the proot issue, and have also packaged the powershell release (as package "powershell") if you'd prefer to switch to that.
qrwteyrutiyoup commented on 2016-11-01 04:36 (UTC)
Sorry guys, I thought I would be able to work on the package this past weekend, but it wasn't possible. I am orphaning it for now so that someone with more free time may improve the PKGBUILD.
Kppqju77 commented on 2016-10-26 17:46 (UTC)
Same thing than z3ntu for me
z3ntu commented on 2016-10-24 11:45 (UTC)
I get the following error while building:
[100%] Linking CXX static library /build/powershell-git/src/powershell/src/powershell-unix/libgtest_main.a
[100%] Built target gtest_main
~/powershell-git/src/powershell
proot info: pid 996: terminated with signal 11
Kppqju77 commented on 2016-10-17 19:07 (UTC)
psl-native-test was failing for me, because I didn't have en_US.UTF-8 locale, but only fr_FR.UTF-8...
qrwteyrutiyoup commented on 2016-09-28 23:10 (UTC)
@StephenBrown2, @evilhamsterman: using HTTPS now, thanks for the suggestion.
@Scimmia: updated the use of git submodule, thanks. I will use git revert next time I update the package (didn't see your edit before).
evilhamsterman commented on 2016-09-28 20:46 (UTC)
I agree with StephenBrown2, Powershell is likely to be used in office environments which sometimes block ssh that is used for the git:// protocol but https is open. It doesn't change anything about the checkout or the package just change it from git:// to git+https://. That is what I have to do right now myself.
StephenBrown2 commented on 2016-09-28 20:21 (UTC) (edited on 2016-09-28 20:22 (UTC) by StephenBrown2)
Can the source URL be changed to 'git+https:////github.com/PowerShell/PowerShell.git'? Certain firewall restrictions prevent direct git access from my workstation, so I can't update without modifying the PKGBUILD each time.
Pinned Comments
kylesferrazza commented on 2017-10-26 17:49 (UTC)