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

freeBSD build is broken #3423

Closed
whyrusleeping opened this issue Nov 25, 2016 · 3 comments
Closed

freeBSD build is broken #3423

whyrusleeping opened this issue Nov 25, 2016 · 3 comments
Labels
kind/bug A bug in existing code (including security flaws) topic/build Topic build

Comments

@whyrusleeping
Copy link
Member

Just tried doing a full distributions build, got a failure for freeBSD on all platforms (though only really expected amd64 to work).

# github.com/ipfs/go-ipfs/cmd/ipfs
../gopath/src/github.com/ipfs/go-ipfs/cmd/ipfs/ulimit_unix.go:34: invalid operation: rLimit.Cur < ipfsFileDescNum (mismatched types int64 and uint64)
../gopath/src/github.com/ipfs/go-ipfs/cmd/ipfs/ulimit_unix.go:35: invalid operation: rLimit.Max < ipfsFileDescNum (mismatched types int64 and uint64)
../gopath/src/github.com/ipfs/go-ipfs/cmd/ipfs/ulimit_unix.go:37: cannot use ipfsFileDescNum (type uint64) as type int64 in assignment
../gopath/src/github.com/ipfs/go-ipfs/cmd/ipfs/ulimit_unix.go:40: cannot use ipfsFileDescNum (type uint64) as type int64 in assignment
@whyrusleeping whyrusleeping added kind/bug A bug in existing code (including security flaws) topic/build Topic build status/ready Ready to be worked labels Nov 25, 2016
@plankatron
Copy link

Still getting this, testing on freebsd 11

@Kubuxu
Copy link
Member

Kubuxu commented Nov 30, 2016

It looks like, looking at sources freebsd is the only outlier here, separate build unit will be needed.

@plankatron
Copy link

this issue is fixed in fix/freebsd-build , thank you whyrusleeping

@whyrusleeping whyrusleeping removed the status/ready Ready to be worked label Dec 1, 2016
@ajnavarro ajnavarro mentioned this issue Aug 24, 2022
72 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug A bug in existing code (including security flaws) topic/build Topic build
Projects
None yet
Development

No branches or pull requests

4 participants
@whyrusleeping @Kubuxu @plankatron and others