| Summary: | psi-plus (возможно и psi) ищет плагины в /usr/lib/psi/plugins независимо от платформы | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Rinat Shigapov <rinatshigapov> |
| Component: | psi-plus | Assignee: | Grigory Milev <week> |
| Status: | CLOSED WORKSFORME | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P3 | CC: | grizlik78, mcpain, mike, rider, week |
| Version: | unstable | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
Похоже, ошибка воспроизводится и на обычном psi. (В ответ на комментарий №1)
> Похоже, ошибка воспроизводится и на обычном psi.
А к чему переоткрыли?
правится опцией для configure
в psi-plus давно поправил, а psi собираю не я
или опять вылезло?
давно исправленно |
На платформе x86-64 psi-plus ищет плагины в директории /usr/lib/psi/plugins: В выводе strace наблюдаются подобные системные вызовы: [pid 7618] stat("/usr/lib/psi/plugins", 0x137aeb8) = -1 ENOENT (No such file or directory) [pid 7618] lstat("/usr/lib/psi/plugins", 0x7fff6b83a270) = -1 ENOENT (No such file or directory) [pid 7618] open("/usr/lib/psi/plugins", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [