Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 472256 - dev-vcs/darcs-2.8.4 - setup: At least the following dependencies are missing: parsec >=2.0 && <3.2, regex-compat >=0.95.1
Summary: dev-vcs/darcs-2.8.4 - setup: At least the following dependencies are missing:...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
: 472426 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-06-04 06:17 UTC by tman
Modified: 2013-06-05 17:59 UTC (History)
1 user (show)

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 tman 2013-06-04 06:17:29 UTC
* darcs-2.8.4 will be built with threads support
 * Using cabal-1.16.0.3.
 * Prepending /usr/lib64/ghc-7.6.3 to LD_LIBRARY_PATH
/usr/bin/ghc -package Cabal-1.16.0.3 --make /var/tmp/portage/dev-vcs/darcs-2.8.4/work/darcs-2.8.4/Setup.lhs -dynamic -o setup
[1 of 1] Compiling Main             ( /var/tmp/portage/dev-vcs/darcs-2.8.4/work/darcs-2.8.4/Setup.lhs, /var/tmp/portage/dev-vcs/darcs-2.8.4/work/darcs-2.8.4/Setup.o )

/var/tmp/portage/dev-vcs/darcs-2.8.4/work/darcs-2.8.4/Setup.lhs:106:3: Warning:
    In the use of `runTests'
    (imported from Distribution.Simple, but defined in Distribution.Simple.UserHooks):
    Deprecated: "Please use the new testing interface instead!"
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=darcs-2.8.4/ghc-7.6.3 --datadir=/usr/share/ --datasubdir=darcs-2.8.4/ghc-7.6.3 --ghc-option=-optl-Wl,-O1 --ghc-option=-optl-Wl,--as-needed --disable-executable-stripping --docdir=/usr/share/doc/darcs-2.8.4 --verbose --flags=curl --flags=-http --flags=color --flags=terminfo --flags=mmap --flags=threaded --flags=-test
Configuring darcs-2.8.4...
setup: At least the following dependencies are missing:
parsec >=2.0 && <3.2, regex-compat >=0.95.1
 * ERROR: dev-vcs/darcs-2.8.4 failed (configure phase):
 *   setup configure failed
 * 



it seem to be there is some missing depencies

Reproducible: Always



Expected Results:  
Portage 2.1.12.2 (default/linux/amd64/13.0/desktop, gcc-4.7.3, glibc-2.17, 3.9.4-gentoo x86_64)
=================================================================
System uname: Linux-3.9.4-gentoo-x86_64-Intel-R-_Core-TM-_i7-3740QM_CPU_@_2.70GHz-with-gentoo-2.2
KiB Mem:    24627504 total,  22062960 free
KiB Swap:   25081852 total,  25081852 free
Timestamp of tree: Tue, 04 Jun 2013 05:30:01 +0000
ld GNU ld (GNU Binutils) 2.23.1
app-shells/bash:          4.2_p45
dev-java/java-config:     2.2.0
dev-lang/python:          2.7.5, 3.2.5, 3.3.2
dev-util/cmake:           2.8.10.2-r2
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.11.8
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.10.3, 1.11.6, 1.12.6, 1.13.2
sys-devel/binutils:       2.23.1
sys-devel/gcc:            4.7.3
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r5::gnome
sys-kernel/linux-headers: 3.9 (virtual/os-headers)
sys-libs/glibc:           2.17
Repositories: gentoo nikai mgorny poly-c luman qt alice Techwolf gamerlay scarabeus science mva emacs flameeyes-overlay mpd wirelay steam-overlay gnome ruby lokal
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=corei7 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /etc/X11/Sessions/awesome /etc/X11/Sessions/dwm /etc/conf.d/consolefont /etc/conf.d/hostname /etc/conf.d/hwclock /etc/conf.d/keymaps /etc/default/grub /etc/eix-sync.conf /etc/fstab /etc/hosts /etc/locale.gen /etc/make.conf /etc/timezone /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cli-php5.5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=corei7 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="de_DE.UTF-8"
LC_ALL=""
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j9"
Comment 1 Alexander Vershilov (RETIRED) gentoo-dev 2013-06-05 13:23:53 UTC
have you run haskell-updater? if no please run.
Comment 2 F. Delente 2013-06-05 16:31:21 UTC
*** Bug 472426 has been marked as a duplicate of this bug. ***
Comment 3 F. Delente 2013-06-05 16:53:59 UTC
Having had the same problem, I successfully emerge darcs-2.8.4 after running haskell-updater.
Comment 4 Alexander Vershilov (RETIRED) gentoo-dev 2013-06-05 17:59:47 UTC
(In reply to F. Delente from comment #3)
> Having had the same problem, I successfully emerge darcs-2.8.4 after running
> haskell-updater.

yes it's a common haskell packages problem, that partially solved by subslots.
currently we even show info message to run haskell-updater in have of broken deps.

I'm closing bug as RESOLVED INVALID. 

Feel free to reopen if problem will be reproduced after haskell updater with full build log attached. 


Thanks.