https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-db/myodbc-8.0.22 installs files with broken symlink. Discovered on: amd64 (internal ref: ci)
Created attachment 667598 [details] build.log build log and emerge --info
On my computer it installs a whole host of libraries it has no business installing. It seems to make a local "/usr/lib64/myodbc-8.0/private/" directory that it then copies or symlinks in most of the libraries on the system. This means it has to rebuild almost anytime I update a different library.
This bug and bug 750500 and bug 750497 are caused by > -DMYSQLCLIENT_STATIC_LINKING=1 which we need to avoid > * QA Notice: Unresolved soname dependencies: > * > * /usr/bin/myodbc-installer-8.0: libmysql_strings.so libmysql_sys.so > * /usr/lib64/myodbc-8.0/libmyodbc8a.so: libmysql_strings.so libmysql_sys.so > * /usr/lib64/myodbc-8.0/libmyodbc8w.so: libmysql_strings.so libmysql_sys.so I'll remove the private folder but I don't know if this will break myodbc.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b12fb32508bb5c981319ca7f3bd5bafae469d747 commit b12fb32508bb5c981319ca7f3bd5bafae469d747 Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2021-01-21 22:24:57 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2021-01-21 22:32:14 +0000 dev-db/myodbc: don't install bundled files Closes: https://bugs.gentoo.org/750506 Closes: https://bugs.gentoo.org/750500 Closes: https://bugs.gentoo.org/750497 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> dev-db/myodbc/myodbc-8.0.23.ebuild | 3 +++ 1 file changed, 3 insertions(+)