Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] docker not available on aarch64
@ 2020-01-05 23:44 voidlinux-github
  2020-01-05 23:50 ` voidlinux-github
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: voidlinux-github @ 2020-01-05 23:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 579 bytes --]

New issue by ThatsNoMoon on void-packages repository

https://github.com/void-linux/void-packages/issues/18062

Description:
### 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`

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: docker not available on aarch64
  2020-01-05 23:44 [ISSUE] docker not available on aarch64 voidlinux-github
@ 2020-01-05 23:50 ` voidlinux-github
  2020-01-05 23:51 ` voidlinux-github
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2020-01-05 23:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 312 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/18062#issuecomment-570961232

Comment:
Its marked no cross (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.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: docker not available on aarch64
  2020-01-05 23:44 [ISSUE] docker not available on aarch64 voidlinux-github
  2020-01-05 23:50 ` voidlinux-github
@ 2020-01-05 23:51 ` voidlinux-github
  2020-01-05 23:54 ` voidlinux-github
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2020-01-05 23:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 313 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/18062#issuecomment-570961232

Comment:
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.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: docker not available on aarch64
  2020-01-05 23:44 [ISSUE] docker not available on aarch64 voidlinux-github
  2020-01-05 23:50 ` voidlinux-github
  2020-01-05 23:51 ` voidlinux-github
@ 2020-01-05 23:54 ` voidlinux-github
  2020-01-06  0:01 ` voidlinux-github
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2020-01-05 23:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 243 bytes --]

New comment by ThatsNoMoon on void-packages repository

https://github.com/void-linux/void-packages/issues/18062#issuecomment-570961513

Comment:
Thanks @Duncaen, that makes sense.

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: docker not available on aarch64
  2020-01-05 23:44 [ISSUE] docker not available on aarch64 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-05 23:54 ` voidlinux-github
@ 2020-01-06  0:01 ` voidlinux-github
  2020-01-06  0:01 ` voidlinux-github
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2020-01-06  0:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 607 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/18062#issuecomment-570962039

Comment:
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.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: docker not available on aarch64
  2020-01-05 23:44 [ISSUE] docker not available on aarch64 voidlinux-github
                   ` (3 preceding siblings ...)
  2020-01-06  0:01 ` voidlinux-github
@ 2020-01-06  0:01 ` voidlinux-github
  2020-02-25 10:42 ` [ISSUE] [CLOSED] " xtraeme
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2020-01-06  0:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 606 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/18062#issuecomment-570962039

Comment:
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.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: docker not available on aarch64
  2020-01-05 23:44 [ISSUE] docker not available on aarch64 voidlinux-github
                   ` (5 preceding siblings ...)
  2020-02-25 10:42 ` [ISSUE] [CLOSED] " xtraeme
@ 2020-02-25 10:42 ` xtraeme
  2020-08-29 23:34 ` jsumners
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: xtraeme @ 2020-02-25 10:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 182 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/18062#issuecomment-590802697

Comment:
docker is already available in aarch64.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [ISSUE] [CLOSED] docker not available on aarch64
  2020-01-05 23:44 [ISSUE] docker not available on aarch64 voidlinux-github
                   ` (4 preceding siblings ...)
  2020-01-06  0:01 ` voidlinux-github
@ 2020-02-25 10:42 ` xtraeme
  2020-02-25 10:42 ` xtraeme
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: xtraeme @ 2020-02-25 10:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 582 bytes --]

Closed issue by ThatsNoMoon on void-packages repository

https://github.com/void-linux/void-packages/issues/18062

Description:
### 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`

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: docker not available on aarch64
  2020-01-05 23:44 [ISSUE] docker not available on aarch64 voidlinux-github
                   ` (6 preceding siblings ...)
  2020-02-25 10:42 ` xtraeme
@ 2020-08-29 23:34 ` jsumners
  2020-09-03 14:27 ` sgn
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: jsumners @ 2020-08-29 23:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 194 bytes --]

New comment by jsumners on void-packages repository

https://github.com/void-linux/void-packages/issues/18062#issuecomment-683353329

Comment:
How do we get this included in the default repos? 

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: docker not available on aarch64
  2020-01-05 23:44 [ISSUE] docker not available on aarch64 voidlinux-github
                   ` (7 preceding siblings ...)
  2020-08-29 23:34 ` jsumners
@ 2020-09-03 14:27 ` sgn
  2020-09-03 14:30 ` jsumners
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sgn @ 2020-09-03 14:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 185 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/18062#issuecomment-686530041

Comment:
@jsumners If you can test and feedback #24640 

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: docker not available on aarch64
  2020-01-05 23:44 [ISSUE] docker not available on aarch64 voidlinux-github
                   ` (8 preceding siblings ...)
  2020-09-03 14:27 ` sgn
@ 2020-09-03 14:30 ` jsumners
  2020-09-03 14:32 ` ericonr
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: jsumners @ 2020-09-03 14:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 257 bytes --]

New comment by jsumners on void-packages repository

https://github.com/void-linux/void-packages/issues/18062#issuecomment-686532440

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: docker not available on aarch64
  2020-01-05 23:44 [ISSUE] docker not available on aarch64 voidlinux-github
                   ` (9 preceding siblings ...)
  2020-09-03 14:30 ` jsumners
@ 2020-09-03 14:32 ` ericonr
  2020-09-03 14:34 ` jsumners
  2020-09-03 14:35 ` sgn
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2020-09-03 14:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 156 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/18062#issuecomment-686533958

Comment:
Exactly that.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: docker not available on aarch64
  2020-01-05 23:44 [ISSUE] docker not available on aarch64 voidlinux-github
                   ` (10 preceding siblings ...)
  2020-09-03 14:32 ` ericonr
@ 2020-09-03 14:34 ` jsumners
  2020-09-03 14:35 ` sgn
  12 siblings, 0 replies; 14+ messages in thread
From: jsumners @ 2020-09-03 14:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 191 bytes --]

New comment by jsumners on void-packages repository

https://github.com/void-linux/void-packages/issues/18062#issuecomment-686535079

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: docker not available on aarch64
  2020-01-05 23:44 [ISSUE] docker not available on aarch64 voidlinux-github
                   ` (11 preceding siblings ...)
  2020-09-03 14:34 ` jsumners
@ 2020-09-03 14:35 ` sgn
  12 siblings, 0 replies; 14+ messages in thread
From: sgn @ 2020-09-03 14:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 451 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/18062#issuecomment-686535330

Comment:
On 2020-09-03 07:31:03-0700, James Sumners <notifications@github.com> wrote:
> @sgn how would I test this? Fetch the PR to an x86_64 machine and
> attempt to build the package with `-a aarch64`?

Yes, and use the binary to run docker on aarch64 machine.
I'm not a heavy user of docker (I prefer podman, anyway).


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-09-03 14:35 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-05 23:44 [ISSUE] docker not available on aarch64 voidlinux-github
2020-01-05 23:50 ` voidlinux-github
2020-01-05 23:51 ` voidlinux-github
2020-01-05 23:54 ` voidlinux-github
2020-01-06  0:01 ` voidlinux-github
2020-01-06  0:01 ` voidlinux-github
2020-02-25 10:42 ` [ISSUE] [CLOSED] " xtraeme
2020-02-25 10:42 ` xtraeme
2020-08-29 23:34 ` jsumners
2020-09-03 14:27 ` sgn
2020-09-03 14:30 ` jsumners
2020-09-03 14:32 ` ericonr
2020-09-03 14:34 ` jsumners
2020-09-03 14:35 ` sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).