unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#19686: Bad source checksum in netpbm
@ 2015-01-25 12:24 Marek Benc
  2015-01-25 19:32 ` Andreas Enge
  0 siblings, 1 reply; 4+ messages in thread
From: Marek Benc @ 2015-01-25 12:24 UTC (permalink / raw)
  To: 19686

[-- Attachment #1: Type: text/plain, Size: 177 bytes --]

The checksum of the netpbm package is wrong. Supposedly, it should be 
`13hfc8qh4nryrs51x0hmz4b1zpgw03vahxw7c2c893qisw9yk2q0'

Attaching tail log of $ guix build netpbm

Marek.

[-- Attachment #2: netpbm_tail.log --]
[-- Type: text/x-log, Size: 1609 bytes --]

A    /gnu/store/4a6ck86ap94m397vmycxy98bmhws7h6a-svn-checkout/urt/rle_code.h
A    /gnu/store/4a6ck86ap94m397vmycxy98bmhws7h6a-svn-checkout/urt/rle_addhist.c
A    /gnu/store/4a6ck86ap94m397vmycxy98bmhws7h6a-svn-checkout/urt/vaxshort.h
A    /gnu/store/4a6ck86ap94m397vmycxy98bmhws7h6a-svn-checkout/urt/rle.h
A    /gnu/store/4a6ck86ap94m397vmycxy98bmhws7h6a-svn-checkout/urt/rle_row_alc.c
A    /gnu/store/4a6ck86ap94m397vmycxy98bmhws7h6a-svn-checkout/urt/rle_error.c
A    /gnu/store/4a6ck86ap94m397vmycxy98bmhws7h6a-svn-checkout/urt/Makefile
A    /gnu/store/4a6ck86ap94m397vmycxy98bmhws7h6a-svn-checkout/urt/Runput.c
A    /gnu/store/4a6ck86ap94m397vmycxy98bmhws7h6a-svn-checkout/installnetpbm
A    /gnu/store/4a6ck86ap94m397vmycxy98bmhws7h6a-svn-checkout/Makefile
 U   /gnu/store/4a6ck86ap94m397vmycxy98bmhws7h6a-svn-checkout
Checked out revision 2397.
output path `/gnu/store/4a6ck86ap94m397vmycxy98bmhws7h6a-svn-checkout' should have r:sha256 hash `1mj1pqq18yj0yb6l24zfjls7axhqmiv0pvcaabl5xvc4a0dm543j', instead has `13hfc8qh4nryrs51x0hmz4b1zpgw03vahxw7c2c893qisw9yk2q0'
@ build-failed /gnu/store/z5d5vzf1vz5a42il8qiz5z8rbba6viwf-svn-checkout.drv - 1 output path `/gnu/store/4a6ck86ap94m397vmycxy98bmhws7h6a-svn-checkout' should have r:sha256 hash `1mj1pqq18yj0yb6l24zfjls7axhqmiv0pvcaabl5xvc4a0dm543j', instead has `13hfc8qh4nryrs51x0hmz4b1zpgw03vahxw7c2c893qisw9yk2q0'
cannot build derivation `/gnu/store/yg5slv7bvck6bh1ga2w66f6h5z8l4vjw-netpbm-10.69.04.drv': 1 dependencies couldn't be built
guix build: error: build failed: build of `/gnu/store/yg5slv7bvck6bh1ga2w66f6h5z8l4vjw-netpbm-10.69.04.drv' failed

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#19686: Bad source checksum in netpbm
  2015-01-25 12:24 bug#19686: Bad source checksum in netpbm Marek Benc
@ 2015-01-25 19:32 ` Andreas Enge
  2015-01-25 21:01   ` Ricardo Wurmus
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Enge @ 2015-01-25 19:32 UTC (permalink / raw)
  To: Marek Benc; +Cc: 19686

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#19686: Bad source checksum in netpbm
  2015-01-25 19:32 ` Andreas Enge
@ 2015-01-25 21:01   ` Ricardo Wurmus
  2015-02-02  3:34     ` Mark H Weaver
  0 siblings, 1 reply; 4+ messages in thread
From: Ricardo Wurmus @ 2015-01-25 21:01 UTC (permalink / raw)
  To: Andreas Enge; +Cc: 19686, 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#19686: Bad source checksum in netpbm
  2015-01-25 21:01   ` Ricardo Wurmus
@ 2015-02-02  3:34     ` Mark H Weaver
  0 siblings, 0 replies; 4+ messages in thread
From: Mark H Weaver @ 2015-02-02  3:34 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: 19686-done, Marek Benc

Since the netpbm update was reverted in 836223f74, I'm closing this bug.

     Mark

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-02-02  3:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-25 12:24 bug#19686: Bad source checksum in netpbm Marek Benc
2015-01-25 19:32 ` Andreas Enge
2015-01-25 21:01   ` Ricardo Wurmus
2015-02-02  3:34     ` Mark H Weaver

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).