Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 533126

Summary: dev-haskell/text-1.2.0.3 requires quickcheck-unicode for FEATURES=test
Product: Gentoo Linux Reporter: Chris Kerr <chris.kerr>
Component: Current packagesAssignee: Gentoo's Haskell Language team <haskell>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build log
emerge --info dev-haskell/text

Description Chris Kerr 2014-12-20 16:26:27 UTC
When trying to build dev-haskell/text-1.2.0.3 with FEATURES=test I get the following error:

Configuring text-1.2.0.3...
setup: At least the following dependencies are missing:
quickcheck-unicode -any
 * ghc-pkg check: 'checking for other broken packages:'
 * ERROR: dev-haskell/text-1.2.0.3 failed (configure phase):
 *   setup configure failed


N.B. there is no dev-haskell/quickcheck-unicode package in Portage, but it exists here http://hackage.haskell.org/package/quickcheck-unicode

Reproducible: Always

Steps to Reproduce:
FEATURES=test emerge dev-haskell/text
Comment 1 Chris Kerr 2014-12-20 16:27:12 UTC
Created attachment 392090 [details]
build log
Comment 2 Chris Kerr 2014-12-20 16:28:53 UTC
Created attachment 392092 [details]
emerge --info dev-haskell/text
Comment 3 Mark Wright gentoo-dev 2014-12-20 23:52:00 UTC
Fixed, added quickcheck-unicode:
Thanks to Chris Kerr for reporting, add quickcheck-unicode, part of fix for Bug 533126 - dev-haskell/text-1.2.0.3 requires quickcheck-unicode for FEATURES=test
And added the missing test dependency to text:
Thanks to Chris Kerr for reporting, add quickcheck-unicode to test dependencies, part of fix for Bug 533126 - dev-haskell/text-1.2.0.3 requires quickcheck-unicode for FEATURES=test