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

Build on go 1.12 fails #68

Closed
krombel opened this issue Mar 19, 2019 · 3 comments
Closed

Build on go 1.12 fails #68

krombel opened this issue Mar 19, 2019 · 3 comments

Comments

@krombel
Copy link

krombel commented Mar 19, 2019

$ go version
go version go1.12 linux/amd64
$ go get -u github.com/constabulary/gb/...
$ gb build
golang.org/x/sys/unix.ioctl: relocation target golang.org/x/sys/unix.Syscall not defined for ABIInternal (but is defined for ABI0)
golang.org/x/sys/unix.munmap: relocation target golang.org/x/sys/unix.Syscall not defined for ABIInternal (but is defined for ABI0)
golang.org/x/sys/unix.mmap: relocation target golang.org/x/sys/unix.Syscall6 not defined for ABIInternal (but is defined for ABI0)
# github.com/matrix-org/matrix-federation-tester
github.com/matrix-org/matrix-federation-tester
FATAL: command "build" failed: exit status 2
@anoadragon453
Copy link
Member

Also seeing this problem. Seems to be referenced in this go1.12 documentation: https://github.com/golang/proposal/blob/master/design/27539-internal-abi.md#compatibility

This bug might also contain some information: golang/go#27539

Updating all dependencies to their latest versions did not help.

@babolivier
Copy link
Contributor

babolivier commented Mar 25, 2019

I wonder if that's something we could just fix through #46

@babolivier
Copy link
Contributor

Fixed in #46

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

3 participants