Package: h5utils
Version: 1.10-7.1

When I invoke h5topng, I got the following error:
  $ h5topng simple-eps-000000.00.h5
  Could not find colormap "gray"

When I do it with strace, I get the following output:
(...)
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
uname({sys="Linux", node="sid-vm", ...}) = 0
brk(0)                                  = 0x9b23000
brk(0x9b44000)                          = 0x9b44000
open("${prefix}/share/h5utils/colormaps/gray", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("gray", O_RDONLY|O_LARGEFILE)      = -1 ENOENT (No such file or directory)
write(2, "Could not find colormap \"gray\"\n", 31Could not find colormap 
"gray") = 31
exit_group(1)                           = ?

So the first open() call looks a bit wrong ...

  Thorsten




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to