Bug 1140767

Summary: plplot FTBFS failed for ppc64le arch
Product: [Fedora] Fedora Reporter: Menanteau Guy <menantea>
Component: plplotAssignee: Orion Poplawski <orion>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 21CC: orion
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: plplot-5.10.0-11.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-09-23 04:37:54 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: 1051573    

Description Menanteau Guy 2014-09-11 16:08:35 UTC
Tests failed during build of plplot-5.10.0-10 on ppc64le arch
Failing ppc koji mass rebuild:
http://ppc.koji.fedoraproject.org/koji/buildinfo?buildID=261900


Build succeed applying following patch on plplot.spec:

--- plplot.spec.ori
+++ plplot.spec
@@ -464,10 +464,10 @@ cd fedora
 export octaveopts=--no-window-system
 #Hack
 export ITCL_LIBRARY=%{_libdir}/tcl8.5/itcl3.4
-# Exclude ocaml from ppc/ppc64, arm
+# Exclude ocaml from ppc/ppc64/ppc64le, arm
 # The *qt tests requires an X server
 LOGFILE=`mktemp`
-%ifarch ppc ppc64
+%ifarch ppc ppc64 ppc64le
 ctest -V -E 'ocaml|qt' &> $LOGFILE || (cat $LOGFILE && exit 1)
 %else
 %ifarch %{arm} aarch64

Comment 1 Fedora Update System 2014-09-12 21:39:18 UTC
plplot-5.10.0-11.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/plplot-5.10.0-11.fc21

Comment 2 Fedora Update System 2014-09-13 16:35:37 UTC
Package plplot-5.10.0-11.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing plplot-5.10.0-11.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-10815/plplot-5.10.0-11.fc21
then log in and leave karma (feedback).

Comment 3 Menanteau Guy 2014-09-15 12:00:54 UTC
plplot-5.10.0-11.fc21 scratch builds succeed on:
primary
http://koji.fedoraproject.org/koji/taskinfo?taskID=7577726
secondary
http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=2102389

Comment 4 Fedora Update System 2014-09-23 04:37:54 UTC
plplot-5.10.0-11.fc21 has been pushed to the Fedora 21 stable repository.  If problems still persist, please make note of it in this bug report.