From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#35359: docker-image produces corrupt tar Date: Mon, 22 Apr 2019 18:10:46 +0200 Message-ID: <8736ma6mwp.fsf@elephly.net> References: <87a7gj2j13.fsf@gnu.org> <875zr66y7m.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:37700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hIbY4-0008Se-QY for bug-guix@gnu.org; Mon, 22 Apr 2019 12:12:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hIbY3-0002oG-UK for bug-guix@gnu.org; Mon, 22 Apr 2019 12:12:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37806) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hIbY3-0002ns-QB for bug-guix@gnu.org; Mon, 22 Apr 2019 12:12:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hIbY3-0003BK-Eu for bug-guix@gnu.org; Mon, 22 Apr 2019 12:12:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: 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: rendaw <7e9wc56emjakcm@s.rendaw.me> Cc: 35359@debbugs.gnu.org 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=E2=80=99m guessing that you are not actually using the pulled Guix because your shell may have cached the former location of the =E2=80=9Cguix=E2=80=9D executable. Please try again with ~/.config/guix/current/bin/guix instead of just =E2=80=9Cguix=E2=80=9D. You can also run =E2=80=9Chash guix=E2=80=9D in Bash to invalidate the cach= e. --=20 Ricardo