THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Lionel Félicité (deogracia)
Attached to Project - Packages
Summary - pypy: error while loading shared libraries: libncursesw.so.5
Task Type - Broken package
Category - core
Status - Unconfirmed
Assigned To -
Operating System -
Severity - Low
Priority - Normal
Reported Version -
Due in Version - Undecided
Due Date - Undecided
Details - Description:
pypy doesn't work.
It need libncursesw.so.5
ncurses package ship with libncursesw.so.6
ls /usr/lib/libncurses* -lh
-rw-r--r-- 1 root root 18 11 févr. 08:19 /usr/lib/libncurses.so
-rw-r--r-- 1 root root 20 11 févr. 08:19 /usr/lib/libncurses++.so
lrwxrwxrwx 1 root root 18 11 févr. 08:19 /usr/lib/libncurses++w.so -> libncurses++w.so.6
lrwxrwxrwx 1 root root 16 11 févr. 08:19 /usr/lib/libncursesw.so -> libncursesw.so.6
lrwxrwxrwx 1 root root 20 11 févr. 08:19 /usr/lib/libncurses++w.so.6 -> libncurses++w.so.6.0
lrwxrwxrwx 1 root root 18 11 févr. 08:19 /usr/lib/libncursesw.so.6 -> libncursesw.so.6.0
-rwxr-xr-x 1 root root 76K 11 févr. 08:19 /usr/lib/libncurses++w.so.6.0
-rwxr-xr-x 1 root root 435K 11 févr. 08:19 /usr/lib/libncursesw.so.6.0
Additional information:
* package version(s)
pypy 5.6.0-1
ncurses 6.0+20170204-1
Steps to reproduce:
1. install ncurses and pypy
2. run pypy --version. it gives :
Actual result:
pypy --version
pypy: error while loading shared libraries: libncursesw.so.5: cannot open shared object file: No such file or directory
Expected result: (when manually created symlink libncursesw.so.5 on libncursesw.so.6)
pypy --version
Python 2.7.12 (aff251e543859ce4508159dd9f1a82a2f553de00, Nov 14 2016, 09:39:32)
Thanks
More information can be found at the following URL:
https://chakralinux.org/bugtracker/index.php?do=details&task_id=1956
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.