From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#19686: Bad source checksum in netpbm Date: Sun, 25 Jan 2015 20:32:18 +0100 Message-ID: <20150125193218.GA11512@debian> References: <54C4E099.2030507@gmx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFSvj-00035K-P0 for bug-guix@gnu.org; Sun, 25 Jan 2015 14:33:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YFSve-00059z-Lr for bug-guix@gnu.org; Sun, 25 Jan 2015 14:33:07 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:37544) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFSve-00059v-FG for bug-guix@gnu.org; Sun, 25 Jan 2015 14:33:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YFSvd-00064M-Py for bug-guix@gnu.org; Sun, 25 Jan 2015 14:33:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <54C4E099.2030507@gmx.com> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Marek Benc Cc: 19686@debbugs.gnu.org This is a tricky error. I still had the svn checkout of the previous version on my disk: /gnu/store/4a6ck86ap94m397vmycxy98bmhws7h6a-svn-checkout So the recipe worked for me, since the hash and the file name corresponded to the package recipe. However, instead of the new, I actually compiled the old version and stored it under the new name in the store. And also hydra compiled it without complaining. I have corrected the problem for netpbm. However, I think we should move to more descriptive directory names, where "svn-checkout" should be replaced by (string-append name "-" version) as usual. Andreas