From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#27943: tar complains about too-long names (guix release) Date: Fri, 4 Aug 2017 09:22:12 +0200 Message-ID: <20170804092212.77f65fef@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ddWws-0004b9-Ev for bug-guix@gnu.org; Fri, 04 Aug 2017 03:23:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ddWwo-0000Ox-U6 for bug-guix@gnu.org; Fri, 04 Aug 2017 03:23:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38067) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ddWwo-0000OB-Na for bug-guix@gnu.org; Fri, 04 Aug 2017 03:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ddWwn-00076J-Sr for bug-guix@gnu.org; Fri, 04 Aug 2017 03:23:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ddWwD-0004LQ-7a for bug-guix@gnu.org; Fri, 04 Aug 2017 03:22:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ddWw9-00082H-LJ for bug-guix@gnu.org; Fri, 04 Aug 2017 03:22:25 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:38580) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ddWw9-0007wK-DU for bug-guix@gnu.org; Fri, 04 Aug 2017 03:22:21 -0400 Received: from localhost (178.113.252.190.wireless.dyn.drei.com [178.113.252.190]) by dd1012.kasserver.com (Postfix) with ESMTPSA id B000F1CA00D7 for ; Fri, 4 Aug 2017 09:22:15 +0200 (CEST) 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: 27943@debbugs.gnu.org guix $ make release ... || chmod -R a+r "guix-0.13.0.1849-cf189-dirty" tardir=guix-0.13.0.1849-cf189-dirty && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >guix-0.13.0.1849-cf189-dirty.tar.gz gzip: warning: GZIP environment variable is deprecated; use an alias or script tar: guix-0.13.0.1849-cf189-dirty/gnu/packages/patches/ghc-dont-pass-linker-flags-via-response-files.patch: file name is too long (max 99); not dumped tar: guix-0.13.0.1849-cf189-dirty/gnu/packages/patches/libevent-2.0-evbuffer-add-use-last-with-datap.patch: file name is too long (max 99); not dumped tar: guix-0.13.0.1849-cf189-dirty/gnu/packages/patches/python-genshi-stripping-of-unsafe-script-tags.patch: file name is too long (max 99); not dumped tar: guix-0.13.0.1849-cf189-dirty/gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch: file name is too long (max 99); not dumped tar: guix-0.13.0.1849-cf189-dirty/gnu/packages/patches/t1lib-CVE-2011-1552+CVE-2011-1553+CVE-2011-1554.patch: file name is too long (max 99); not dumped tar: Exiting with failure status due to previous errors make[1]: Leaving directory '/home/dannym/src/guix-master/guix'