We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We're using old versions of golang.org/x/net and golang.org/x/sys that don't have mipsle support. We need to update those.
The text was updated successfully, but these errors were encountered:
#ipfs version 0.4.12-dev #"GOOS=linux GOARCH=mips go build -o ipfs_mips ."
gx/ipfs/QmTEmsyNnckEq8rEfALfdhLHjrEHGoSGFDrAYReuetn7MC/go-net/ipv4 ../../../../../gx/ipfs/QmTEmsyNnckEq8rEfALfdhLHjrEHGoSGFDrAYReuetn7MC/go-net/ipv4/icmp.go:34:2: undefined: sysICMPFilter gx/ipfs/QmTEmsyNnckEq8rEfALfdhLHjrEHGoSGFDrAYReuetn7MC/go-net/ipv6 ../../../../../gx/ipfs/QmTEmsyNnckEq8rEfALfdhLHjrEHGoSGFDrAYReuetn7MC/go-net/ipv6/icmp.go:34:2: undefined: sysICMPv6Filter gx/ipfs/QmXPKMT5cT8ajqamSD1YaeEpfeaHvs9AU4MQzte4Bkr6V4/sys/unix ../../../../../gx/ipfs/QmXPKMT5cT8ajqamSD1YaeEpfeaHvs9AU4MQzte4Bkr6V4/sys/unix/flock.go:18:42: undefined: Flock_t ../../../../../gx/ipfs/QmXPKMT5cT8ajqamSD1YaeEpfeaHvs9AU4MQzte4Bkr6V4/sys/unix/sockcmsg_linux.go:14:29: undefined: Ucred ../../../../../gx/ipfs/QmXPKMT5cT8ajqamSD1YaeEpfeaHvs9AU4MQzte4Bkr6V4/sys/unix/sockcmsg_linux.go:27:54: undefined: Ucred ../../../../../gx/ipfs/QmXPKMT5cT8ajqamSD1YaeEpfeaHvs9AU4MQzte4Bkr6V4/sys/unix/sockcmsg_unix.go:42:9: undefined: Cmsghdr
Sorry, something went wrong.
Should be resolved by go modules: #6038
No branches or pull requests
We're using old versions of golang.org/x/net and golang.org/x/sys that don't have mipsle support. We need to update those.
The text was updated successfully, but these errors were encountered: