Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 947796 - dev-cpp/lucene++-3.0.7-r3 fails to compile: variant_io.hpp:57:14: error: no match for operator<< (operand types are std::basic_ostream<wchar_t> and const boost::shared_ptr<Lucene::Reader>)
Summary: dev-cpp/lucene++-3.0.7-r3 fails to compile: variant_io.hpp:57:14: error: no m...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2025-01-10 07:57 UTC by Agostino Sarubbo
Modified: 2025-01-13 18:05 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,263.70 KB, text/plain)
2025-01-10 07:57 UTC, Agostino Sarubbo
Details
a patch that make lucene++-3.0.7 at least compiles. not tested. (lucene++-3.0.7-fix-build-error.patch,8.62 KB, patch)
2025-01-13 12:58 UTC, microcai
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2025-01-10 07:57:56 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-cpp/lucene++-3.0.7-r3 fails to compile.
Discovered on: x86 (internal ref: tinderbox_x86)
System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2025-01-10 07:57:58 UTC
Created attachment 916211 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2025-01-10 07:57:58 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED: src/core/CMakeFiles/lucene++.dir/document/NumericField.cpp.o 
/usr/include/boost/variant/detail/variant_io.hpp:57:14: error: no match for ‘operator<<’ (operand types are ‘std::basic_ostream<wchar_t>’ and ‘const boost::shared_ptr<Lucene::Reader>’)
Comment 3 microcai 2025-01-13 12:58:56 UTC
Created attachment 916429 [details, diff]
a patch that make lucene++-3.0.7 at least compiles. not tested.

not unit tested. just make it compile success full.