From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reza Alizadeh Majd Subject: Guix Packages - unpack issue Date: Sun, 06 Jan 2019 14:44:46 +0330 Message-ID: <1546773286.3556000.1626799440.555A8BFC@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggsout.gnu.org ([209.51.188.92]:53325 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gg6OK-000813-Io for help-guix@gnu.org; Sun, 06 Jan 2019 06:14:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gg6OH-0006ej-FZ for help-guix@gnu.org; Sun, 06 Jan 2019 06:14:52 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:46589) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gg6OH-0006dx-8s for help-guix@gnu.org; Sun, 06 Jan 2019 06:14:49 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id AB0E221D2B for ; Sun, 6 Jan 2019 06:14:46 -0500 (EST) 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: help-guix@gnu.org Hi,=20 I'm trying to create package of my application for GuixSD. during unpack ph= ase=20 I receive following Error. could anyone help me to fix this error?=20 ... starting phase `install-locale' using 'en_US.utf8' locale for category "LC_ALL" phase `install-locale' succeeded after 0.0 seconds starting phase `unpack' ... ./README.md ./exec_tests.sh tar: .: Cannot utime: Operation not permitted tar: .: Cannot change mode to rwxr-xr-t: Operation not permitted tar: Exiting with failure status due to previous errors Backtrace: 5 (primitive-load "/gnu/store/n73lb40f47mqcyvg85df7v92277=E2=80= =A6") In ice-9/eval.scm: 191:35 4 (_ #f) In srfi/srfi-1.scm: 863:16 3 (every1 # =E2=80=A6) In /gnu/store/6bwkbm3a80v0xab5qsicij7bjvmn5yna-module-import/guix/build/gnu= -build-system.scm: 799:28 2 (_ _) 166:12 1 (unpack #:source _) In /gnu/store/6bwkbm3a80v0xab5qsicij7bjvmn5yna-module-import/guix/build/uti= ls.scm: 616:6 0 (invoke _ . _) /gnu/store/6bwkbm3a80v0xab5qsicij7bjvmn5yna-module-import/guix/build/utils.= scm:616:6: In procedure invoke: Throw to key `srfi-34' with args `(#)'. builder for `/gnu/store/r8wls692iqlqqnv75k1g7w7a40wag0nw-guix-tools-0.1.1.d= rv' failed with exit code 1 build of /gnu/store/r8wls692iqlqqnv75k1g7w7a40wag0nw-guix-tools-0.1.1.drv f= ailed View build log at '/var/log/guix/drvs/r8/wls692iqlqqnv75k1g7w7a40wag0nw-gui= x-tools-0.1.1.drv.bz2'. guix build: error: build failed: build of `/gnu/store/r8wls692iqlqqnv75k1g7= w7a40wag0nw-guix-tools-0.1.1.drv' failed