Gentoo Archives: gentoo-alt

From: "AleiPhoenix (A.K.A Areverie)" <aleiphoenix@×××××.com>
To: gentoo-alt <gentoo-alt@l.g.o>
Subject: [gentoo-alt] eix 0.28.2 failed to compile on Mac OS X 10.8
Date: Tue, 26 Feb 2013 23:52:22
Message-Id: CAPTGtd73tmDE3Tq7midNMVoy4iFQd0bdaCvYvQ4SLF9aD+5qMQ@mail.gmail.com
1 Hi, all
2
3 I haven't sync or updated for about much time.
4
5 When I tried today, I've encountered eix 0.28.2 failing to compile.
6
7 It complains about something like
8
9
10 /Users/aleiphoenix/Gentoo/usr/lib/gcc/x86_64-apple-darwin12/4.2.1/include/g++-v4/bits/stl_map.h:
11 In member function '_Tp& std::map<_Key, _Tp, _Compare,
12 _Alloc>::operator[](const _Key&) [with _Key = std::basic_string<char,
13 std::char_traits<char>, std::allocator<char> >, _Tp = OutputString,
14 _Compare = std::less<std::basic_string<char, std::char_traits<char>,
15 std::allocator<char> > >, _Alloc = std::allocator<std::pair<const
16 std::basic_string<char, std::char_traits<char>, std::allocator<char>
17 >, OutputString> >]':
18 output/formatstring.cc:385: instantiated from here
19 /Users/aleiphoenix/Gentoo/usr/lib/gcc/x86_64-apple-darwin12/4.2.1/include/g++-v4/bits/stl_map.h:350:
20 error: no matching function for call to
21 'OutputString::OutputString(OutputString)'
22 make[2]: *** [output/formatstring.o] Error 1
23 make[2]: *** Waiting for unfinished jobs....
24 /Users/aleiphoenix/Gentoo/usr/lib/gcc/x86_64-apple-darwin12/4.2.1/include/g++-v4/bits/stl_map.h:
25 In member function '_Tp& std::map<_Key, _Tp, _Compare,
26 _Alloc>::operator[](const _Key&) [with _Key = std::basic_string<char,
27 std::char_traits<char>, std::allocator<char> >, _Tp = OutputString,
28 _Compare = std::less<std::basic_string<char, std::char_traits<char>,
29 std::allocator<char> > >, _Alloc = std::allocator<std::pair<const
30 std::basic_string<char, std::char_traits<char>, std::allocator<char>
31 >, OutputString> >]':
32 output/formatstring-print.cc:97: instantiated from here
33 /Users/aleiphoenix/Gentoo/usr/lib/gcc/x86_64-apple-darwin12/4.2.1/include/g++-v4/bits/stl_map.h:350:
34 error: no matching function for call to
35 'OutputString::OutputString(OutputString)'
36
37 make[2]: *** [output/formatstring-print.o] Error 1
38
39 I've add some more detailed info on gist[1]
40
41 Anyone could help me out?
42
43 Thanks
44
45
46 [1]: https://gist.github.com/aleiphoenix/5043468
47
48 --
49 Silence is golden.
50
51 twitter: @areverie
52 wikipedia: AleiPhoenix
53 blog: weblog.areverie.org
54 wiki: wiki.areverie.org

Replies

Subject Author
Re: [gentoo-alt] eix 0.28.2 failed to compile on Mac OS X 10.8 Christoph Junghans <ottxor@g.o>