Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 428590 - app-text/pandoc-1.9.4.1-r2 with dev-lang/ghc-7.4.1-r1 - package network-2.3.0.14 is broken due to missing package parsec-2.1.0.1-defe69eb7a92d23008966c94e32574a7
Summary: app-text/pandoc-1.9.4.1-r2 with dev-lang/ghc-7.4.1-r1 - package network-2.3.0...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-30 04:53 UTC by jinleileiking
Modified: 2012-08-01 09:07 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 jinleileiking 2012-07-30 04:53:07 UTC
➜  ~ git:(master) ✗ epv pandoc

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ~] dev-haskell/http-4000.2.3  USE="-doc -hscolour -profile -test" 0 kB
[ebuild  N    ~] dev-haskell/blaze-html-0.5.0.0  USE="-doc -hscolour -profile -test" 0 kB
[ebuild  N    ~] dev-haskell/regex-pcre-builtin-0.94.2.1.7.7  USE="-doc -hscolour -profile" 0 kB
[ebuild  N    ~] dev-haskell/citeproc-hs-0.3.4  USE="bibutils network -doc -hscolour -profile" 0 kB
[ebuild  N    ~] dev-haskell/highlighting-kate-0.5.1  USE="-doc -executable -hscolour -pcre-light -profile" 0 kB
[ebuild  N    ~] app-text/pandoc-1.9.4.1-r2  USE="-doc -hscolour -profile -test" 0 kB

Total: 6 packages (6 new), Size of downloads: 0 kB



➜  ~ git:(master) ✗ eix ghc
* dev-haskell/ghc-paths
     Available versions:  ~0.1.0.8 {profile}
     Homepage:            http://hackage.haskell.org/package/ghc-paths
     Description:         Knowledge of GHC's installation directories

[I] dev-lang/ghc
     Available versions:  (~)6.10.4-r1 6.12.3 6.12.3-r2 (~)7.0.4 (~)7.4.1 (~)7.4.1-r1 {bash-completion binary doc ghcbootstrap llvm}
     Installed versions:  7.4.1-r1(10:52:48 PM 07/29/2012)(-binary -doc -ghcbootstrap -llvm)
     Homepage:            http://www.haskell.org/ghc/
     Description:         The Glasgow Haskell Compiler

Found 2 matches.



➜  ~ git:(master) ✗ e pandoc    
Password: 
Calculating dependencies... done!

>>> Verifying ebuild manifests

>>> Starting parallel fetch

>>> Emerging (1 of 6) dev-haskell/http-4000.2.3
 * HTTP-4000.2.3.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                                    [ ok ]
 * HTTP-4000.2.3-test-suite.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                         [ ok ]
>>> Unpacking source...
>>> Unpacking HTTP-4000.2.3.tar.gz to /var/tmp/portage/dev-haskell/http-4000.2.3/work
>>> Unpacking HTTP-4000.2.3-test-suite.tar.gz to /var/tmp/portage/dev-haskell/http-4000.2.3/work
>>> Source unpacked in /var/tmp/portage/dev-haskell/http-4000.2.3/work
>>> Preparing source in /var/tmp/portage/dev-haskell/http-4000.2.3/work/HTTP-4000.2.3 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-haskell/http-4000.2.3/work/HTTP-4000.2.3 ...
 * Using cabal-1.14.0.
/usr/bin/ghc -package Cabal-1.14.0 --make /var/tmp/portage/dev-haskell/http-4000.2.3/work/HTTP-4000.2.3/Setup.lhs -o setup
[1 of 1] Compiling Main             ( /var/tmp/portage/dev-haskell/http-4000.2.3/work/HTTP-4000.2.3/Setup.lhs, /var/tmp/portage/dev-haskell/http-4000.2.3/work/HTTP-4000.2.3/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=http-4000.2.3/ghc-7.4.1 --datadir=/usr/share/ --datasubdir=http-4000.2.3/ghc-7.4.1 --ghc-option=-optl-Wl,-O1 --ghc-option=-optl-Wl,--as-needed --disable-executable-stripping --docdir=/usr/share/doc/http-4000.2.3 --verbose
Configuring HTTP-4000.2.3...
Flags chosen: mtl1=False, old-base=False
Dependency array -any: using array-0.4.0.0
Dependency base >=3 && <4.6: using base-4.5.0.0
Dependency bytestring -any: using bytestring-0.9.2.1
Dependency mtl >=2.0 && <2.2: using mtl-2.1.1
Dependency network -any: using network-2.3.0.14
Dependency old-time -any: using old-time-1.1.0.0
Dependency parsec -any: using parsec-3.1.3
setup: The following installed packages are broken because other packages they
depend on are missing. These broken packages must be rebuilt before they can
be used.
package network-2.3.0.14 is broken due to missing package
parsec-2.1.0.1-defe69eb7a92d23008966c94e32574a7
 * ERROR: dev-haskell/http-4000.2.3 failed (configure phase):
 *   setup configure failed
 * 
 * Call stack:
 *     ebuild.sh, line   85:  Called src_configure
 *   environment, line 2696:  Called cabal_src_configure
 *   environment, line  682:  Called haskell-cabal_src_configure
 *   environment, line 2056:  Called cabal-configure
 *   environment, line  570:  Called die
 * The specific snippet of code:
 *       ./setup "$@" || die "setup configure failed"
 * 
 * If you need support, post the output of `emerge --info '=dev-haskell/http-4000.2.3'`,
 * the complete build log and the output of `emerge -pqv '=dev-haskell/http-4000.2.3'`.
 * The complete build log is located at '/var/tmp/portage/dev-haskell/http-4000.2.3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-haskell/http-4000.2.3/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-haskell/http-4000.2.3/work/HTTP-4000.2.3'
 * S: '/var/tmp/portage/dev-haskell/http-4000.2.3/work/HTTP-4000.2.3'

>>> Failed to emerge dev-haskell/http-4000.2.3, Log file:

>>>  '/var/tmp/portage/dev-haskell/http-4000.2.3/temp/build.log'

 * Messages for package dev-haskell/http-4000.2.3:

 * ERROR: dev-haskell/http-4000.2.3 failed (configure phase):
 *   setup configure failed
 * 
 * Call stack:
 *     ebuild.sh, line   85:  Called src_configure
 *   environment, line 2696:  Called cabal_src_configure
 *   environment, line  682:  Called haskell-cabal_src_configure
 *   environment, line 2056:  Called cabal-configure
 *   environment, line  570:  Called die
 * The specific snippet of code:
 *       ./setup "$@" || die "setup configure failed"
 * 
 * If you need support, post the output of `emerge --info '=dev-haskell/http-4000.2.3'`,
 * the complete build log and the output of `emerge -pqv '=dev-haskell/http-4000.2.3'`.
 * The complete build log is located at '/var/tmp/portage/dev-haskell/http-4000.2.3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-haskell/http-4000.2.3/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-haskell/http-4000.2.3/work/HTTP-4000.2.3'
 * S: '/var/tmp/portage/dev-haskell/http-4000.2.3/work/HTTP-4000.2.3'


Reproducible: Always

Steps to Reproduce:
1. emerge ghc 7.4.1-rc1
2. emerge pandoc 1.9.4.1-r2
3.
Actual Results:  
emerge failed

Expected Results:  
emerge ok

Dependency parsec -any: using parsec-3.1.3
setup: The following installed packages are broken because other packages they
depend on are missing. These broken packages must be rebuilt before they can
be used.
package network-2.3.0.14 is broken due to missing package
parsec-2.1.0.1-defe69eb7a92d23008966c94e32574a7

pandoc 1.941-rc needs parsec 313
but network 23014 needs parsec 2101
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-07-30 23:09:50 UTC
Please post your `emerge --info' output in a comment.
Comment 2 jinleileiking 2012-07-31 00:47:38 UTC
(In reply to comment #1)
> Please post your `emerge --info' output in a comment.

➜  ~ git:(master) ✗ emerge --info
Portage 2.1.10.65 (default/linux/amd64/10.0, gcc-4.5.3, glibc-2.14.1-r3, 3.2.12-gentoo x86_64)
=================================================================
System uname: Linux-3.2.12-gentoo-x86_64-Intel-R-_Core-TM-_i3_CPU_M_370_@_2.40GHz-with-gentoo-2.0.3
Timestamp of tree: Mon, 30 Jul 2012 03:30:01 +0000
app-shells/bash:          4.2_p20
dev-java/java-config:     2.1.11-r3
dev-lang/python:          2.7.3-r1, 3.2.2
dev-util/cmake:           2.8.7-r5
dev-util/pkgconfig:       0.26
sys-apps/baselayout:      2.0.3
sys-apps/openrc:          0.9.8.4
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.13, 2.68
sys-devel/automake:       1.9.6-r3, 1.11.1
sys-devel/binutils:       2.21.1-r1
sys-devel/gcc:            4.5.3-r2
sys-devel/gcc-config:     1.5-r2
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r1
sys-kernel/linux-headers: 3.1 (virtual/os-headers)
sys-libs/glibc:           2.14.1-r3
Repositories: gentoo x-lkGentooOverlay gentoo-zh bumblebee
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=core2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /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="-O2 -march=core2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles news parallel-fetch parse-eapi-ebuild-head protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://mirrors.163.com/gentoo/"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/var/lib/layman/lkGentooOverlay /var/lib/layman/gentoo-zh /var/lib/layman/bumblebee"
SYNC="rsync://gentoo.tom.com/gentoo-portage"
USE="X acl alsa amd64 berkdb bzip2 cli cracklib crypt cxx dri fortran gdbm gpm gtk iconv ipv6 mmx modules mudflap multilib ncurses nls nptl openmp pam pcre pppd qt3support readline session sse sse2 ssl ssse3 tcpd unicode zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" PHP_TARGETS="php5-3" PYTHON_TARGETS="python3_2 python2_7" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="intel nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 3 Sergei Trofimovich (RETIRED) gentoo-dev 2012-08-01 06:58:47 UTC
> setup: The following installed packages are broken because other packages they
> depend on are missing. These broken packages must be rebuilt before they can
> be used.
> package network-2.3.0.14 is broken due to missing package
> parsec-2.1.0.1-defe69eb7a92d23008966c94e32574a7

Does running haskell-updater help fixing all the broken libraries?
Comment 4 jinleileiking 2012-08-01 09:07:21 UTC
running haskell-updater okay!!

thanks Sergei Trofimovich !!!