From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#21111: possibly bogus in binary tarball Date: Wed, 22 Jul 2015 14:27:21 +0200 Message-ID: <20150722122721.GA6326@debian> References: <874mkwcspq.fsf@pc102091.liv.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHt82-00089k-1Y for bug-guix@gnu.org; Wed, 22 Jul 2015 08:28:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHt7y-0002Fe-QD for bug-guix@gnu.org; Wed, 22 Jul 2015 08:28:05 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:54687) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHt7y-0002FY-Mx for bug-guix@gnu.org; Wed, 22 Jul 2015 08:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZHt7x-0004US-VQ for bug-guix@gnu.org; Wed, 22 Jul 2015 08:28:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <874mkwcspq.fsf@pc102091.liv.ac.uk> 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Dave Love Cc: 21111@debbugs.gnu.org On Wed, Jul 22, 2015 at 12:55:13PM +0100, Dave Love wrote: > The timestamps in the guix-binary-0.8.3.x86_64-linux.tar.xz tarball are > all at the epoch, so unpacking it spews messages like > > tar: ./var/guix: implausibly old time stamp 1970-01-01 01:00:00 > > I guess that's not intentional, but if it is, it's probably worth a note > in the installation instructions. It is intentional, as part of making things deterministic. Andreas