Bug#777983: [Pkg-bitcoin-devel] Bug#777983: Different problem in 0.10.2.2

2015-07-26 Thread Dmitry Smirnov
Hi Lisandro, Matthias, Thanks for your feedback. On Sunday 26 July 2015 10:57:21 Lisandro Damián Nicanor Pérez Meyer wrote: > looks like you can't use -fPIE? but yes, -fPIC is missing. I tried building "litecoin" with "-fPIC" but I did not realise that litecoin uses its own hardening that overr

Bug#777983: Different problem in 0.10.2.2

2015-07-26 Thread Lisandro Damián Nicanor Pérez Meyer
On Sunday 26 July 2015 12:45:58 Matthias Klose wrote: [snip] > looks like you can't use -fPIE? but yes, -fPIC is missing. It seems that yes, when -Bsymbolics-functions is used -fPIC is needed in order to avoid copy relocations bugs. Seems that all this time we got away with an unspecified behav

Bug#777983: Different problem in 0.10.2.2

2015-07-26 Thread Matthias Klose
> Which is the case since 5.4.2 reached unstable on june 22. What that message > is telling you is that you need to build litecoin with -fPIC. #if !defined(QT_BOOTSTRAPPED) && defined(QT_REDUCE_RELOCATIONS) && defined(__ELF__) && \ (!defined(__PIC__) || (defined(__PIE__) && defined(Q_CC_GNU) &

Bug#777983: Different problem in 0.10.2.2

2015-07-24 Thread Lisandro Damián Nicanor Pérez Meyer
On Saturday 11 July 2015 12:38:47 Dmitry Smirnov wrote: [snip] > Looks like "qtbase-opensource-src" needs to be re-built with "-fPIC"... Which is the case since 5.4.2 reached unstable on june 22. What that message is telling you is that you need to build litecoin with -fPIC. Also please CC the m

Bug#777983: Different problem in 0.10.2.2

2015-07-10 Thread Dmitry Smirnov
Litecoin 0.10.2.2 FTBFS in a different way with GCC-5: In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qnamespace.h:37:0, from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs.h:41, from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.