https://bugzilla.redhat.com/show_bug.cgi?id=2066621 --- Comment #1 from Petr Pisar <ppisar@xxxxxxxxxx> --- perl-Gtk2-Spell does not hardcore any path to dictionaries. All it does is using gtkspell: $ xvfb-run -d perl -Iblib/{lib,arch} t/0.GtkSpell.t [...] openat(AT_FDCWD, "/home/test/.config/enchant", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 10 newfstatat(10, "", {st_mode=S_IFDIR|0700, st_size=4096, ...}, AT_EMPTY_PATH) = 0 openat(AT_FDCWD, "/home/test/.enchant", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib64/charset.alias", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib64/enchant", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 10 newfstatat(10, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0 newfstatat(AT_FDCWD, "/usr/lib64/enchant/libenchant_myspell.so", {st_mode=S_IFREG|0755, st_size=28472, ...}, 0) = 0 openat(AT_FDCWD, "/usr/lib64/enchant/libenchant_myspell.so", O_RDONLY|O_CLOEXEC) = 11 newfstatat(11, "", {st_mode=S_IFREG|0755, st_size=28472, ...}, AT_EMPTY_PATH) = 0 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 11 newfstatat(11, "", {st_mode=S_IFREG|0644, st_size=33453, ...}, AT_EMPTY_PATH) = 0 openat(AT_FDCWD, "/lib64/libhunspell-1.7.so.0", O_RDONLY|O_CLOEXEC) = 11 newfstatat(11, "", {st_mode=S_IFREG|0755, st_size=562944, ...}, AT_EMPTY_PATH) = 0 openat(AT_FDCWD, "/lib64/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = 11 newfstatat(11, "", {st_mode=S_IFREG|0755, st_size=2360104, ...}, AT_EMPTY_PATH) = 0 openat(AT_FDCWD, "/lib64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 11 newfstatat(11, "", {st_mode=S_IFREG|0755, st_size=128520, ...}, AT_EMPTY_PATH) = 0 openat(AT_FDCWD, "/lib64/libtinfo.so.6", O_RDONLY|O_CLOEXEC) = 11 newfstatat(11, "", {st_mode=S_IFREG|0755, st_size=191680, ...}, AT_EMPTY_PATH) = 0 openat(AT_FDCWD, "/usr/share/enchant/enchant.ordering", O_RDONLY) = 10 newfstatat(10, "", {st_mode=S_IFREG|0644, st_size=167, ...}, AT_EMPTY_PATH) = 0 openat(AT_FDCWD, "/home/test/.enchant/enchant.ordering", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/home/test/.config/enchant/enchant.ordering", O_RDONLY) = -1 ENOENT (No such file or directory) access("/home/test/.config/enchant/myspell/en.dic", F_OK) = -1 ENOENT (No such file or directory) access("/home/test/.enchant/myspell/en.dic", F_OK) = -1 ENOENT (No such file or directory) access("/usr/local/share/myspell/dicts/en.dic", F_OK) = -1 ENOENT (No such file or directory) access("/usr/share/myspell/dicts/en.dic", F_OK) = -1 ENOENT (No such file or directory) access("/usr/share/enchant/myspell/en.dic", F_OK) = -1 ENOENT (No such file or directory) access("/usr/share/myspell/en.dic", F_OK) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/home/test/.config/enchant/myspell", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/home/test/.enchant/myspell", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/local/share/myspell/dicts", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/share/myspell/dicts", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/share/enchant/myspell", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/share/myspell", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 10 newfstatat(10, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0 access("/home/test/.config/enchant/myspell/en.dic", F_OK) = -1 ENOENT (No such file or directory) access("/home/test/.enchant/myspell/en.dic", F_OK) = -1 ENOENT (No such file or directory) access("/usr/local/share/myspell/dicts/en.dic", F_OK) = -1 ENOENT (No such file or directory) access("/usr/share/myspell/dicts/en.dic", F_OK) = -1 ENOENT (No such file or directory) access("/usr/share/enchant/myspell/en.dic", F_OK) = -1 ENOENT (No such file or directory) access("/usr/share/myspell/en.dic", F_OK) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/home/test/.config/enchant/myspell", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/home/test/.enchant/myspell", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/local/share/myspell/dicts", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/share/myspell/dicts", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/share/enchant/myspell", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/share/myspell", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 10 newfstatat(10, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0 enchant error for language: en at t/0.GtkSpell.t line 36. # Looks like your test exited with 255 just after 2. The locale is LANG=en_US.UTF-8, /usr/share/myspell is an empty directory and /usr/share/hunspell directory contains en_US.dic and en_US.aff files. -- You are receiving this mail because: You are on the CC list for the bug. https://bugzilla.redhat.com/show_bug.cgi?id=2066621 _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure