Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=926494
Bug ID: 926494 Summary: scim-chewing: Does not support aarch64 in f19 and rawhide Product: Fedora Version: rawhide Component: scim-chewing Severity: unspecified Priority: unspecified Assignee: dchen@redhat.com Reporter: dennis@ausil.us QA Contact: extras-qa@fedoraproject.org CC: dchen@redhat.com, i18n-bugs@lists.fedoraproject.org Blocks: 922257 (ARM64)
Support for the ARM 64 bit CPU architecture (aarch64) was introduced in autoconf 2.69. scim-chewing appears to use an earlier version of autoconf, preventing its being built. This can be fixed in of three ways (In order of preference):
1. Work with upstream to migrate the package to autoconf 2.69.
2. Rerun autoconf or autoreconf in %prep or %build prior to running configure.
3. Apply the patch at http://ausil.fedorapeople.org/aarch64/scim-chewing/scim-chewing-aarch64.patc... which updates config.guess and config.sub to recognize aarch64.