[DebianGIS-dev] Bug#525176: Bad path to colormap directory

Thorsten Alteholz debian at alteholz.de
Wed Apr 22 17:49:26 UTC 2009


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






More information about the Pkg-grass-devel mailing list