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

Bug 567244

Summary: dev-util/bustle-0.5.1 needs >=dev-haskell/mtl-2.2.1 to build
Product: Gentoo Linux Reporter: Marinus Schraal <fosero>
Component: [OLD] UnspecifiedAssignee: 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 Marinus Schraal 2015-12-01 12:14:28 UTC
See https://github.com/wjt/bustle/commit/941806b1cf373685429170acd4d65cbf77dd682c . Apparently the Control.Monad.Except is only in said version and up. Otherwise the build dies as follows:

---

>>> Compiling source in /var/tmp/portage/dev-util/bustle-0.5.1/work/bustle-0.5.1 ...
./setup build
Building bustle-0.5.1...
Preprocessing executable 'bustle' for bustle-0.5.1...

Bustle/Loader.hs:29:8:
    Could not find module ‘Control.Monad.Except’

---

On a sidenote, there is also a 0.5.2 version.

Reproducible: Always
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2015-12-06 20:53:57 UTC
Nice catch! Pushed as: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ddd1b287eb10473867dec11aad2b058f131fc96

Thank you!