Bug 1220294

Summary: Disable SSE on all affected architectures
Product: [Fedora] Fedora Reporter: Marcin Juszkiewicz <mjuszkie>
Component: lv2-fablaAssignee: Brendan Jones <brendan.jones.it>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: brendan.jones.it, jcajka
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-11-27 11:38:23 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: 467765, 1071880, 922257, 1051573    
Attachments:
Description Flags
spec change none

Description Marcin Juszkiewicz 2015-05-11 08:53:18 UTC
Created attachment 1024133 [details]
spec change

Description of problem:

lv2-fabla code has SSE hardcoded in cmake files. Spec removes that for ARM architecture. But there are other archs too...

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

1.3-0.1.20150303gitcfbd4b3.fc23

How reproducible:

always

Steps to Reproduce:
1. do build on any secondary arch (arm-koji, ppc-koji, s390-koji)

Actual results:

fail

Expected results:

builds

Additional info:

Comment 1 Marcin Juszkiewicz 2015-05-11 08:54:36 UTC
Same change is needed for lv2-artyfx-plugins

Comment 2 Jan Kurik 2015-07-15 14:10:35 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 23 development cycle.
Changing version to '23'.

(As we did not run this process for some time, it could affect also pre-Fedora 23 development
cycle bugs. We are very sorry. It will help us with cleanup during Fedora 23 End Of Life. Thank you.)

More information and reason for this action is here:
https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora23

Comment 3 Marcin Juszkiewicz 2015-07-19 20:24:13 UTC
Package is still broken on secondary architectures as it still assumes that all architectures other than ARM (32-bit) can handle SSE instructions.

Please take a look at proposed changes again and remove use of SSE for all architectures EXCEPT x86(-64) ones.

Comment 4 Marcin Juszkiewicz 2015-11-27 11:38:23 UTC
pushed fixes to rawhide