Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 339855 - x11-misc/xmobar-0.11.1 build fails
Summary: x11-misc/xmobar-0.11.1 build fails
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-05 18:46 UTC by Alexander Kolesen
Modified: 2010-10-05 19:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,2.53 KB, text/plain)
2010-10-05 18:49 UTC, Alexander Kolesen
Details
emerge --info (emerge.info,4.30 KB, text/plain)
2010-10-05 18:49 UTC, Alexander Kolesen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kolesen 2010-10-05 18:46:41 UTC
>>> Emerging (1 of 1) x11-misc/xmobar-0.11.1
>>> Creating Manifest for /usr/portage/x11-misc/xmobar
 * xmobar-0.11.1.tar.gz RMD160 SHA1 SHA256 size ;-) ...                                                                                                                                                                                 [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                                                                                                                    [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                                                                                                                   [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                                                                                                                  [ ok ]
 * Package:    x11-misc/xmobar-0.11.1
 * Repository: gentoo
 * Maintainer: haskell@gentoo.org
 * USE:  amd64 elibc_glibc kernel_linux multilib unicode userland_GNU
>>> Unpacking source...
>>> Unpacking xmobar-0.11.1.tar.gz to /var/tmp/portage/x11-misc/xmobar-0.11.1/work
>>> Source unpacked in /var/tmp/portage/x11-misc/xmobar-0.11.1/work
>>> Preparing source in /var/tmp/portage/x11-misc/xmobar-0.11.1/work/xmobar-0.11.1 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/x11-misc/xmobar-0.11.1/work/xmobar-0.11.1 ...
 * Using cabal-1.8.0.6.
[1 of 1] Compiling Main             ( /var/tmp/portage/x11-misc/xmobar-0.11.1/work/xmobar-0.11.1/Setup.lhs, /var/tmp/portage/x11-misc/xmobar-0.11.1/work/xmobar-0.11.1/Setup.o )
Linking setup ...
Configuring xmobar-0.11.1...
setup: At least the following dependencies are missing:
X11 >=1.3.0, mtl -any, parsec -any, utf8-string -any
 * ERROR: x11-misc/xmobar-0.11.1 failed:
 *   setup configure failed
 * 
 * Call stack:
 *     ebuild.sh, line   56:  Called src_configure
 *   environment, line 3092:  Called cabal_src_configure '--flags=-with_xft' '--flags=with_utf8' '--flags=-with_inotify'
 *   environment, line  583:  Called haskell-cabal_src_configure '--flags=-with_xft' '--flags=with_utf8' '--flags=-with_inotify'
 *   environment, line 2412:  Called cabal-configure '--ghc-option=-optl-Wl,-O1' '--ghc-option=-optl-Wl,--as-needed' '--flags=-with_xft' '--flags=with_utf8' '--flags=-with_inotify'
 *   environment, line  470:  Called die
 * The specific snippet of code:
 *       ./setup configure --ghc --prefix=/usr --with-compiler="$(ghc-getghc)" --with-hc-pkg="$(ghc-getghcpkg)" --prefix=/usr --libdir=/usr/$(get_libdir) --libsubdir=${P}/ghc-$(ghc-version) --datadir=/usr/share/ --datasubdir=${P}/ghc-$(ghc-version) ${cabalconf} ${CABAL_CONFIGURE_FLAGS} "$@" || die "setup configure failed"
 * 
 * If you need support, post the output of 'emerge --info =x11-misc/xmobar-0.11.1',
 * the complete build log and the output of 'emerge -pqv =x11-misc/xmobar-0.11.1'.
 * The complete build log is located at '/var/tmp/portage/x11-misc/xmobar-0.11.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-misc/xmobar-0.11.1/temp/environment'.
 * S: '/var/tmp/portage/x11-misc/xmobar-0.11.1/work/xmobar-0.11.1'
Comment 1 Alexander Kolesen 2010-10-05 18:49:12 UTC
Created attachment 249665 [details]
build.log
Comment 2 Alexander Kolesen 2010-10-05 18:49:24 UTC
Created attachment 249666 [details]
emerge --info
Comment 3 Sergei Trofimovich (RETIRED) gentoo-dev 2010-10-05 19:39:17 UTC
You seem to have upgraded ghc recently.

Did haskell-updater run help to rebuild all packages built against previous version of ghc?
Comment 4 Alexander Kolesen 2010-10-05 19:55:49 UTC
Yes, haskell-updater run helped, thanks