Can't compile ghc on fedora 23
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
Trac metadata
| Trac field | Value |
|---|---|
| Version | 7.10.2 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | Compiler |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | |
| Architecture |