From mboxrd@z Thu Jan 1 00:00:00 1970 From: rendaw <7e9wc56emjakcm@s.rendaw.me> Subject: bug#35359: docker-image produces corrupt tar Date: Tue, 23 Apr 2019 01:53:50 +0900 Message-ID: <752d885f-f513-49a0-b901-ab54c341e939@s.rendaw.me> References: <87a7gj2j13.fsf@gnu.org> <875zr66y7m.fsf@elephly.net> <8736ma6mwp.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:45028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hIcDf-00012m-Ie for bug-guix@gnu.org; Mon, 22 Apr 2019 12:55:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hIcDe-0007GS-Ia for bug-guix@gnu.org; Mon, 22 Apr 2019 12:55:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37927) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hIcDe-0007GC-F1 for bug-guix@gnu.org; Mon, 22 Apr 2019 12:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hIcDe-0006Uz-D4 for bug-guix@gnu.org; Mon, 22 Apr 2019 12:55:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8736ma6mwp.fsf@elephly.net> Content-Language: en-US List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ricardo Wurmus Cc: 35359@debbugs.gnu.org On 4/23/19 1:10 AM, Ricardo Wurmus wrote: > rendaw <7e9wc56emjakcm@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 same tar error. > I’m guessing that you are not actually using the pulled Guix because > your shell may have cached the former location of the “guix” > executable. Please try again with ~/.config/guix/current/bin/guix > instead of just “guix”. > > You can also run “hash guix” in Bash to invalidate the cache. Thanks, that was the issue.  I replaced the path and now the build uses fresh packages and the tar is not corrupt.  This can be closed.