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 - Panini package has not built for multiple Fedora releases
Summary: Panini package has not built for multiple Fedora releases
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Panini
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Ankur Sinha (FranciscoD)
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F16FTBFS
TreeView+ depends on / blocked
 
Reported: 2012-07-25 22:11 UTC by Bill Nottingham
Modified: 2014-03-17 03:31 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-07-28 02:00:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
A VERY simple patch to fix building (1.39 KB, patch)
2012-07-25 23:08 UTC, Patrick Uiterwijk
no flags Details | Diff

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.


Note You need to log in before you can comment on or make changes to this bug.