[Pkg-pascal-devel] Bug#793991: Update on bug#793991: lazarus: armel and armhf builds stall
Graham Inggs
graham at nerve.org.za
Wed Sep 2 12:38:42 UTC 2015
On 02/09/2015 12:57, Graham Inggs wrote:
> Good catch. On my ARM machine I am building lazarus with 'debuild -b
> -us -uc'.
Sorry, I meant 'debuild -B -us -uc'.
>
> Do you have any ideas what flags might be different, or anything I can
> try on my hardware?
>
Confirming the LDFLAGS issue now.
After commenting out the line from debian/rules:
LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS | sed -e 's/-Wl,//g' -e
's/,/ /g')
and the two places at the end of the file where LDFLAGS is used:
echo '-k${LDFLAGS}' >> $@
I was able to build lazarus 1.4.2, install it and build ddrescueview
without stalling.
On my system, dpkg-buildflags --get LDFLAGS | sed -e 's/-Wl,//g' -e
's/,/ /g' evaluates to:
-Bsymbolic-functions -z relro
More information about the Pkg-pascal-devel
mailing list