On Fri, Jan 31, 2020 at 04:32:15PM +0100, Alejandro Álvarez Ayllón wrote:
> I am on the process of creating a new package, and making sure it builds
> smoothly on Fedora.
> However, even if it compiles successfully in ppc64le, the %check command
> fails with this error:
> 
> /builddir/build/BUILDROOT/sourcextractor++-0.8-1.fc31.ppc64le//usr/bin/sourcextractor++:
> error while loading shared libraries: libSEMain.so.0.8: ELF load command
> alignment not page-aligned

I guess you want to look at readelf -Wa libSEMain.so.0.8 and if some LOAD
segment is not 64KB aligned find out why it got there (broken linker script,
linker bug, whatever else).

        Jakub
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to