Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 575120 - dev-haskell/text-1.2.2.0 should depend on dev-lang/ghc[gmp]
Summary: dev-haskell/text-1.2.2.0 should depend on dev-lang/ghc[gmp]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Haskell Language team
URL: https://github.com/bos/text/issues/138
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-19 07:26 UTC by Alexander Sergeyev
Modified: 2016-02-19 23:21 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 Alexander Sergeyev 2016-02-19 07:26:43 UTC
dev-haskell/text has failed to compile with ghc which has disabled gmp use-flag:

Configuring text-1.2.2.0...
setup: At least the following dependencies are missing:
integer-gmp >=0.2
 * ghc-pkg check: 'checking for other broken packages:'
 * ERROR: dev-haskell/text-1.2.2.0::gentoo failed (configure phase):
 *   setup configure failed

ghc version: 7.10.2-r1
ghc use flags: -binary -doc -ghcbootstrap -ghcmakebinary -gmp
text version: 1.2.2.0
text use flags: -doc -hscolour -profile
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2016-02-19 23:21:44 UTC
integer-simple support was accidentally dropped in
    https://github.com/bos/text/issues/138

Restored as: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4cd37216caebc318cb0c89be712d5278af0cb17

Thank you!