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

Does this package Support z/OS (s390x) or not? #578

Open
drimmeer opened this issue Mar 14, 2024 · 2 comments
Open

Does this package Support z/OS (s390x) or not? #578

drimmeer opened this issue Mar 14, 2024 · 2 comments

Comments

@drimmeer
Copy link

drimmeer commented Mar 14, 2024

Now when I tried to run 'go build .' with my sftp project on z/OS USS, it failed with error
../../go/pkg/mod/github.com/pkg/sftp@v1.13.6/attrs.go:101:2: undefined: fileStatFromInfoOs
../../go/pkg/mod/github.com/pkg/sftp@v1.13.6/ls_formatting.go:70:24: undefined: lsLinksUIDGID

I am wondering if this sftp package supports IBM mainframe zos/s390x or not? If yes, what could be the reason of the above problem?
If not, what needs to be done to add the support?

Thank you in advance.

@drimmeer drimmeer changed the title Does this package Support z/OS (s390) or not? Does this package Support z/OS (s390x) or not? Mar 14, 2024
@puellanivis
Copy link
Collaborator

Looking around. I don’t know if we do. I get go: unsupported GOOS/GOARCH pair zos/s390x when I try. I’m also not finding support for zos in the builtin syscall library?

Can you try the support-zos-s390x branch and see if that works? If it doesn’t let me know the messages, and I’ll work on that.

@drimmeer
Copy link
Author

Thank you very much Cassondra, branch support-zos-s390x works!
At least I could build my code and do a normal sftp with it!

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

No branches or pull requests

2 participants