On 11/14/12 9:09 PM, Diego Elio Pettenò wrote: > On 14/11/2012 21:02, "Paweł Hajdan, Jr." wrote: >> My _limited_ testing seems to indicate it's "working". But if you >> people can just do your tests, that would be most welcome. Please >> report back either success or failure. > > What kind of testing are you thinking of? Execution or build? Build. But also possibly the upgrade paths, e.g. make sure the ABI is not changed on gcc upgrade to 4.7 and similar cases (well actually ABI change with an SONAME change is fine; it's mostly changing ABI without changing SONAME which is a very bad thing). > And I assume this is still under the idea that C++11 support is kept > _disabled_ for now. -r1 disables C++11 completely, while -r2 just allows reverse dependencies of icu not to support C++11, while possibly making icu use C++11 features internally (I was asked by an upstream icu developer to test that; if this still causes problems, we should report them to him). > Anyway I'll run an icu tinderbox soon as the current one is done > (libav-9). Sounds good!