From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bug-guix-bounces+larch=yhetil.org@gnu.org>
Received: from mp2 ([2001:41d0:2:4a6f::])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits))
	by ms11 with LMTPS
	id aEalFQSvdV8EPAAA0tVLHw
	(envelope-from <bug-guix-bounces+larch=yhetil.org@gnu.org>)
	for <larch@yhetil.org>; Thu, 01 Oct 2020 10:27:16 +0000
Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits))
	by mp2 with LMTPS
	id OBxyEQSvdV/2PAAAB5/wlQ
	(envelope-from <bug-guix-bounces+larch=yhetil.org@gnu.org>)
	for <larch@yhetil.org>; Thu, 01 Oct 2020 10:27:16 +0000
Received: from lists.gnu.org (lists.gnu.org [209.51.188.17])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by aspmx1.migadu.com (Postfix) with ESMTPS id DBC9F940105
	for <larch@yhetil.org>; Thu,  1 Oct 2020 10:27:15 +0000 (UTC)
Received: from localhost ([::1]:55304 helo=lists1p.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.90_1)
	(envelope-from <bug-guix-bounces+larch=yhetil.org@gnu.org>)
	id 1kNvnr-00015d-PD
	for larch@yhetil.org; Thu, 01 Oct 2020 06:27:11 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:33208)
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <Debian-debbugs@debbugs.gnu.org>)
 id 1kNvnj-00015Q-Mi
 for bug-guix@gnu.org; Thu, 01 Oct 2020 06:27:03 -0400
Received: from debbugs.gnu.org ([209.51.188.43]:50910)
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)
 (Exim 4.90_1) (envelope-from <Debian-debbugs@debbugs.gnu.org>)
 id 1kNvni-0000w9-GX
 for bug-guix@gnu.org; Thu, 01 Oct 2020 06:27:03 -0400
Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2)
 (envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1kNvni-0002XP-CN
 for bug-guix@gnu.org; Thu, 01 Oct 2020 06:27:02 -0400
X-Loop: help-debbugs@gnu.org
Subject: bug#43738: Patch file names too long
Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= <ludo@gnu.org>
Original-Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
Resent-CC: bug-guix@gnu.org
Resent-Date: Thu, 01 Oct 2020 10:27:02 +0000
Resent-Message-ID: <handler.43738.B.16015479939716@debbugs.gnu.org>
Resent-Sender: help-debbugs@gnu.org
X-GNU-PR-Message: report 43738
X-GNU-PR-Package: guix
X-GNU-PR-Keywords: 
To: 43738@debbugs.gnu.org
X-Debbugs-Original-To: <bug-guix@gnu.org>
Received: via spool by submit@debbugs.gnu.org id=B.16015479939716
 (code B ref -1); Thu, 01 Oct 2020 10:27:02 +0000
Received: (at submit) by debbugs.gnu.org; 1 Oct 2020 10:26:33 +0000
Received: from localhost ([127.0.0.1]:34223 helo=debbugs.gnu.org)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
 id 1kNvnE-0002We-PZ
 for submit@debbugs.gnu.org; Thu, 01 Oct 2020 06:26:32 -0400
Received: from lists.gnu.org ([209.51.188.17]:43758)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <ludo@gnu.org>) id 1kNvnD-0002WW-0J
 for submit@debbugs.gnu.org; Thu, 01 Oct 2020 06:26:31 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:33120)
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <ludo@gnu.org>) id 1kNvnC-0000vG-Pa
 for bug-guix@gnu.org; Thu, 01 Oct 2020 06:26:30 -0400
Received: from fencepost.gnu.org ([2001:470:142:3::e]:52217)
 by eggs.gnu.org with esmtp (Exim 4.90_1)
 (envelope-from <ludo@gnu.org>) id 1kNvnC-0000uZ-Fd
 for bug-guix@gnu.org; Thu, 01 Oct 2020 06:26:30 -0400
Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=35992 helo=ribbon)
 by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256)
 (Exim 4.82) (envelope-from <ludo@gnu.org>) id 1kNvn8-0003Ow-Cy
 for bug-guix@gnu.org; Thu, 01 Oct 2020 06:26:29 -0400
From: Ludovic =?UTF-8?Q?Court=C3=A8s?= <ludo@gnu.org>
X-URL: http://www.fdn.fr/~lcourtes/
X-Revolutionary-Date: 10 =?UTF-8?Q?Vend=C3=A9miaire?= an 229 de la
 =?UTF-8?Q?R=C3=A9volution?=
X-PGP-Key-ID: 0x090B11993D9AEBB5
X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc
X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4  0CFB 090B 1199 3D9A EBB5
X-OS: x86_64-pc-linux-gnu
Date: Thu, 01 Oct 2020 12:26:24 +0200
Message-ID: <87a6x6utrj.fsf@gnu.org>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: -2.3 (--)
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
X-Spam-Score: -3.3 (---)
X-BeenThere: bug-guix@gnu.org
List-Id: Bug reports for GNU Guix <bug-guix.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/bug-guix>,
 <mailto:bug-guix-request@gnu.org?subject=unsubscribe>
List-Archive: <https://lists.gnu.org/archive/html/bug-guix>
List-Post: <mailto:bug-guix@gnu.org>
List-Help: <mailto:bug-guix-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/bug-guix>,
 <mailto:bug-guix-request@gnu.org?subject=subscribe>
Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org
Sender: "bug-Guix" <bug-guix-bounces+larch=yhetil.org@gnu.org>
X-Scanner: scn0
Authentication-Results: aspmx1.migadu.com;
	dkim=none;
	dmarc=pass (policy=none) header.from=gnu.org;
	spf=pass (aspmx1.migadu.com: domain of bug-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=bug-guix-bounces@gnu.org
X-Spam-Score: -1.51
X-TUID: EqLtZqNZ2wjO

There are several patch file names that are too long for =E2=80=98tar=E2=80=
=99, as
reported during =E2=80=98make dist=E2=80=99:

--8<---------------cut here---------------start------------->8---
tar: guix-1.0.1.22624-c258f1-dirty/gnu/packages/patches/ocaml-bisect-fix-ca=
mlp4-in-another-directory.patch dosiernomo tro longas (maks 99); ne =C5=9Du=
tita
tar: guix-1.0.1.22624-c258f1-dirty/gnu/packages/patches/audiofile-signature=
-of-multiplyCheckOverflow.patch dosiernomo tro longas (maks 99); ne =C5=9Du=
tita
tar: guix-1.0.1.22624-c258f1-dirty/gnu/packages/patches/python2-pygobject-2=
-gi-info-type-error-domain.patch dosiernomo tro longas (maks 99); ne =C5=9D=
utita
tar: guix-1.0.1.22624-c258f1-dirty/gnu/packages/patches/audiofile-division-=
by-zero-BlockCodec-runPull.patch dosiernomo tro longas (maks 99); ne =C5=9D=
utita
tar: guix-1.0.1.22624-c258f1-dirty/gnu/packages/patches/python-robotframewo=
rk-honor-source-date-epoch.patch dosiernomo tro longas (maks 99); ne =C5=9D=
utita
--8<---------------cut here---------------end--------------->8---

=E2=80=98guix lint=E2=80=99 reports it as well, but apparently this is easi=
ly
overlooked.

Ludo=E2=80=99.