Jump to content
Read the Funtoo Newsletter: Summer 2023 ×
  • 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 an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...