Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 834129 - app-text/podofo-0.9.7 fails to compile: CMake Error: The following variables are used in this project, but they are set to NOTFOUND CPPUNIT_LIBRARIES (ADVANCED)
Summary: app-text/podofo-0.9.7 fails to compile: CMake Error: The following variables ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-26 22:43 UTC by Agostino Sarubbo
Modified: 2022-02-27 16:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,46.65 KB, text/plain)
2022-02-26 22:43 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-02-26 22:43:07 UTC
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)
Comment 1 Agostino Sarubbo gentoo-dev 2022-02-26 22:43:09 UTC
Created attachment 765899 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-02-26 22:43:10 UTC
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)
Comment 3 Larry the Git Cow gentoo-dev 2022-02-27 16:51:09 UTC
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(-)
Comment 4 Larry the Git Cow gentoo-dev 2022-02-27 16:57:10 UTC
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(-)