#47344 389-dsgw: Does not support aarch64 in f19 and rawhide
Closed: wontfix None Opened 10 years ago by nkinder.

Ticket was cloned from Red Hat Bugzilla (product Fedora): Bug 924959

Support for the ARM 64 bit CPU architecture (aarch64) was introduced in
autoconf 2.69.  389-dsgw 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/389-dsgw/389-dsgw-aarch64.patch
which updates config.guess and config.sub to recognize aarch64.

Fix description: Reran autoconf (autoconf-2.69-3.fc18.noarch) on Fedora 18.

$ egrep aarch config.
config.guess: aarch64:Linux:
:)
config.guess: aarch64_be:Linux:
:)
config.guess: UNAME_MACHINE=aarch64_be
config.sub: | aarch64 | aarch64_be \
config.sub: | aarch64-
| aarch64_be-* \

Pushed to master: commit 8a5fc40dc277bfd99a82dacab5bc23a133a56c07

Metadata Update from @nhosoi:
- Issue set to the milestone: 389-dsgw 1.1.11

7 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/681

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: Fixed)

3 years ago

Login to comment on this ticket.

Metadata