Created attachment 266161 [details] ncurses 5.7-r7 build log sys-libs/ncurses fails to isntall on multilib mips. Relevant snipped from build log is make[1]: Leaving directory `/var/tmp/portage/sys-libs/ncurses-5.8/work/widec/c++' * ERROR: sys-libs/ncurses-5.8 failed: * unable to read SONAME from libncurses.so * * Call stack: * ebuild.sh, line 56: Called src_install * environment, line 2707: Called gen_usr_ldscript '-a' 'ncurses' * environment, line 1607: Called die * The specific snippet of code: * [[ -z ${tlib} ]] && die "unable to read SONAME from ${lib}";
Created attachment 266163 [details] ncurses 5.8 build log Oh, meant to say that I thought that it could be related to bug 276465.
Looking in ncurses-5.8/image shows that all libraries are being installed to lib instead of lib32.
your configure line is missing --libdir. that is added by the call to portage's econf. find out why that isnt being added.
This was caused by not explicitly setting ABI= in the mips profile. Closing.