Created attachment 335100 [details] Output of: emerge --info When installing pandoc-types-1.9.1.1 it failes with: Configuring pandoc-types-1.9.1... setup: At least the following dependencies are missing: syb -any The package dev-haskell/syb is installed on my system. I checked by hands that the command: ./setup configure --ghc --prefix=/usr --with-compiler=/usr/bin/ghc --with-hc-pkg=/usr/bin/ghc-pkg --prefix=/usr --libdir=/usr/lib64 --libsubdir=pandoc-types-1.9.1/ghc-7.4.2 --datadir=/usr/share/ --datasubdir=pandoc-types-1.9.1/ghc-7.4.2 --enable-library-profiling --ghc-option=-optl-Wl,-O1 --ghc-option=-optl-Wl,--as-needed --disable-executable-stripping --docdir=/usr/share/doc/pandoc-types-1.9.1 --verbose Run in the configure fase of emerge fails with the above error.
have you tried run haskell-updater? It's a common issue when some of haskell library was updated then all it's reversed dependencies should be rebuilt, because of ABI change.
no responce, closing as NEED_INFO