Bug 1323473

Summary: Missing ppc64le build in EPEL 7
Product: [Fedora] Fedora EPEL Reporter: Mattias Ellert <mattias.ellert>
Component: OCEAssignee: Richard Shaw <hobbes1069>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: epel7CC: cz172638, hobbes1069
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-04-11 18:46:52 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: 1197165    

Description Mattias Ellert 2016-04-03 12:04:48 UTC
Description of problem:

When trying to build packages that depend on OCE-devel for EPEL 7 in koji it fails:

DEBUG util.py:417:   --> graphviz-2.30.1-19.el7.ppc64le
DEBUG util.py:417:   --> redhat-lsb-core-4.1-27.el7.ppc64le
DEBUG util.py:417:   --> gnu-free-sans-fonts-20120503-8.el7.noarch
DEBUG util.py:417:   --> gnu-free-serif-fonts-20120503-8.el7.noarch
DEBUG util.py:417:   --> gnu-free-mono-fonts-20120503-8.el7.noarch
DEBUG util.py:417:   --> urw-fonts-2.4-16.el7.noarch
DEBUG util.py:417:  Error: No Package found for OCE-devel
DEBUG util.py:542:  Child return code was: 1
DEBUG util.py:176:  kill orphans

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

OCE-0.15-3.el7.1

How reproducible:

Always

Steps to Reproduce:
1. Build a package for EPEL 7 in koji that depends on OCE

Actual results:

DEBUG util.py:417:  Error: No Package found for OCE-devel

Expected results:

Like for x86_64 and ppc64 - this is the log from ppc64:
DEBUG util.py:417:   --> OCE-devel-0.15-3.el7.1.ppc64

Additional info:

Comment 1 Mattias Ellert 2016-04-03 14:21:12 UTC
I tried submitting the latest EPEL 7 version (OCE-0.16.1-5.el7.2) as a koji scratch build. This compiled, but one of the tests failed.

A google search found the following patch (from github):

https://github.com/tpaviot/oce/pull/582.patch

Adding this to the SRPM made it compile also for ppc64le:

https://koji.fedoraproject.org/koji/taskinfo?taskID=13546270

Alternatively, updating to version 0.17.1 should also work since this includes this change.

Comment 2 Richard Shaw 2016-04-03 20:54:48 UTC
I intend to update to 0.17.1 soon now that smesh has been updated to support it.