https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-text/podofo-0.9.7 fails to compile. Discovered on: amd64 (internal ref: ci)
Created attachment 765899 [details] build.log build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: CMake Error: The following variables are used in this project, but they are set to NOTFOUND. -- Could NOT find LIBIDN (missing: LIBIDN_LIBRARY LIBIDN_INCLUDE_DIR)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=868163a094d61d8c6f6a4b8ce4aed2e5480d4188 commit 868163a094d61d8c6f6a4b8ce4aed2e5480d4188 Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2022-02-27 16:50:14 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2022-02-27 16:51:04 +0000 app-text/podofo: Add missing deps for bug 834129 Closes: https://bugs.gentoo.org/834129 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org> app-text/podofo/podofo-0.9.7.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed742fb850063b9bf6c3c4a72226bfe828f4d26f commit ed742fb850063b9bf6c3c4a72226bfe828f4d26f Author: Sam James <sam@gentoo.org> AuthorDate: 2022-02-27 16:56:03 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-02-27 16:56:03 +0000 app-text/podofo: make cppunit conditional - Make cppunit conditional (already got a sed for this). Despite the RESTRICT, tests were going to get built, just not run, so need it there anyway. - Drop libidn from DEPEND (USE=idn not on, so just a harmless warning from CMake), don't think it's needed unconditionally Bug: https://bugs.gentoo.org/834129 Signed-off-by: Sam James <sam@gentoo.org> app-text/podofo/podofo-0.9.7.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)