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

ipfs fails to build on mipsle architecture #4257

Closed
whyrusleeping opened this issue Sep 21, 2017 · 2 comments
Closed

ipfs fails to build on mipsle architecture #4257

whyrusleeping opened this issue Sep 21, 2017 · 2 comments
Labels
topic/build Topic build

Comments

@whyrusleeping
Copy link
Member

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.

@whyrusleeping whyrusleeping added this to the Ipfs 0.4.12 milestone Sep 21, 2017
@whyrusleeping whyrusleeping added the topic/build Topic build label Oct 3, 2017
@cc14514
Copy link

cc14514 commented Oct 18, 2017

#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

@Kubuxu
Copy link
Member

Kubuxu commented Apr 4, 2019

Should be resolved by go modules: #6038

@Kubuxu Kubuxu closed this as completed Apr 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/build Topic build
Projects
None yet
Development

No branches or pull requests

3 participants