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 843252

Summary: Panini package has not built for multiple Fedora releases
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: PaniniAssignee: Ankur Sinha (FranciscoD) <sanjay.ankur>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: puiterwijk, rvokal, sanjay.ankur
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-07-28 02:00:43 UTC Type: ---
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: 713919    
Attachments:
Description Flags
A VERY simple patch to fix building none

Description Bill Nottingham 2012-07-25 22:11:37 UTC
This package has not been built since Fedora 15, having failed multiple mass
rebuild cycles.

As part of the normal process for retiring packages that have not
successfully built, this package is scheduled to be removed from Fedora on
or around the Fedora 18 branch date (August 7th).

Please fix this as soon as possible.

Comment 1 Patrick Uiterwijk 2012-07-25 23:08:46 UTC
Created attachment 600408 [details]
A VERY simple patch to fix building

This simple patch fixes building.
It makes the building import libGLU.

Proof of building in rawhide: https://koji.fedoraproject.org/koji/taskinfo?taskID=4329916

Comment 2 Patrick Uiterwijk 2012-07-25 23:10:03 UTC
I hope someone can apply this patch.

Comment 3 Ankur Sinha (FranciscoD) 2012-07-25 23:29:41 UTC
(In reply to comment #2)
> I hope someone can apply this patch.

I'll look into this over the next few days. Thank you for the patch Patrick.

Ankur

Comment 4 Patrick Uiterwijk 2012-07-26 11:30:21 UTC
Apearantly the git patch has some problems (maybe because of all the control characters in panini-qmake-link-FTBFS-patch.
The real fix is just this single patch:

--- panini-qmake-link-FTBFS-patch	2012-07-26 13:28:39.228550708 +0200
+++ panini-qmake-link-FTBFS-patch	2012-07-26 13:28:50.554941255 +0200
@@ -9,7 +9,7 @@ diff -u ../Panini-0.71.103-src.orig/pani
  TARGET = Panini
  CONFIG += debug_and_release
  QT = gui core opengl
-+LIBS += -lz
++LIBS += -lz -lGLU
  
  # # Directories ##
  OBJECTS_DIR = build

Comment 5 Ankur Sinha (FranciscoD) 2012-07-28 02:00:43 UTC
Built for rawhide: http://koji.fedoraproject.org/koji/buildinfo?buildID=344740

Building for F17/F16. Will push updates as soon as it's finished. 

Thank you for filing a bug report and providing the patch Patrick.

Ankur

Comment 6 Fedora Update System 2012-07-28 06:29:31 UTC
Panini-0.71.103-8.fc16 has been submitted as an update for Fedora 16.
https://admin.fedoraproject.org/updates/Panini-0.71.103-8.fc16

Comment 7 Fedora Update System 2012-07-28 06:29:41 UTC
Panini-0.71.103-8.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/Panini-0.71.103-8.fc17

Comment 8 Fedora Update System 2012-08-14 09:22:04 UTC
Panini-0.71.103-8.fc16 has been pushed to the Fedora 16 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 9 Fedora Update System 2012-08-21 09:48:35 UTC
Panini-0.71.103-8.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.