-
Notifications
You must be signed in to change notification settings - Fork 123
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
Unable to install on AIX 7.2 #244
Comments
I'm hoping the changes in #245 work for you. Can you build that branch and try it out? If it works I'll merge it. Thank you! |
Pulled it just now onto the AIX dev machine. I then went on and used it in an existing project with Using the flags If you can think of anything else I should test, please let me know. |
Thanks for testing it out! That should be sufficient. I'll merge #245, and look to tag a release sometime in the next couple of weeks. |
Hello everyone,
my environment is:
OS: AIX 7.2
go version: go version go1.16.12 aix/ppc64
Problem:
When I try to install gotestsum with either of the suggested install methods
go install gotest.tools/gotestsum@latest
orgo get gotest.tools/gotestsum
, it results in the following errors:Expected: gotestsum is available in the defined user install directory.
Given that it is a similar missing symbol as in this vipe issue or afero issue I presume that AIX's implementation of the Filesystem is a bit different to how it works on other UNIX systems.
Not having found any other reference in the issues of gotestsum regarding AIX, I presume this hasn't come up yet.
Is it possible to add/implement support for AIX? Happy to help there to provide any help/info where I can.
The text was updated successfully, but these errors were encountered: