
#11114: Can't compile ghc on fedora 23 -------------------------------------+------------------------------------- Reporter: waghanza | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.10.2 Keywords: | Operating System: Unknown/Multiple Architecture: x86_64 | Type of failure: Building GHC (amd64) | failed Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- Hi, I' m trying to compile (through a ''Docker'' '''container''') ghc 7.10.2 My commands are: {{{ dnf -y install @development-tools @rpm-development-tools glibc-devel ncurses-devel gmp-devel autoconf automake libtool gcc make perl python ghc happy alex git python-sphinx git clone --recursive git://git.haskell.org/ghc.git /opt/ghc git checkout ghc-7.10.2-release ./boot ./configure --prefix=/usr/local make -j$((`grep -c processor /proc/cpuinfo`+1)) }}} The '''make''' process fails. Here is the stack => https://gist.github.com/anonymous/0800967ca05e5a2c65b8 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11114 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler