digrouz Posted November 4, 2015 Report Share Posted November 4, 2015 Hi Guys, I just did a new installation on a raspberry 2 and it seems that the stage 3 for raspberry is broken, a lot of the commands (like rc, emerge) are complaining about libncurses.so.5 Is it possible? How can I fix that? Kind Regards Link to comment Share on other sites More sharing options...
0 cardinal Posted November 4, 2015 Report Share Posted November 4, 2015 I see the errors in the arm stage3 build log. ebegin: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory eend: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory File a bug report at bugs.funtoo.org , specify the stage3 version. Link to comment Share on other sites More sharing options...
0 digrouz Posted November 4, 2015 Author Report Share Posted November 4, 2015 done, see ticket FL-2951 Link to comment Share on other sites More sharing options...
0 cardinal Posted November 4, 2015 Report Share Posted November 4, 2015 On x86_32 funtoo this indicates /lib/libncurses.so.5 is a symlink to /lib/libncurses.so.5.9 rj@funtoo ~ $ equery b libncurses.so.5 * Searching for libncurses.so.5 ... sys-libs/ncurses-5.9-r5 (/lib/libncurses.so.5 -> libncurses.so.5.9) If /lib/libncurses.so.5.9 exists then create /lib/libncurses.so.5 symlink to fix the error. ln -s /lib/libncurses.so.5.9 /lib/libncurses.so.5 Link to comment Share on other sites More sharing options...
0 digrouz Posted November 4, 2015 Author Report Share Posted November 4, 2015 I had to do a symbolic link to to /lib/libncurses.so.6 but it's like it's missing something else. i've just a readme file under /usr/portage Link to comment Share on other sites More sharing options...
Question
digrouz
Hi Guys,
I just did a new installation on a raspberry 2 and it seems that the stage 3 for raspberry is broken, a lot of the commands (like rc, emerge) are complaining about libncurses.so.5
Is it possible? How can I fix that?
Kind Regards
Link to comment
Share on other sites
4 answers to this question
Recommended Posts