Created attachment 371438 [details, diff] libdbi-drivers-lib.patch On a system with a profile where /usr/lib does not contain native libraries, building libdbi-drivers fails as it cannot find libdbi (it seems to only look in /usr/lib). A fix is to add the following line to the econf line: --with-dbi-libdir=/usr/$(get_libdir) \ Also attaching a patch for easy application (to version 0.9.0).
Ran into this on my 17.1 profile stable amd64 test system. The patch fixes the issue.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baf686a780fa602bc4affee7168c76310f6fbb32 commit baf686a780fa602bc4affee7168c76310f6fbb32 Author: Georgi Georgiev <chutz+bugs.gentoo.org@gg3.net> AuthorDate: 2018-01-28 17:29:35 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2018-01-28 17:38:10 +0000 dev-db/libdbi-drivers: fix configure for 17.1 profiles (bug 503064) Closes: https://bugs.gentoo.org/503064 Package-Manager: Portage-2.3.20, Repoman-2.3.6 dev-db/libdbi-drivers/libdbi-drivers-0.9.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)