Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 533126 - dev-haskell/text-1.2.0.3 requires quickcheck-unicode for FEATURES=test
Summary: dev-haskell/text-1.2.0.3 requires quickcheck-unicode for FEATURES=test
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-20 16:26 UTC by Chris Kerr
Modified: 2014-12-20 23:52 UTC (History)
0 users

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


Attachments
build log (text-1.2.0.3:20141220-154528.log,2.76 KB, text/plain)
2014-12-20 16:27 UTC, Chris Kerr
Details
emerge --info dev-haskell/text (dev-haskell-text-info,6.10 KB, text/plain)
2014-12-20 16:28 UTC, Chris Kerr
Details

Note You need to log in before you can comment on or make changes to this bug.
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