From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#19686: Bad source checksum in netpbm Date: Sun, 25 Jan 2015 22:01:39 +0100 Message-ID: <87r3uivaks.fsf@mango.localdomain> References: <54C4E099.2030507@gmx.com> <20150125193218.GA11512@debian> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFUJr-0006lw-Bx for bug-guix@gnu.org; Sun, 25 Jan 2015 16:02:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YFUJm-0001wR-Cg for bug-guix@gnu.org; Sun, 25 Jan 2015 16:02:07 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:37582) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFUJm-0001wN-AC for bug-guix@gnu.org; Sun, 25 Jan 2015 16:02:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YFUJm-0000Gs-01 for bug-guix@gnu.org; Sun, 25 Jan 2015 16:02:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <20150125193218.GA11512@debian> 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: Andreas Enge Cc: 19686@debbugs.gnu.org, Marek Benc Andreas Enge writes: > 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. It seems that there is still a problem with netpbm. There is one test failing: ~~~~~~~~~~~~~~~~~~~ ... == ps-alt-roundtrip.test == pbmtopsg3: [1] /tmp/nix-build-netpbm-10.69.04.drv-0/source/test/ps-alt-roundtrip.test: line 46: /tmp/netpbm/bin/pbmtolps: No such file or directory ## If ps-roundtrip.test succeeds and this test fails, it is most likely ## a problem with one of the alternate Postscipt utilities: ## pbmtoepsi, pbmtopsg3, pbmtolps or psidtopgm. ## If both tests fail it indicates a problem with pstopnm or gs. ps-alt-roundtrip.test: FAILURE == sgi-roundtrip.test == sgitopnm: writing PPM image ... Test summary: ================== SUCCESS 99 FAILURE 1 TOTAL TESTABLE 100 ================== All tests done. Sun, 25 Jan 2015 20:48:31 +0000 GNUmakefile:431: recipe for target 'check' failed make: *** [check] Error 1 phase `check' failed after 36 seconds ~~~~~~~~~~~~~~~~~~~ ~~ Ricardo