Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70683 - The wxhaskell-0.8 ebuild tries to register the wrong wx.pkg
Summary: The wxhaskell-0.8 ebuild tries to register the wrong wx.pkg
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-10 09:31 UTC by Michael Andreen
Modified: 2004-11-10 11:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Andreen 2004-11-10 09:31:44 UTC
In pkg_postinst() the ebuild runs this:
wxhlibdir=${ghclibdir} ghc-pkg -u -i ${ghclibdir}/config/wx.pkg

But the wx.pkg file is installed into ${ghclibdir}/ directly, so the above line should be:

wxhlibdir=${ghclibdir} ghc-pkg -u -i ${ghclibdir}/wx.pkg

Reproducible: Always
Steps to Reproduce:
1.emerge wxhaskell
2.
3.
Comment 1 Andres Loeh (RETIRED) gentoo-dev 2004-11-10 11:03:10 UTC
Hmm, strange that this went unnoticed so long ...

Thanks for the report. Should be fixed now.

ks
Comment 2 Duncan Coutts (RETIRED) gentoo-dev 2004-11-10 11:18:57 UTC
It is odd. My installation had a wx ghc package registered. I don't know how it got there!

BTW on unmerging wxhaskell I get this message:
QA Notice: ECLASS 'wxwidgets' inherited illegally in dev-haskell/wxhaskell-0.8