Hi Frédéric On Thu, 10 Sep 2020 at 11:27, Frédéric Bonnard <fre...@debian.org> wrote: > So I just built without pie nor -gw and -gs removal and everything > builds and runs fine. > So my workaround is that one : > https://salsa.debian.org/pascal-team/lazarus/-/merge_requests/2
I tried building lazarus with your patch on ppc64el in Ubuntu, but it failed with the following: Compiling basecontentprovider.pas Assembling basecontentprovider lib/powerpc64-linux/basecontentprovider.s: Assembler messages: lib/powerpc64-linux/basecontentprovider.s:1096: Error: can't resolve `.text.n_basecontentprovider_$$_registercontentprovider$ansistring$tbasecontentproviderclass$$boolean' {.text.n_basecontentprovider_$$_registercontentprovider$ansistring$tbasecontentproviderclass$$boolean section} - `.BASECONTENTPROVIDER_$$_REGISTERCONTENTPROVIDER$ANSISTRING$TBASECONTENTPROVIDERCLASS$$BOOLEAN' {*UND* section} ... many similar errors ... lib/powerpc64-linux/basecontentprovider.s:2099: Error: can't resolve `.text.n_basecontentprovider_$$_finalize$' {.text.n_basecontentprovider_$$_finalize$ section} - `.BASECONTENTPROVIDER_$$_finalize$' {*UND* section} basecontentprovider.pas(153) Error: Error while assembling exitcode 1 basecontentprovider.pas(153) Fatal: There were 2 errors compiling module, stopping Fatal: Compilation aborted I then tried on plummer.debian.org and got the same result. Did you see anything similar? Regards Graham