pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/59670 (mysql80-server from 2025Q3 does not compile on NetBSD-11)



jnemeth@ told me to try again with PKG_DEVELOPER=yes and there are
post-build errors:

=> Checking for missing run-time search paths in mysql-server-8.0.40nb7
ERROR: bin/mysqlxtest: missing library: libprotobuf.so.24.4.0
ERROR: lib/mysql/plugin/group_replication.so: missing library: libprotobuf-lite.so.24.4.0
ERROR: sbin/mysqld: missing library: libprotobuf-lite.so.24.4.0
*** Error code 1

The fix suggested by Taylor on irc was:
(16:59) < Riastradh> jnemeth, htodd: likely needs some rpath
(17:00) < Riastradh> LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/private


Home | Main Index | Thread Index | Old Index