Re: prepare to fix build failures with new GCC versions

2011-02-28 Thread Jakub Wilk
* Raphael Hertzog , 2011-02-28, 16:01: symbols which should not be used can either be not listed in the symbols file (and be auto-added at build time with a strict dependency on the latest version) or be referenced in the symbols file but with an alternate dependency (either one that is unsolva

Re: prepare to fix build failures with new GCC versions

2011-02-28 Thread Raphael Hertzog
On Mon, 28 Feb 2011, Matthias Klose wrote: > On 28.02.2011 08:02, Raphael Hertzog wrote: > > Well, if the mangling changed it means binaries linked against old > > libraries will no longer work so it's rather good that the symbols files > > doesn't match any more because you have to bump the mimimu

Re: prepare to fix build failures with new GCC versions

2011-02-28 Thread Matthias Klose
On 28.02.2011 08:02, Raphael Hertzog wrote: > On Sun, 27 Feb 2011, Matthias Klose wrote: >> Unreflected usage of symbols files for C++ libraries >> - >> >> These seem to be limited to Qt and KDE related libraries. >> >> Apparently g++-4.4 did emi

Re: prepare to fix build failures with new GCC versions

2011-02-27 Thread Raphael Hertzog
On Sun, 27 Feb 2011, Matthias Klose wrote: > Unreflected usage of symbols files for C++ libraries > - > > These seem to be limited to Qt and KDE related libraries. > > Apparently g++-4.4 did emit references to symbols defined in header files of