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
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
> 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) &
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
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.
5 matches
Mail list logo