From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/3] gnu: Add UnQLite. Date: Mon, 30 Mar 2015 21:26:26 +0200 Message-ID: <87twx270d9.fsf@gnu.org> References: <1427491480-27319-1-git-send-email-bavier@member.fsf.org> <1427491480-27319-3-git-send-email-bavier@member.fsf.org> <87h9t3ykuh.fsf@gnu.org> <20150329141335.41c9e134@PocketWee> <87fv8mhpac.fsf@gnu.org> <87fv8mhgir.fsf@fsf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcfKS-0000U7-Ow for guix-devel@gnu.org; Mon, 30 Mar 2015 15:26:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YcfKP-0002cY-0t for guix-devel@gnu.org; Mon, 30 Mar 2015 15:26:32 -0400 In-Reply-To: <87fv8mhgir.fsf@fsf.org> (David Thompson's message of "Mon, 30 Mar 2015 07:27:24 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson Cc: guix-devel@gnu.org David Thompson skribis: > Ludovic Court=C3=A8s writes: > >> Eric Bavier skribis: >> >>> The official distribution is somewhat of a mess. The zip archive >>> requires a patch that must be applied during a build step because our >>> patch-and-repack can't handle "tarbombs". >> >> What do you mean by =E2=80=9Ctarbombs=E2=80=9D? > > A tarball that doesn't store it's contents within a root directory, that > pollutes the directory you unpack it in. Oh OK, I didn=E2=80=99t know there was a name for that. :-) So indeed, =E2=80=98patch-and-repack=E2=80=99 doesn=E2=80=99t handle it, an= d the =E2=80=98unpack=E2=80=99 phase may not do what you=E2=80=99d expect, assuming there is something to be expected. Ludo=E2=80=99.