You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
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.
The text was updated successfully, but these errors were encountered: