I'm remoted into a sid box, from a sid box, and when I run gramps, it
pops up the following and then just hangs; I eventually have to KILL it.
westk@westek:~$ gramps
Upgrading INI file
Hspell: can't open /usr/share/hspell/hebrew.wgz.sizes.
Hspell: can't open /usr/share/hspell/hebrew.wgz.sizes.
If I run "strace gramps", I see a lot of "no such file errors", and it
seems that maybe they repeat over and over; the end of my strace, when
it finally hangs, looks like below. I can run gramps when I remote from
this box to a third box (running testing instead of sid).
read(22, ""..., 4096) = 0
flock(22, LOCK_UN) = 0
close(22) = 0
munmap(0xb6935000, 4096) = 0
munmap(0xb6433000, 593920) = 0
brk(0x9fb8000) = 0x9fb8000
access("/home/westk/.config/enchant/myspell/hy.dic", F_OK) = -1 ENOENT
(No such file or directory)
access("/home/westk/.enchant/myspell/hy.dic", F_OK) = -1 ENOENT (No such
file or directory)
access("/usr/share/enchant/myspell/hy.dic", F_OK) = -1 ENOENT (No such
file or directory)
access("/usr/share/myspell/dicts/hy.dic", F_OK) = -1 ENOENT (No such
file or directory)
open("/home/westk/.config/enchant/myspell",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOE XEC) = -1 ENOENT (No
such file or directory)
open("/home/westk/.enchant/myspell",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOE XEC) = -1 ENOENT (No
such file or directory)
open("/usr/share/enchant/myspell",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOE XEC) = -1 ENOENT (No
such file or directory)
open("/usr/share/myspell/dicts",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOE XEC) = 22
fstat64(22, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(22, /* 9 entries */, 4096) = 288
close(22) = 0
access("/usr/share/myspell/dicts/hyph_en_US.aff", F_OK) = -1 ENOENT (No
such file or directory)
futex(0x9de64b4, FUTEX_WAIT_PRIVATE, 2, NULL
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org