On 17 March 2015 at 23:40, Austin Seipp <austin@well-typed.com> wrote:
We should probably rename the tarballs however... it's clear "deb7"
and "centos65" aren't very enlightening names; something like
"-glibc211-gmp4" vs "glibc212-gmp5" would be better, even if slightly
longer.

+1


I tried building RC3 on Fedora Rawhide and hit this surprise i686 failure:

https://copr-be.cloud.fedoraproject.org/results/petersen/ghc-7.10/fedora-rawhide-i386/ghc-7.10.0.20150316-0.5.fc21/build.log [400kB]

```
"/usr/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -this-package-key ghc_FEyGu5JjJqTFXJN7t0AjtZ -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn -icompiler/iface -icompiler/llvmGen -icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude -icompiler/profiling -icompiler/rename -icompiler/simplCore -icompiler/simplStg -icompiler/specialise -icompiler/stgSyn -icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils -icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen -Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/. -Icompiler/parser -Icompiler/utils -Icompiler/stage1 -optP-include -optPcompiler/stage1/build/autogen/cabal_macros.h -package-key array_3w0nMK0JfaFJPpLFn2yWAJ -package-key base_469rOtLAqwTGFEOGWxSUiQ -package-key binpa_IZvsDnGi11pBzTC71ohLx0 -package-key bytes_GyKPtAP9tDU8R3kplaOsGL -package-key conta_LC4pLE3kBzGKpeTiXrfSYW -package-key direc_CDNjUHiqrmpKhmAfHuWHQd -package-key filep_1vDJvPDP7mkAk0dVCj6gws -package-key hoopl_67gYDpMwqMo76vntD1o2bl -package-key hpc_JgusJLXnrCmLlRsEHGsV8F -package-key proce_8QjZAz7MOkA18YytQjzGwY -package-key time_GZv5NIWYuYvJeCRUBFgGQL -package-key trans_A1N0ErqCzkOAdEhQZ5kT5v -package-key unix_0eL7iagUGBD0Zhli8uoZQW -Wall -fno-warn-name-shadowing -this-package-key ghc -XHaskell2010 -DSTAGE=1 -Rghc-timing -no-user-package-db -rtsopts -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -c compiler/utils/Pair.hs -o compiler/stage1/build/Pair.o
compiler/utils/Pair.hs:38:32:
    Not in scope: ‘<$>’
    Perhaps you meant one of these:
      ‘<*>’ (imported from Prelude), ‘<+>’ (imported from Outputable),
      ‘<>’ (imported from Outputable)
```
Not sure how reproducible it is: I am firing off another build now on Fedora 22 and 23:
https://copr.fedoraproject.org/coprs/petersen/ghc-7.10/build/82399/
I managed to build RC3 on Fedora aarch64.
Jens