Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 7.3 arm32 and arm64 does not work on Linux #18629

Closed
5 tasks done
nerdatwork opened this issue Nov 21, 2022 · 8 comments
Closed
5 tasks done

Version 7.3 arm32 and arm64 does not work on Linux #18629

nerdatwork opened this issue Nov 21, 2022 · 8 comments
Labels
Area-Maintainers-Build specific to affecting the build Needs-Triage The issue is new and needs to be triaged by a work group. Resolution-No Activity Issue has had no activity for 6 months or more

Comments

@nerdatwork
Copy link

Prerequisites

Steps to reproduce

Install arm32 or arm64 on Linux.
Run the command pwsh

Expected behavior

Powershell command prompt is shown

Actual behavior

Command not found error message is shown

Error details

Version 7.2.7 works perfectly but 7.3 fails

Environment data

Debian Linux on Raspberry Pi 64 bit with 4GB ram

Visuals

No response

@nerdatwork nerdatwork added the Needs-Triage The issue is new and needs to be triaged by a work group. label Nov 21, 2022
@237dmitry
Copy link

Command not found error message is shown

Check if pwsh is executable

$ stat -c "%a %A" /opt/microsoft/powershell/7/pwsh
755 -rwxr-xr-x

@SteveL-MSFT
Copy link
Member

I think this is a dupe of #18495?

@rhubarb-geek-nz
Copy link

rhubarb-geek-nz commented Nov 24, 2022

I have built a tool to create arm32 and arm64 packages from the tar.gz which work on the Raspberry Pi 4.

https://github.com/rhubarb-geek-nz/PowerShell/tree/main/linux

https://github.com/rhubarb-geek-nz/PowerShell/releases/tag/7.3.0

$ dpkg-deb -c powershell_7.3.0-1.deb_arm64.deb | grep "/pwsh\$"
-rwxr-xr-x root/root    201272 2022-11-07 22:23 ./opt/microsoft/powershell/7/pwsh
lrwxrwxrwx root/root         0 2022-11-07 22:25 ./usr/bin/pwsh -> /opt/microsoft/powershell/7/pwsh
$ dpkg-deb -c powershell_7.3.0-1.deb_armhf.deb | grep "/pwsh\$"
-rwxr-xr-x root/root     61304 2022-11-07 22:23 ./opt/microsoft/powershell/7/pwsh
lrwxrwxrwx root/root         0 2022-11-07 22:25 ./usr/bin/pwsh -> /opt/microsoft/powershell/7/pwsh
GitHub
Builds ARM and ARM64 packages for PowerShell. Contribute to rhubarb-geek-nz/PowerShell development by creating an account on GitHub.
GitHub
Native packages for ARM & ARM64 built from v7.3.0 Release of PowerShell.

@leoniDEV
Copy link

leoniDEV commented Jan 8, 2023

I also have this issue but with PowerShell 7.4.0-preview.1 on a Raspberry Pi 4 with Alpine 3.17.0

@SteveL-MSFT SteveL-MSFT added the Area-Maintainers-Build specific to affecting the build label Jan 9, 2023
Copy link
Contributor

This issue has not had any activity in 6 months, if this is a bug please try to reproduce on the latest version of PowerShell and reopen a new issue and reference this issue if this is still a blocker for you.

1 similar comment
Copy link
Contributor

This issue has not had any activity in 6 months, if this is a bug please try to reproduce on the latest version of PowerShell and reopen a new issue and reference this issue if this is still a blocker for you.

@microsoft-github-policy-service microsoft-github-policy-service bot added Resolution-No Activity Issue has had no activity for 6 months or more labels Nov 15, 2023
Copy link
Contributor

This issue has not had any activity in 6 months, if this is a bug please try to reproduce on the latest version of PowerShell and reopen a new issue and reference this issue if this is still a blocker for you.

Copy link
Contributor

This issue has been marked as "No Activity" as there has been no activity for 6 months. It has been closed for housekeeping purposes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Maintainers-Build specific to affecting the build Needs-Triage The issue is new and needs to be triaged by a work group. Resolution-No Activity Issue has had no activity for 6 months or more
Projects
None yet
Development

No branches or pull requests

5 participants