Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 858221

Summary: app-text/podofo-0.9.7 fails to compile: StringHelper.h:25:9: error: no match for operator<< (operand types are CppUnit::OStringStream {aka std::__cxx11::basic_ostringstream<char>} and const PoDoFo::PdfString)
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Zac Medico <zmedico>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2022-07-15 17:00:25 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-07-15 17:00:27 UTC
Created attachment 791561 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-07-15 17:00:28 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


-- Could NOT find LIBIDN (missing: LIBIDN_LIBRARY LIBIDN_INCLUDE_DIR) 
FAILED: test/unit/CMakeFiles/podofo-test.dir/StringTest.cpp.o 
/usr/include/cppunit/tools/StringHelper.h:25:9: error: no match for ‘operator<<’ (operand types are ‘CppUnit::OStringStream’ {aka ‘std::__cxx11::basic_ostringstream<char>’} and ‘const PoDoFo::PdfString’)
Comment 3 Andreas Sturmlechner gentoo-dev 2022-12-25 21:58:54 UTC
Likely fixed by fix for bug 877443.