https://bugzilla.redhat.com/show_bug.cgi?id=2119494



--- Comment #16 from Stansoft <[email protected]> ---
It looks like the problem with building on aarch64 is that
etc/config/config.guess and etc/config/config.sub are too old. I updated them
by running  automake --add-missing --copy --force-missing which updated both
files, however it would no longer build on x86_64 then because config.guess
returned x86_64-pc-linux-gnu and the old version returned
x86_64-unknown-linux-gnu. This required building with

./configure --build=x86_64-unknown-linux-gnu

I reverted back to the original config.guess and config.sub and added this to
the spec

./configure --disable-prefix-check \
            --prefix=%{buildroot}%{_libdir}/%{name} \
            %ifarch %{arm} aarch64
            --build=aarch64-unknown-linux-gnu
            %endif

I'm not sure if this is the proper way of doing this as it does not build.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2119494
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to