-
Notifications
You must be signed in to change notification settings - Fork 8.4k
On porting PowerShell Core to FreeBSD #7207
Copy link
Copy link
Closed
Labels
Issue-Questionideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aResolution-AnsweredThe question is answered.The question is answered.WG-Maintainers-Buildspecific to affecting the buildspecific to affecting the build
Metadata
Metadata
Assignees
Labels
Issue-Questionideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aResolution-AnsweredThe question is answered.The question is answered.WG-Maintainers-Buildspecific to affecting the buildspecific to affecting the build
Type
Fields
Give feedbackNo fields configured for issues without a type.
Hello,
I'm working on a project with Google Summer of Code and the FreeBSD organization to port PowerShell -- as well as the .NET SDK -- to the FreeBSD platform. So far, I've successfully compiled both native (libpsl-native) and managed parts of the PowerShell code on FreeBSD.
At first, three libpsl tests were failing:
IsFileTest.RootIsFile,GetUserFromPid.SuccessandLocaleTest.Success. The last one was just a missingLANGenv variable, so as soon as I set it, the test passed. But the first two ones required code changes, which I'm submitting as a PR with questions I had related to specific lines, but they are now ALL passing.However, the resulting PowerShell build is misbehaving in some ways and I'd like some guidance as to what I should look for:
PS Alias:/>.not recognized as the name of a cmdlet, function...error.Get-Help, this is what I get:PS Alias:/> GGeGetGet-Get-HGet-HeGet-HelGet-Help. Although, as I press Enter, the actual thing that gets read isGet-Help, and not the long string with repeated characters.This is what my $PSVersionTable looks like:
cc @DragonSA @davidchisnall @SteveL-MSFT