Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 518544 - dev-libs/boost-1.52.0-r7 - libs/locale/src/icu/formatter.cpp:61:43: error: call of overloaded ‘format(boost::int64_t&, icu::UnicodeString&)’ is ambiguous
Summary: dev-libs/boost-1.52.0-r7 - libs/locale/src/icu/formatter.cpp:61:43: error: ca...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: C++ Team [disbanded]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 518488
  Show dependency tree
 
Reported: 2014-07-29 23:55 UTC by Luis Ferreira
Modified: 2014-09-10 06:10 UTC (History)
6 users (show)

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


Attachments
emerge --info '=dev-libs/boost-1.52.0-r7::gentoo' (file_518544.txt,298.53 KB, text/plain)
2014-07-29 23:55 UTC, Luis Ferreira
Details
build.log (build.log,270.94 KB, text/plain)
2014-07-30 00:17 UTC, George L. Emigh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Luis Ferreira 2014-07-29 23:55:08 UTC
Created attachment 381852 [details]
emerge --info '=dev-libs/boost-1.52.0-r7::gentoo'

Building of Boost libraries failed.
Comment 1 George L. Emigh 2014-07-30 00:17:00 UTC
Created attachment 381856 [details]
build.log
Comment 2 George L. Emigh 2014-07-30 00:17:56 UTC
The error:

libs/locale/src/icu/formatter.cpp:61:43: error: call of overloaded ‘format(boost::int64_t&, icu::UnicodeString&)’ is ambiguous
Comment 3 Rafał Mużyło 2014-07-30 00:46:08 UTC
(In reply to George L. Emigh from comment #2)
> The error:
> 
> libs/locale/src/icu/formatter.cpp:61:43: error: call of overloaded
> ‘format(boost::int64_t&, icu::UnicodeString&)’ is ambiguous

Given that, the follow-up question is: which version of dev-libs/icu is installed ?
Comment 4 Igal Baevsky 2014-07-30 02:45:53 UTC
Same issue here with: dev-libs/icu-52.1:0/52
Comment 5 Alexander Stein 2014-07-30 06:16:58 UTC
duplicate of Bug #507780?
Comment 6 Myckel Habets 2014-07-30 07:08:49 UTC
(In reply to Igal Baevsky from comment #4)
> Same issue here with: dev-libs/icu-52.1:0/52

Same here. 

[ebuild     U  ] dev-libs/boost-1.52.0-r7:0/1.52 [1.52.0-r6:0/1.52] USE="icu nls python threads -debug -doc -mpi -static-libs -tools" PYTHON_TARGETS="python2_7 python3_2 python3_3 (-python2_6%)"
Comment 7 Luis Ferreira 2014-07-30 07:26:57 UTC
(In reply to Rafał Mużyło from comment #3)
> (In reply to George L. Emigh from comment #2)
> > The error:
> > 
> > libs/locale/src/icu/formatter.cpp:61:43: error: call of overloaded
> > ‘format(boost::int64_t&, icu::UnicodeString&)’ is ambiguous
> 
> Given that, the follow-up question is: which version of dev-libs/icu is
> installed ?

[I] dev-libs/icu
     Available versions:  51.2-r1(0/51.2) 51.2-r2(0/51.2) 52.1(0/52) {debug doc examples static-libs ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" ABI_S390="32 64" ABI_X86="32 64 x32"}
     Installed versions:  52.1(16:40:05 08-06-2014)(-debug -doc -examples -static-libs ABI_MIPS="-n32 -n64 -o32" ABI_X86="64 -32 -x32")
     Homepage:            http://www.icu-project.org/
     Description:         International Components for Unicode
Comment 8 Balazs Nemeth 2014-07-30 08:45:56 UTC
(In reply to Alexander Stein from comment #5)
> duplicate of Bug #507780?

probably, the patch from https://bugs.gentoo.org/show_bug.cgi?id=507780#c2
solved it for me
Comment 9 Paolo Pedroni 2014-07-30 10:03:00 UTC
(In reply to Balazs Nemeth from comment #8)
> (In reply to Alexander Stein from comment #5)
> > duplicate of Bug #507780?
> 
> probably, the patch from https://bugs.gentoo.org/show_bug.cgi?id=507780#c2
> solved it for me

Same for me.
Comment 10 Till Schäfer 2014-07-30 11:29:08 UTC
same here ...
Comment 11 Randall Wald 2014-07-30 15:07:52 UTC
I'm hitting this bug too (also with dev-libs/boost-1.52.0-r7 and dev-libs/icu-52.1), but I'm wondering if my recent upgrade to sys-libs/glibc-2.19-r1 (from sys-libs/glibc-2.17) might also be involved: the recommended patch was for a problem with sys-libs/glibc-2.18 compatibility. If so, now that sys-libs/glibc-2.19-r1 has been fully unmasked, more and more people are going to run into this bug...perhaps the patch should be updated and included in a new revbump of boost.
Comment 12 jackieku 2014-07-30 15:32:17 UTC
Same here. (amd64)
Comment 13 Julian Ospald 2014-07-30 15:53:22 UTC
+  30 Jul 2014; Julian Ospald <hasufell@gentoo.org> boost-1.52.0-r7.ebuild:
+  backport glibc-2.18 patch to stable candidate wrt #518544
Comment 14 Paul Osmialowski 2014-09-10 06:10:23 UTC
see comment to Bug 522422 as I experienced the same problem.