Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 925029
Summary: | arts: Does not support aarch64 in f19 and rawhide | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dennis Gilmore <dennis> |
Component: | arts | Assignee: | Kevin Kofler <kevin> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | kevin, pbrobinson, rdieter, smparrish, than |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-04-01 17:07:13 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Bug Depends On: | |||
Bug Blocks: | 922257 |
Description
Dennis Gilmore
2013-03-23 00:03:44 UTC
arts.spec already runs: make -f admin/Makefile.common cvs which reruns autoconf. Running "autoreconf -vif" creates the appropriate bits in admin/config.guess (grep aarch64 admin/config.guess) but the script does not. Unfortunately, autoreconf is not a good solution for KDE 3 stuff because it does not collect the configure.in.in files from the subdirectories and generate the global configure.in from that, only make cvs does that. And there's also some post-processing being applied to the Makefile.in files after running automake. We already have a patch which adds --add-missing to the automake invocation, I think we need to also add --force-missing. This should be fixed in arts-1.5.10-22.fc20: http://pkgs.fedoraproject.org/cgit/arts.git/commit/?id=a906de98e9b3c8389eed3aab40f02332c459c5c4 http://koji.fedoraproject.org/koji/buildinfo?buildID=406528 Does this work now? (If yes, I'll also build this for F19 and also apply the fix to kdewebdev (and all the other KDE 3 packages, for consistency).) Assuming this works now. (automake --add-missing --copy --force-missing definitely does replace config.guess and config.sub with updated versions in my tests.) Also building for F19 now to make the Alpha Freeze. Closing. |