2016-03-28 7:25 GMT+03:00 Michele Calgaro michele.calgaro@yahoo.it:
On 03/26/2016 09:57 PM, Fat-Zer wrote: Hi Alex, I just made a new build of tdelibs (commit 491c2e4, same as your log) in Debian Stretch and had no issue. Attached the log file for reference.
As I noted above the build failure is triggered by "-fkeep-inline-functions", so you won't see it unless you turn off your pretty release flags and add this. I generally use this configurations for debug, but mostly for small projects. As it reveals now most complicated sets of interlinked libraries with lots of inlines (like Qt4 and kdelibs) are end up with FTBFS in such cases, so you may consider this a false alarm... Particularly this FTBFS is caused by a bit sloppy inclusion of tdeui headers to tdelibs, but this will be a bit hard one to workaround, so nevermind...
At a very first sight, it looks like there is some kind of order difference in the building. "Linking CXX shared library libtdecore.so" is reported at 42% on your log and 14% on mine.
Sure it is, I've build with make -j5...