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 1217098

Summary: cppmyth ftbfs on aarch64
Product: [Fedora] Fedora Reporter: Marcin Juszkiewicz <mjuszkie>
Component: cppmythAssignee: Mohamed El Morabity <pikachu.2014>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: pikachu.2014
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: 2015-06-01 16:30:30 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    
Attachments:
Description Flags
spec+patch none

Description Marcin Juszkiewicz 2015-04-29 14:32:09 UTC
Created attachment 1020209 [details]
spec+patch

Description of problem:

cppmyth code assumes that ARMv8 is able to handle ARMv7 asm code but it is not.

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

1.1.10-2

How reproducible:

always

Steps to Reproduce:
1. build on aarch64 (arm-koji)

Actual results:

{standard input}: Assembler messages:
{standard input}:1380: Error: unknown mnemonic `ldrex' -- `ldrex x2,[x0]'
{standard input}:1382: Error: unknown mnemonic `strex' -- `strex r1,x2,[x0]'
{standard input}:1383: Error: operand 1 should be an integer or stack pointer register -- `cmp r1,#0'

Expected results:

package builds

Additional info:

Comment 1 Marcin Juszkiewicz 2015-06-01 16:30:30 UTC
fix pushed