corrode icon indicating copy to clipboard operation
corrode copied to clipboard

FTBFS: fails to build on OpenSUSE/Tumbleweed

Open mcepl opened this issue 3 years ago • 0 comments

Hi,

I am trying to build corrode on OpenSUSE/Tumbleweed (constantly updated) with these packages installed:

corrode@stitny (master *%)$ rpm -qa cabal\* ghc\*|sort
cabal-install-3.2.0.0-3.3.x86_64
ghc-array-devel-0.5.4.0-3.1.x86_64
ghc-array-0.5.4.0-3.1.x86_64
ghc-base-devel-4.14.1.0-3.1.x86_64
ghc-base-4.14.1.0-3.1.x86_64
ghc-binary-devel-0.8.8.0-3.1.x86_64
ghc-binary-0.8.8.0-3.1.x86_64
ghc-bytestring-devel-0.10.10.0-3.1.x86_64
ghc-bytestring-0.10.10.0-3.1.x86_64
ghc-Cabal-devel-3.2.0.0-3.1.x86_64
ghc-Cabal-3.2.0.0-3.1.x86_64
ghc-compiler-8.10.2-3.1.x86_64
ghc-containers-devel-0.6.2.1-3.1.x86_64
ghc-containers-0.6.2.1-3.1.x86_64
ghc-deepseq-devel-1.4.4.0-3.1.x86_64
ghc-deepseq-1.4.4.0-3.1.x86_64
ghc-directory-devel-1.3.6.0-3.1.x86_64
ghc-directory-1.3.6.0-3.1.x86_64
ghc-exceptions-devel-0.10.4-3.1.x86_64
ghc-exceptions-0.10.4-3.1.x86_64
ghc-filepath-devel-1.4.2.1-3.1.x86_64
ghc-filepath-1.4.2.1-3.1.x86_64
ghc-ghc-boot-devel-8.10.2-3.1.x86_64
ghc-ghc-boot-th-devel-8.10.2-3.1.x86_64
ghc-ghc-boot-th-8.10.2-3.1.x86_64
ghc-ghc-boot-8.10.2-3.1.x86_64
ghc-ghc-compact-devel-0.1.0.0-3.1.x86_64
ghc-ghc-compact-0.1.0.0-3.1.x86_64
ghc-ghc-devel-8.10.2-3.1.x86_64
ghc-ghc-heap-devel-8.10.2-3.1.x86_64
ghc-ghc-heap-8.10.2-3.1.x86_64
ghc-ghci-devel-8.10.2-3.1.x86_64
ghc-ghci-8.10.2-3.1.x86_64
ghc-ghc-8.10.2-3.1.x86_64
ghc-haskeline-devel-0.8.0.1-3.1.x86_64
ghc-haskeline-0.8.0.1-3.1.x86_64
ghc-hpc-devel-0.6.1.0-3.1.x86_64
ghc-hpc-0.6.1.0-3.1.x86_64
ghc-language-c-0.9-1.2.x86_64
ghc-libiserv-devel-8.10.2-3.1.x86_64
ghc-libiserv-8.10.2-3.1.x86_64
ghc-libraries-8.10.2-3.1.x86_64
ghc-mtl-devel-2.2.2-3.1.x86_64
ghc-mtl-2.2.2-3.1.x86_64
ghc-parsec-devel-3.1.14.0-3.1.x86_64
ghc-parsec-3.1.14.0-3.1.x86_64
ghc-pretty-devel-1.1.3.6-3.1.x86_64
ghc-pretty-1.1.3.6-3.1.x86_64
ghc-process-devel-1.6.9.0-3.1.x86_64
ghc-process-1.6.9.0-3.1.x86_64
ghc-stm-devel-2.5.0.0-3.1.x86_64
ghc-stm-2.5.0.0-3.1.x86_64
ghc-syb-0.7.1-4.2.x86_64
ghc-template-haskell-devel-2.16.0.0-3.1.x86_64
ghc-template-haskell-2.16.0.0-3.1.x86_64
ghc-terminfo-devel-0.4.1.4-3.1.x86_64
ghc-terminfo-0.4.1.4-3.1.x86_64
ghc-text-devel-1.2.3.2-3.1.x86_64
ghc-text-1.2.3.2-3.1.x86_64
ghc-time-devel-1.9.3-3.1.x86_64
ghc-time-1.9.3-3.1.x86_64
ghc-transformers-devel-0.5.6.2-3.1.x86_64
ghc-transformers-0.5.6.2-3.1.x86_64
ghc-unix-devel-2.7.2.2-3.1.x86_64
ghc-unix-2.7.2.2-3.1.x86_64
ghc-xhtml-devel-3000.2.2.1-3.1.x86_64
ghc-xhtml-3000.2.2.1-3.1.x86_64
ghc-8.10.2-3.1.x86_64
corrode@stitny (master *%)$ 

I had to also install markdown-unlit directly via cabal install (I have version 0.5.0), but when I try to run cabal build (with few changes in https://github.com/mcepl/corrode/tree/build_opensuse) I get tons of erros and build fails.

Complete stdout/stderr of cabal build --verbose

mcepl avatar Nov 22 '20 13:11 mcepl