Bug 1686270

Summary: graphviz: FTBFS in Fedora rawhide/F30 on ppc64le
Product: [Fedora] Fedora Reporter: Jitka Plesnikova <jplesnik>
Component: graphvizAssignee: Jaroslav Škarvada <jskarvad>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: alex, jima, jskarvad, tremble
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://apps.fedoraproject.org/koschei/package/graphviz
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-04-03 11:30:11 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: 1588734    
Bug Blocks:    

Description Jitka Plesnikova 2019-03-07 06:49:17 UTC
Description of problem:
Package graphviz fails to build from source in Fedora rawhide/F30. It fails because mono-4.8.0-17.fc30 is not built for ppc64le.

DEBUG util.py:554:  BUILDSTDERR: No matching package to install: 'mono-core'
DEBUG util.py:554:  BUILDSTDERR: Not all dependencies satisfied
DEBUG util.py:554:  BUILDSTDERR: Error: Some packages could not be found.

Version-Release number of selected component (if applicable):
2.40.1-44.fc30

Steps to Reproduce:
koji build --scratch f31 graphviz-2.40.1-44.fc30.src.rpm

Additional info:
This package is tracked by Koschei. See:
http://apps.fedoraproject.org/koschei/package/graphviz

Comment 1 Jaroslav Škarvada 2019-03-07 09:03:40 UTC
Thanks for the report, but:
$ rpm --eval %mono_arches
i386 i486 i586 i686 pentium3 pentium4 athlon geode x86_64 sparc sparcv9 ia64 armv3l armv4b armv4l armv4tl armv5tl armv5tel armv5tejl armv6l armv6hl armv7l armv7hl armv7hnl aarch64 alpha s390x ppc ppc64 ppc64le

So the macro is wrong.

Comment 2 Jaroslav Škarvada 2019-03-07 09:07:05 UTC
Macro is provided by the:
redhat-rpm-config-128-1.fc30.noarch

Comment 3 Jaroslav Škarvada 2019-03-07 09:12:24 UTC
Source of the problem is in bug 1588734 comment 10.

Comment 4 Jaroslav Škarvada 2019-04-03 11:30:11 UTC
Rebuilt for f31 (regular build) and f30 (scratch-build) without problem, so closing.