Bug 1159904

Summary: Lack of AArch64 and ppc64le in wx-config
Product: [Fedora] Fedora Reporter: Marcin Juszkiewicz <mjuszkie>
Component: wxGTK3Assignee: Jeremy Newton <alexjnewt>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: alexjnewt, pbrobinson
Target Milestone: ---   
Target Release: ---   
Hardware: aarch64   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-11-04 00:19:57 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 922257, 1051573    
Attachments:
Description Flags
patch + spec changeset none

Description Marcin Juszkiewicz 2014-11-03 15:01:00 UTC
Created attachment 953147 [details]
patch + spec changeset

Description of problem:

wx-config has hardcoded list of architectures. And this list is not complete - there is no aarch64 nor ppc64le there.

Version-Release number of selected component (if applicable):

3.0.1-4

How reproducible:

always

Steps to Reproduce:
1. build filezilla

Actual results:

checking for wxWidgets version >= 3.0.1 (--unicode=yes --universal=no)... ./configure: line 16131: test: too many arguments
./configure: line 16134: test: too many arguments
no (version Unsupported architecture 'aarch64' is not new enough)
configure: error: 
    The requested wxWidgets build couldn't be found.

Expected results:

Packages depending on wxGTK3 builds.

Additional info:

Comment 1 Jeremy Newton 2014-11-04 05:20:01 UTC
Thanks for the patch!