Jump to content
Forums in Read-Only Mode - Please use Reddit ×
  • 0

stage3 for raspberry broken


digrouz

Question

4 answers to this question

Recommended Posts

  • 0

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

  • 0

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

×
×
  • Create New...