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

Install on ARM powershell.core (Raspbian) (case sensitive issue in manifest ?) #188

Closed
broo0ose opened this issue May 2, 2020 · 3 comments · Fixed by #199
Closed

Install on ARM powershell.core (Raspbian) (case sensitive issue in manifest ?) #188

broo0ose opened this issue May 2, 2020 · 3 comments · Fixed by #199
Assignees

Comments

@broo0ose
Copy link

broo0ose commented May 2, 2020

Hi, I am trying to install Microsoft.Graph on the ARM version of Powershell.Core. If I try to install from PSGallery I get.

Line |                                                                                                                                                 
9709 |  … talledPackages = PackageManagement\Install-Package @PSBoundParameters                                                                        
     |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                        
     | The member 'FormatsToProcess' in the module manifest is not valid: Cannot find path                                                             
     | '/tmp/29169763/Microsoft.Graph.Authentication.0.5.0/./Microsoft.Graph.Authentication.Format.ps1xml' because it does not exist..                 
     | Verify that a valid value is specified for this field in the                                                                                    
     | '/tmp/29169763/Microsoft.Graph.Authentication.0.5.0/Microsoft.Graph.Authentication.psd1' file.

Is it even supported on ARM ? Perhaps this is a crazy idea.
I have tried 7.0 and the preview 7.1 version of Powershell.core.

PS /home/pi> $PSVersionTable 

Name                           Value
----                           -----
PSVersion                      7.1.0-preview.2
PSEdition                      Core
GitCommitId                    7.1.0-preview.2
OS                             Linux 4.19.97-v7+ #1294 SMP Thu Jan 30 13:15:58 GMT 2020
Platform                       Unix
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0
@ghost ghost added the ToTriage label May 2, 2020
@broo0ose
Copy link
Author

broo0ose commented May 4, 2020

Is this a case-sensitive issue with my install being on Linux?

The name in the manifest is:
Microsoft.Graph.Authentication.Format.ps1xml

But the filename is:
Microsoft.Graph.Authentication.format.ps1xml

@broo0ose broo0ose changed the title Install on ARM powershell.core (Raspbian) Install on ARM powershell.core (Raspbian) (case sensitive issue in manifest ?) May 4, 2020
@peombwa
Copy link
Member

peombwa commented May 5, 2020

@broo0ose Thanks for reporting this. This is indeed the case, Linux bash is case sensitive. We will fix this issue as part of the next release (due tomorrow).

@peombwa peombwa removed the ToTriage label May 5, 2020
@peombwa peombwa self-assigned this May 5, 2020
@broo0ose
Copy link
Author

broo0ose commented May 5, 2020

Many thanks for the prompt update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants