Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=925289
Bug ID: 925289 Summary: eb: Does not support aarch64 in f19 and rawhide Product: Fedora Version: rawhide Component: eb Severity: unspecified Priority: unspecified Assignee: petersen@redhat.com Reporter: dennis@ausil.us QA Contact: extras-qa@fedoraproject.org CC: i18n-bugs@lists.fedoraproject.org, petersen@redhat.com Blocks: 922257 (ARM64)
Support for the ARM 64 bit CPU architecture (aarch64) was introduced in autoconf 2.69. eb 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/eb/eb-aarch64.patch which updates config.guess and config.sub to recognize aarch64.
https://bugzilla.redhat.com/show_bug.cgi?id=925289
Jens Petersen petersen@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Fixed In Version| |eb-4.4.1-9.fc20 Resolution|--- |RAWHIDE Last Closed| |2013-09-02 23:48:39
--- Comment #1 from Jens Petersen petersen@redhat.com --- Should be fixed in eb-4.4.1-9.fc21 and eb-4.4.3-1.fc20 with autoconf.
i18n-bugs@lists.fedoraproject.org