From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco van Hulten Subject: mismatch of source tar ball hash Date: Sun, 28 Oct 2018 12:23:33 +0100 Message-ID: <20181028122333.063da88d@jasniac.instanton> 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]:39078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gGjAd-0008Ap-HJ for guix-devel@gnu.org; Sun, 28 Oct 2018 07:23:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gGjAa-0002EJ-DH for guix-devel@gnu.org; Sun, 28 Oct 2018 07:23:51 -0400 Received: from smtp-out.neti.ee ([194.126.106.86]:28925) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gGjAa-0002Dn-4i for guix-devel@gnu.org; Sun, 28 Oct 2018 07:23:48 -0400 Received: from localhost (localhost [127.0.0.1]) by vm-relay8.estpak.ee (Postfix) with ESMTP id BE56866 for ; Sun, 28 Oct 2018 13:23:44 +0200 (EET) Received: from smtp-out.neti.ee ([127.0.0.1]) by localhost (vm-relay8.estpak.ee [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TzTNU_clphFE for ; Sun, 28 Oct 2018 13:23:34 +0200 (EET) Received: from broadpark.no (ngt-doveproxy02.estpak.ee [195.50.193.132]) by vm-relay8.estpak.ee (Postfix) with ESMTP id 0C3EE84 for ; Sun, 28 Oct 2018 13:23:34 +0200 (EET) Received: from jasniac.instanton (15.89-10-168.nextgentel.com [89.10.168.15]) by mail.broapark.no (Postfix) with SMTP id EB81C368868 for ; Sun, 28 Oct 2018 13:23:33 +0200 (EET) 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" To: guix-devel@gnu.org Hi=E2=80=94 When I try to install calcurse, the hash of the downloaded file is different from the one specified in the package: marco@graviton ~$ guix package --fallback -i calcurse The following package will be installed: calcurse 4.3.0 /gnu/store/a77ap0vw0fnsz138paby8w55rlcd58zi-calcurse-4.3.0 The following derivations will be built: /gnu/store/r44sbjgn7gxwl3nxvlnq6946zc05xq0f-profile.drv /gnu/store/xzvmj17kgc5z97czlw5nrz7afb47cjyh-ca-certificate-bundle.drv /gnu/store/wazkm772ssqj81w9npbfi9531s41rh4w-glib-schemas.drv /gnu/store/kwqvdmcpqrqg1q2gk6zc83c50x8w8198-gtk-icon-themes.drv /gnu/store/fad05ars0k7lnis4pys6bc5n2mrwywqj-xdg-mime-database.drv /gnu/store/dkr1dg622dyaphw66zy2lrb925pkfz0y-xdg-desktop-database.drv /gnu/store/9zqzgm8gybh8a8w05g4151k7bk3wkv7x-fonts-dir.drv /gnu/store/4ccc9liswa27f56867fnsg4xl657irpg-info-dir.drv /gnu/store/35zb2h95ssn189i8y43z54b6jqmngwsp-gtk-im-modules.drv /gnu/store/6abn78c8wa5dkks4pnig5i2mijj0f3lf-manual-database.drv 0.3 MB will be downloaded: /gnu/store/a77ap0vw0fnsz138paby8w55rlcd58zi-calcurse-4.3.0 substitution of /gnu/store/a77ap0vw0fnsz138paby8w55rlcd58zi-calcurse-4.3.0 = failed building /gnu/store/ya1v2nv0mq8dzkcik64inlyxxk3skz3h-calcurse-4.3.0.tar.gz.= drv... downloading from http://calcurse.org/files/calcurse-4.3.0.tar.gz... sha256 hash mismatch for /gnu/store/873m2xbqxndbhcdfrngpsj7cwflm48d0-calcur= se-4.3.0.tar.gz: expected hash: 16jzg0nasnxdlz23i121x41pq5kbxmjzk52c5d863rg117fc7v1i actual hash: 11q0r4dbi8vca22x3q1ad07nr1gs4y17cgnplbjzmmz9r9x0h8m2 build of /gnu/store/ya1v2nv0mq8dzkcik64inlyxxk3skz3h-calcurse-4.3.0.tar.gz.= drv failed View build log at '/var/log/guix/drvs/ya/1v2nv0mq8dzkcik64inlyxxk3skz3h-cal= curse-4.3.0.tar.gz.drv.bz2'. \guix package: error: build failed: build of `/gnu/store/r44sbjgn7gxwl3nxvl= nq6946zc05xq0f-profile.drv' failed Should I contact the calcurse people to ask if the file could have been changed? Or is there a better hypothesis explaining this issue? =E2=80=94Marco