Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 409655 - dev-vcs/darcs: missing dep on dev-haskell/random with ghc-7.4.1
Summary: dev-vcs/darcs: missing dep on dev-haskell/random with ghc-7.4.1
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: 2012-03-25 17:02 UTC by Alexis Ballier
Modified: 2012-03-25 19:28 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 Alexis Ballier gentoo-dev 2012-03-25 17:02:02 UTC
after updating ghc and while running haskell-updater i got this failure:

./setup configure --ghc --prefix=/usr --with-compiler=/usr/bin/ghc --with-hc-pkg=/usr/bin/ghc-pkg --prefix=/usr --libdir=/usr/lib64 --libsubdir=darcs-2.5.2/ghc-7.4.1 --datadir=/usr/share/ --datasubdir=darcs-2.5.2/ghc-7.4.1 --ghc-option=-optl-Wl,--as-needed --ghc-option=-optl-Wl,-O1 --ghc-option=-optl-Wl,--sort-common --ghc-option=-optl-Wl,--hash-style=gnu --disable-executable-stripping --docdir=/usr/share/doc/darcs-2.5.2-r1 --verbose --flags=curl --flags=-http --flags=curl-pipelining --flags=color --flags=terminfo --flags=mmap --flags=threaded --flags=-test
Configuring darcs-2.5.2...
setup: At least the following dependencies are missing:
random ==1.0.*


installing dev-haskell/random lets the build proceed
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2012-03-25 19:28:44 UTC
Pushed as:

> 25 Mar 2012; Sergei Trofimovich <slyfox@gentoo.org> darcs-2.5.2-r1.ebuild,
> darcs-2.5.2.ebuild:
> Add missing dev-haskell/random depend. Noticed by Alexis Ballier in bug
> #409655.


Thanks, Alexis!