Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 420825 - dev-haskell/regex-posix-0.95.1 missing dependencies
Summary: dev-haskell/regex-posix-0.95.1 missing dependencies
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-12 12:54 UTC by Vadim Suharnikov
Modified: 2012-12-16 14:13 UTC (History)
0 users

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


Attachments
emerge info (emerge.info,4.85 KB, text/plain)
2012-06-12 12:54 UTC, Vadim Suharnikov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vadim Suharnikov 2012-06-12 12:54:40 UTC
Created attachment 315097 [details]
emerge info

Package:    dev-haskell/regex-posix-0.95.1
 * Repository: gentoo
 * Maintainer: haskell@gentoo.org
 * USE:        amd64 consolekit elibc_glibc kernel_linux multilib policykit userland_GNU
 * FEATURES:   preserve-libs sandbox
>>> Unpacking source...
>>> Unpacking regex-posix-0.95.1.tar.gz to /var/tmp/portage/dev-haskell/regex-posix-0.95.1/work
>>> Source unpacked in /var/tmp/portage/dev-haskell/regex-posix-0.95.1/work
>>> Preparing source in /var/tmp/portage/dev-haskell/regex-posix-0.95.1/work/regex-posix-0.95.1 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-haskell/regex-posix-0.95.1/work/regex-posix-0.95.1 ...
 * Using cabal-1.14.0.
/usr/bin/ghc -package Cabal-1.14.0 --make /var/tmp/portage/dev-haskell/regex-posix-0.95.1/work/regex-posix-0.95.1/Setup.hs -o setup
[1 of 1] Compiling Main             ( /var/tmp/portage/dev-haskell/regex-posix-0.95.1/work/regex-posix-0.95.1/Setup.hs, /var/tmp/portage/dev-haskell/regex-posix-0.95.1/work/regex-posix-0.95.1/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=regex-posix-0.95.1/ghc-7.4.1 --datadir=/usr/share/ --datasubdir=regex-posix-0.95.1/ghc-7.4.1 --ghc-option=-optl-Wl,-O1 --ghc-option=-optl-Wl,--as-needed --disable-executable-stripping --docdir=/usr/share/doc/regex-posix-0.95.1 --verbose
Configuring regex-posix-0.95.1...
setup: At least the following dependencies are missing:
regex-base >=0.93
 * ERROR: dev-haskell/regex-posix-0.95.1 failed (configure phase):
 *   setup configure failed
 * 
 * Call stack:
 *     ebuild.sh, line   85:  Called src_configure
 *   environment, line 2555:  Called haskell-cabal_src_configure
 *   environment, line 1916:  Called cabal-configure
 *   environment, line  474:  Called die
 * The specific snippet of code:
 *       ./setup "$@" || die "setup configure failed"
Comment 1 Vadim Suharnikov 2012-06-12 13:01:56 UTC
eix regex-base
[I] dev-haskell/regex-base
     Available versions:  (~)0.71 0.72 0.72.0.1 (~)0.72.0.2 0.93.1 0.93.2 {{doc hscolour profile}}
     Installed versions:  0.93.2(16:19:25 12.06.2012)(-doc -hscolour -profile)
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2012-06-13 17:18:48 UTC
Ebuild has:

> RDEPEND=">=dev-haskell/regex-base-0.93[profile?]
>                 >=dev-lang/ghc-6.8.2"
> DEPEND="${RDEPEND}
>                 >=dev-haskell/cabal-1.2"

And you actually have it installed, right?
Just build with a different ghc version.

Did you happen to run 'haskell-updater'?
It should catch package breakages like that.