Hi, I'm getting an error buildin on 13-Current on PowerPC 64 - 13.0-CURRENT #1 r360186M ===> Staging for rhash-1.3.9 ===> Generating temporary packing list /usr/bin/make install-binary install -d /usr/ports/security/rhash/work/stage/usr/local/bin install -m 755 rhash /usr/ports/security/rhash/work/stage/usr/local/bin/rhash install -d /usr/ports/security/rhash/work/stage/usr/local/man/man1 install -m 644 dist/rhash.1 /usr/ports/security/rhash/work/stage/usr/local/man/man1/rhash.1 install -d /usr/ports/security/rhash/work/stage/usr/local/etc tr -d \\r < dist/rhashrc.sample > rc.tmp && install -m 644 rc.tmp /usr/ports/security/rhash/work/stage/usr/local/etc/rhashrc.sample rm -f rc.tmp install -d /usr/ports/security/rhash/work/stage/usr/local/bin install -m 755 rhash /usr/ports/security/rhash/work/stage/usr/local/bin/rhash cd /usr/ports/security/rhash/work/stage/usr/local/bin && for f in sfv-hash has160-hash gost12-256-hash gost12-512-hash edonr256-hash edonr512-hash tiger-hash tth-hash whirlpool-hash ed2k-link magnet-link; do ln -sf rhash $f; done cd /usr/ports/security/rhash/work/stage/usr/local/man/man1 && for f in sfv-hash has160-hash gost12-256-hash gost12-512-hash edonr256-hash edonr512-hash tiger-hash tth-hash whirlpool-hash ed2k-link magnet-link; do ln -sf rhash.1 $f.1; done cd librhash && /usr/bin/make install-lib-headers install -d /usr/ports/security/rhash/work/stage/usr/local/include install -m 644 rhash.h rhash_torrent.h /usr/ports/security/rhash/work/stage/usr/local/include/ cd librhash && /usr/bin/make install-lib-static install -d /usr/ports/security/rhash/work/stage/usr/local/lib install -m 644 librhash.a /usr/ports/security/rhash/work/stage/usr/local/lib/ cd librhash && /usr/bin/make install-lib-shared install -d /usr/ports/security/rhash/work/stage/usr/local/lib install -m 644 librhash.so.0 /usr/ports/security/rhash/work/stage/usr/local/lib/ cd librhash && /usr/bin/make install-so-link install -d /usr/ports/security/rhash/work/stage/usr/local/lib ln -s librhash.so.0 /usr/ports/security/rhash/work/stage/usr/local/lib/librhash.so install -d /usr/ports/security/rhash/work/stage/usr/local/libdata/pkgconfig install -m 644 dist/librhash.pc /usr/ports/security/rhash/work/stage/usr/local/libdata/pkgconfig/ for f in po/ca.po po/de.po po/en_AU.po po/es.po po/fr.po po/gl.po po/it.po po/ro.po po/ru.po po/uk.po; do g=`basename $f .po`; msgfmt -o po/$g.gmo $f; done ld-elf.so.1: Shared object "libncurses.so.8" not found, required by "libtextstyle.so.0" *** Error code 1 Stop. make[2]: stopped in /usr/ports/security/rhash/work/RHash-1.3.9 *** Error code 1 Stop. make[1]: stopped in /usr/ports/security/rhash *** Error code 1
13-CURRENT ships libncurses.so.9: ---- r358164 | bapt | 2020-02-20 10:12:07 +0100 (Thu, 20 Feb 2020) | 9 lines ncurses: bump shlib number to version 9 ---- Have you tried to rebuild devel/libtextstyle first? Does not look like a powerpc/port issue!
(In reply to Herbert J. Skuhra from comment #1) Hi, sorry, my bad, rebuilding libtextstyle has fixed it! I thought I had rebuilt all ports post the ncurses update in current... clearly not! Regards