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

docker not available on aarch64 #18062

Closed
ThatsNoMoon opened this issue Jan 5, 2020 · 9 comments · Fixed by #24640
Closed

docker not available on aarch64 #18062

ThatsNoMoon opened this issue Jan 5, 2020 · 9 comments · Fixed by #24640

Comments

@ThatsNoMoon
Copy link

System

  • xuname:
    Void 4.19.89_2 aarch64 uptodate rFF
    Installation on raspberry pi as per the wiki instructions
  • package:
    docker 19.03.5

Expected behavior

xbps-install docker installs docker; docker visible on https://voidlinux.org/packages/ under aarch64

Actual behavior

docker is not found, despite #16430

Steps to reproduce the behavior

Install void on a raspberry pi, attempt to install docker

@Duncaen
Copy link
Member

Duncaen commented Jan 5, 2020

Its marked nocross (all aarch64 packages are cross compiled, we don't have native builders for it). The linked PR allows to build it natively on aarch64 using xbps-src.

@ThatsNoMoon
Copy link
Author

Thanks @Duncaen, that makes sense.

Is there a specific reason docker can't be cross-compiled?

@Duncaen
Copy link
Member

Duncaen commented Jan 6, 2020

golang in general should support it, but dockers build system seems to be a lot more complex than just go get.
There is no specific issue linked and I think this has always been the case and the initial merge PR was in the old repository so the history if the PR is lost.

You can try it by removing nocross=yes and trying to cross compile it ./xbps-src -a aarch64 pkg docker, but I'm certain that there are going to be some issues that need to be fixed.

@jsumners
Copy link

How do we get this included in the default repos?

@sgn
Copy link
Member

sgn commented Sep 3, 2020

@jsumners If you can test and feedback #24640

@jsumners
Copy link

jsumners commented Sep 3, 2020

@sgn how would I test this? Fetch the PR to an x86_64 machine and attempt to build the package with -a aarch64?

@ericonr
Copy link
Member

ericonr commented Sep 3, 2020

Exactly that.

@jsumners
Copy link

jsumners commented Sep 3, 2020

Okay. I will try to get to it over the weekend.

@sgn
Copy link
Member

sgn commented Sep 3, 2020 via email

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

Successfully merging a pull request may close this issue.

6 participants
@jsumners @Duncaen @ThatsNoMoon @ericonr @sgn and others