bug#35359: docker-image produces corrupt tar

2019-04-22 Thread Ricardo Wurmus
rendaw <7e9wc56emja...@s.rendaw.me> writes: > On 4/23/19 1:10 AM, Ricardo Wurmus wrote: >> rendaw <7e9wc56emja...@s.rendaw.me> writes: >> >>> Thanks! I just did `guix pull` and forced an image rebuild (by changing >>> host-name) >> Changing the host name is not needed. After getting the new Gui

bug#35359: docker-image produces corrupt tar

2019-04-22 Thread rendaw
On 4/23/19 1:10 AM, Ricardo Wurmus wrote: > rendaw <7e9wc56emja...@s.rendaw.me> writes: > >> Thanks! I just did `guix pull` and forced an image rebuild (by changing >> host-name) > Changing the host name is not needed. After getting the new Guix most > of the packages that should end up in the ima

bug#35359: docker-image produces corrupt tar

2019-04-22 Thread Ricardo Wurmus
rendaw <7e9wc56emja...@s.rendaw.me> writes: > Thanks! I just did `guix pull` and forced an image rebuild (by changing > host-name) Changing the host name is not needed. After getting the new Guix most of the packages that should end up in the image would be updated anyway. > but I get the sam

bug#35359: docker-image produces corrupt tar

2019-04-22 Thread rendaw
On 4/22/19 9:06 PM, Ricardo Wurmus wrote: > rendaw <7e9wc56emja...@s.rendaw.me> writes: > >> $ guix --version >> guix (GNU Guix) 0.16.0 >> Copyright (C) 2018 the Guix authors >> License GPLv3+: GNU GPL version 3 or later >> >> This is free software: you are free

bug#35359: docker-image produces corrupt tar

2019-04-22 Thread Ricardo Wurmus
rendaw <7e9wc56emja...@s.rendaw.me> writes: > $ guix --version > guix (GNU Guix) 0.16.0 > Copyright (C) 2018 the Guix authors > License GPLv3+: GNU GPL version 3 or later > > This is free software: you are free to change and redistribute it. > There is NO WARRA

bug#35359: docker-image produces corrupt tar

2019-04-22 Thread rendaw
On 4/22/19 5:35 AM, Ludovic Courtès wrote: > Hi, > > rendaw <7e9wc56emja...@s.rendaw.me> skribis: > >> $ guix system docker-image testsystem2.scm --on-error=backtrace >> successfully built >> /gnu/store/l3psqh73xjb5h11y1hwrlfvl1yr920x4-guixsd-docker-image.tar.gz.drv >> /gnu/store/giaw69wla9zdf4k7

bug#35359: docker-image produces corrupt tar

2019-04-21 Thread Ludovic Courtès
Hi, rendaw <7e9wc56emja...@s.rendaw.me> skribis: > $ guix system docker-image testsystem2.scm --on-error=backtrace > successfully built > /gnu/store/l3psqh73xjb5h11y1hwrlfvl1yr920x4-guixsd-docker-image.tar.gz.drv > /gnu/store/giaw69wla9zdf4k7nddyyglvhq3629jq-guixsd-docker-image.tar.gz > $ tar -zt

bug#35359: docker-image produces corrupt tar

2019-04-21 Thread rendaw
Package: guix Version: 0.16.0 I took the sample system configuration at the top of https://www.gnu.org/software/guix/manual/en/html_node/Using-the-Configuration-System.html#Using-the-Configuration-System and ran: ``` $ guix system docker-image testsystem2.scm --on-error=backtrace successfully bui