Bug 601640 - fails to link - dependency missing from register.sh
Summary: fails to link - dependency missing from register.sh
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: ghc-GLUT
Version: 13
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Jens Petersen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-06-08 11:41 UTC by Ian Collier
Modified: 2010-06-24 16:21 UTC (History)
4 users (show)

Fixed In Version: ghc-GLUT-2.1.1.2-2.1.fc12
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-06-21 13:04:03 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ian Collier 2010-06-08 11:41:20 UTC
Description of problem:
When GLUT is called from within ghci it fails to link because the dependency on libglut is not mentioned in the package registration.

Version-Release number of selected component (if applicable):
ghc-GLUT-devel-2.1.1.2-2.fc12.x86_64

How reproducible:
100%

Steps to Reproduce:
$ ghci
> import Graphics.UI.GLUT
> getArgsAndInitialize
  
Actual results:

Loading package GLUT-2.1.1.2 ... linking ... <interactive>: /usr/lib64/ghc-6.10.4/GLUT-2.1.1.2/HSGLUT-2.1.1.2.o: unknown symbol `glutGet'
ghc: unable to load package `GLUT-2.1.1.2'

Expected results:

Loading package GLUT-2.1.1.2 ... linking ... done.
("<interactive>",[])

Additional info:
If the file /usr/lib64/ghc-6.10.3/GLUT-2.1.1.2/register.sh is edited to append "glut" to the line that says "extra-libraries:" and then the package is unregistered and reregistered, the error goes away.

Comment 1 Jens Petersen 2010-06-10 07:41:02 UTC
Also happens in F13 with ghc-6.12.1.

Comment 2 Jens Petersen 2010-06-10 07:42:11 UTC
Assuming this is GLUT specific then I think this may be an upstream issue
would be good to report to the mailing-list/Sven.

Comment 3 Jens Petersen 2010-06-10 07:52:21 UTC
GLUT-2.2.2.0 seems ok:

$ cabal install GLUT-2.2.2.0
$ ghci -package GLUT-2.2.2.0
:

Seems it was fixed in GLUT-2.2.1.0.

It should be straightforward to patch GLUT.cabal to fix this.

Comment 4 Fedora Update System 2010-06-10 10:52:32 UTC
ghc-GLUT-2.1.2.1-3.fc13 has been submitted as an update for Fedora 13.
http://admin.fedoraproject.org/updates/ghc-GLUT-2.1.2.1-3.fc13

Comment 5 Fedora Update System 2010-06-10 11:13:01 UTC
ghc-GLUT-2.1.1.2-2.1.fc12 has been submitted as an update for Fedora 12.
http://admin.fedoraproject.org/updates/ghc-GLUT-2.1.1.2-2.1.fc12

Comment 6 Fedora Update System 2010-06-10 19:05:23 UTC
ghc-GLUT-2.1.2.1-3.fc13 has been pushed to the Fedora 13 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update ghc-GLUT'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/ghc-GLUT-2.1.2.1-3.fc13

Comment 7 Fedora Update System 2010-06-10 19:20:51 UTC
ghc-GLUT-2.1.1.2-2.1.fc12 has been pushed to the Fedora 12 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update ghc-GLUT'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/ghc-GLUT-2.1.1.2-2.1.fc12

Comment 8 Fedora Update System 2010-06-21 13:03:58 UTC
ghc-GLUT-2.1.2.1-3.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 9 Fedora Update System 2010-06-24 16:21:22 UTC
ghc-GLUT-2.1.1.2-2.1.fc12 has been pushed to the Fedora 12 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.