FS#17569 - [haskell-x11-xft] Missing dependencies

Attached to Project: Community Packages
Opened by Chris Mann (chpln) - Monday, 21 December 2009, 09:34 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 21 December 2009, 16:45 GMT
Task Type Bug Report
Category
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
While building an (indirectly) dependent package in a clean chroot, registration of X11-xft with ghc-pkg would fail, resulting in a failed build.

To solve this, I've attempted to first rebuild haskell-x11-xft in a clean chroot. In doing so, I've tracked the issue down to three missing dependencies from the PKGBUILD: freetype2, libxft and libxinerama. While there, I've also removed an obsolete dependency, 'haskell-cabal'.

The resulting dependencies in the PKGBUILD now reads:
depends=('ghc' 'haskell-x11>=1.2.1' 'haskell-utf8-string>=0.1' 'freetype2' 'libxft' 'libxinerama')

Additional info:
* package version(s)
haskell-x11-xft 0.3-9
* config and/or log files etc.

Steps to reproduce:
Attempt to install haskell-x11-xft without the above dependencies.
This task depends upon

Closed by  Sergej Pupykin (sergej)
Monday, 21 December 2009, 16:45 GMT
Reason for closing:  Fixed

Loading...