Closed Bug 1133438 Opened 10 years ago Closed 9 years ago

(gcc 5.0) Build error when building with --enable-stdcxx-compat

Categories

(Firefox Build System :: General, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1153109

People

(Reporter: c, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:35.0) Gecko/20100101 Firefox/35.0
Build ID: 20150215234726

Steps to reproduce:

gcc-5.0.0-0.13.fc23.x86_64 libstdc++-5.0.0-0.13.fc23.x86_64

 0:06.45/media/data/develop/mozilla/central/build/unix/stdc++compat/stdc++compat.cpp:49:86:error: no member function ‘_S_construct_aux_2’ declared in ‘std::__cxx11::basic_string<char>’
 0:06.45 template char *string::_S_construct_aux_2(size_type, char, allocator<char> const&);
 0:06.45 ^
 0:06.45 /media/data/develop/mozilla/central/build/unix/stdc++compat/stdc++compat.cpp:51:96:error: no member function ‘_S_construct_aux_2’ declared in ‘std::__cxx11::basic_string<wchar_t>’
 0:06.45 template wchar_t *wstring::_S_construct_aux_2(size_type, wchar_t, allocator<wchar_t> const&);

when built without --enable-stdcxx-compat, firefox require GLIBCXX_3.4.21
OS: Windows 8.1 → Linux
Hardware: x86 → x86_64
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.