Bug 245831 - security/rhash
Summary: security/rhash
Status: Closed Not A Bug
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: powerpc Any
: --- Affects Only Me
Assignee: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-22 19:19 UTC by Francis Little
Modified: 2020-04-23 08:48 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (danfe)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Francis Little 2020-04-22 19:19:17 UTC
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
Comment 1 Herbert J. Skuhra 2020-04-22 19:37:04 UTC
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!
Comment 2 Francis Little 2020-04-22 19:46:59 UTC
(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