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

Failure to build on riscv64 #37

Open
xypron opened this issue Jul 23, 2021 · 1 comment
Open

Failure to build on riscv64 #37

xypron opened this issue Jul 23, 2021 · 1 comment

Comments

@xypron
Copy link
Contributor

xypron commented Jul 23, 2021

ubuntu-report has an indirect dependency on an outdated version of x/sys which does not support riscv64:

github.com/ubuntu/ubuntu-report github.com/sirupsen/logrus@v1.4.1
github.com/sirupsen/logrus@v1.4.1 golang.org/x/sys@v0.0.0-20180905080454-ebe1bf3edb33

This leads to a build error for riscv64 impish:

../../../vendor/golang.org/x/sys/unix/affinity_linux.go:13:20: undefined: _CPU_SETSIZE
../../../vendor/golang.org/x/sys/unix/affinity_linux.go:13:35: undefined: _NCPUBITS
../../../vendor/golang.org/x/sys/unix/affinity_linux.go:16:25: undefined: cpuMask

Please, adjust the dependencies.

Best regards

Heinrich

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

2 participants
@xypron and others