Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 468502 - x11-wm/xmonad-0.10 should depend on dev-haskell/extensible-exceptions
Summary: x11-wm/xmonad-0.10 should depend on dev-haskell/extensible-exceptions
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: 2013-05-03 18:51 UTC by ghdebhekei3n
Modified: 2013-05-11 13:03 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 ghdebhekei3n 2013-05-03 18:51:13 UTC
x11-wm/xmonad-0.10 depends on dev-haskell/extensible-extensions, but this is not stated in xmonad-0.10.ebuild, so it fails to build:

>>> Emerging (1 of 2) x11-wm/xmonad-0.10
 * xmonad-0.10.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                                                                                                            [ ok ]
>>> Unpacking source...
>>> Unpacking xmonad-0.10.tar.gz to /var/tmp/portage/x11-wm/xmonad-0.10/work
>>> Source unpacked in /var/tmp/portage/x11-wm/xmonad-0.10/work
>>> Preparing source in /var/tmp/portage/x11-wm/xmonad-0.10/work/xmonad-0.10 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/x11-wm/xmonad-0.10/work/xmonad-0.10 ...
 * Using cabal-1.16.0.3.
 * Prepending /usr/lib64/ghc-7.6.2 to LD_LIBRARY_PATH
/usr/bin/ghc -package Cabal-1.16.0.3 --make /var/tmp/portage/x11-wm/xmonad-0.10/work/xmonad-0.10/Setup.lhs -dynamic -o setup
[1 of 1] Compiling Main             ( /var/tmp/portage/x11-wm/xmonad-0.10/work/xmonad-0.10/Setup.lhs, /var/tmp/portage/x11-wm/xmonad-0.10/work/xmonad-0.10/Setup.o )
Linking setup ...
./setup configure --ghc --prefix=/usr --with-compiler=/usr/bin/ghc --with-hc-pkg=/usr/bin/ghc-pkg --prefix=/usr --libdir=/usr/lib64 --libsubdir=xmonad-0.10/ghc-7.6.2 --datadir=/usr/share/ --datasubdir=xmonad-0.10/ghc-7.6.2 --ghc-option=-optl-Wl,-O1 --ghc-option=-optl-Wl,--as-needed --disable-executable-stripping --docdir=/usr/share/doc/xmonad-0.10 --verbose
Configuring xmonad-0.10...
setup: At least the following dependencies are missing:
extensible-exceptions -any
 * ERROR: x11-wm/xmonad-0.10 failed (configure phase):
 *   setup configure failed
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_configure
 *   environment, line 2729:  Called haskell-cabal_src_configure
 *   environment, line 2040:  Called cabal-configure
 *   environment, line  491:  Called die
 * The specific snippet of code:
 *       ./setup "$@" || die "setup configure failed"
 * 
 * If you need support, post the output of `emerge --info '=x11-wm/xmonad-0.10'`,
 * the complete build log and the output of `emerge -pqv '=x11-wm/xmonad-0.10'`.
 * The complete build log is located at '/var/tmp/portage/x11-wm/xmonad-0.10/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-wm/xmonad-0.10/temp/environment'.
 * Working directory: '/var/tmp/portage/x11-wm/xmonad-0.10/work/xmonad-0.10'
 * S: '/var/tmp/portage/x11-wm/xmonad-0.10/work/xmonad-0.10'
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2013-05-11 13:03:18 UTC
Pushed as:

> 11 May 2013; Sergei Trofimovich <slyfox@gentoo.org> xmonad-0.10.ebuild:
> Added missing depend on 'dev-haskell/extensible-exceptions' (bug #468502 by
> ghdebhekei3n at yopmail.com).


Thanks!