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

Bug 408443

Summary: app-text/pandoc needs dev-haskell/random when built with GHC 7.4
Product: Gentoo Linux Reporter: Nikolaj Šujskij <skrattaren>
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: ---

Description Nikolaj Šujskij 2012-03-16 06:23:58 UTC
After upgrading dev-lang/ghc to 7.4.1 rebuilding app-tex/pandoc fails with the following error:

Configuring pandoc-1.9.1.2...
setup: At least the following dependencies are missing:
random >=1 && <1.1

Installation of dev-haskell/random-1.0.1.1 fixes the issue.
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2012-03-16 20:08:49 UTC
Pushed as:

> 16 Mar 2012; Sergei Trofimovich <slyfox@gentoo.org>
> +files/pandoc-1.9.1.2-haddock-2.10.0.patch, pandoc-1.9.1.2.ebuild:
> Added missing depends on dev-haskell/random and dev-haskell/syb for ghc-7.4.1
> (bug #408443 by Nikolaj Sjujskij).

Thank you, Nikolaj!