From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Guix Packages - unpack issue Date: Mon, 07 Jan 2019 20:38:29 +0100 Message-ID: <87h8ek8dhm.fsf@elephly.net> References: <1546773286.3556000.1626799440.555A8BFC@webmail.messagingengine.com> <87zhseq8qn.fsf@elephly.net> <1546886752.2949311.1627979648.27750D23@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:41264) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggayH-0005pb-Kc for help-guix@gnu.org; Mon, 07 Jan 2019 14:54:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ggayF-0005f2-Ll for help-guix@gnu.org; Mon, 07 Jan 2019 14:54:01 -0500 Received: from sender-of-o53.zoho.com ([135.84.80.218]:21771) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ggayB-0005Js-W0 for help-guix@gnu.org; Mon, 07 Jan 2019 14:53:57 -0500 In-reply-to: <1546886752.2949311.1627979648.27750D23@webmail.messagingengine.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Reza Alizadeh Majd Cc: help-guix@gnu.org Hi Reza, please always send replies to all recipents, including the list. > (source (origin > (method url-fetch) > (uri (string-append > "https://s3.eu-central-1.amazonaws.com/source-git-pantherx-org/guix-tools_" > version ".tgz")) > (sha256 > (base32 "125h6h1b2i2q9vwlsi1y1yzqcn27vziqmg0w0cyaigkj9q0mc09q")))) This is a tarbomb. Its contents are directly unpacked to the current directory. A well-behaved tarball should unpack into a directory. You can use (method url-fetch/tarbomb) in this case. -- Ricardo