https://bugzilla.redhat.com/show_bug.cgi?id=1288611
Bug ID: 1288611 Summary: epel7 ghc-glib ftbfs on aarch64 Product: Fedora EPEL Version: epel7 Component: gtk2hs-buildtools Assignee: petersen@redhat.com Reporter: yselkowi@redhat.com QA Contact: extras-qa@fedoraproject.org CC: haskell-devel@lists.fedoraproject.org, petersen@redhat.com Depends On: 1118232 Blocks: 1285484 (epel7aarch64)
+++ This bug was initially created as a clone of Bug #1118232 +++
ghc-glib-0.12.5.0-1.fc21 is ftbfs on aarch64
http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=2485540
++ ghc --info ++ grep '"Booter version","7.6.3"' + '[' '!' ' ,("Booter version","7.6.3")' ']' + '[' -x Setup ']' + ghc --make -no-user-package-db Setup [1 of 2] Compiling SetupWrapper ( SetupWrapper.hs, SetupWrapper.o ) [2 of 2] Compiling Main ( Setup.hs, Setup.o ) Linking Setup ... + ./Setup configure --prefix=/usr --libdir=/usr/lib64 --docdir=/usr/share/doc/ghc-glib '--libsubdir=$compiler/$pkgid' '--datasubdir=$pkgid' --ghc --ghc-option=-O2 -p --htmldir=/usr/share/doc/ghc/html/libraries/glib --global [1 of 2] Compiling Gtk2HsSetup ( Gtk2HsSetup.hs, dist/setup-wrapper/Gtk2HsSetup.o ) [2 of 2] Compiling Main ( SetupMain.hs, dist/setup-wrapper/Main.o ) Linking dist/setup-wrapper/setup ... Configuring glib-0.12.5.0... + '[' -x Setup ']' + ./Setup build Building glib-0.12.5.0... Preprocessing library glib-0.12.5.0... gtk2hsC2hs: Error in C header file. /usr/include/asm/sigcontext.h:53: (column 2) [FATAL]
Syntax error!
The symbol `__uint128_t' does not fit here. error: Bad exit status from /var/tmp/rpm-tmp.YQQi78 (%build) Bad exit status from /var/tmp/rpm-tmp.YQQi78 (%build) RPM build errors:
--- Additional comment from Jens Petersen on 2014-09-30 23:53:43 EDT ---
I started looking at this: here is where the error occurs:
$ LANG=en_US.utf8 ./Setup build -v creating dist/build creating dist/build/autogen Building glib-0.12.5.0... Preprocessing library glib-0.12.5.0... creating dist/build/System/Glib /usr/bin/gtk2hsC2hs --include=dist/build --include=/usr/lib64/ghc-7.6.3/base-4.6.0.1 --include=/usr/lib64/ghc-7.6.3/containers-0.5.0.0 --include=/usr/lib64/ghc-7.6.3/utf8-string-0.3.7 --cpp=/usr/bin/gcc --cppopts=-E --cppopts=-Idist/build/autogen --cppopts=-Idist/build --cppopts=-ISystem/Glib --cppopts=-I/usr/include/glib-2.0 --cppopts=-I/usr/lib64/glib-2.0/include --cppopts=-DUSE_GCLOSURE_SIGNALS_IMPL --cppopts=-D__GLASGOW_HASKELL__=706 --output-dir=dist/build/System/Glib/ --output=GError.hs --precomp=dist/build/precompchs.bin glib-object.h ./System/Glib/GError.chs gtk2hsC2hs: Error in C header file.
/usr/include/asm/sigcontext.h:53: (column 2) [FATAL]
Syntax error!
The symbol `__uint128_t' does not fit here.
I may try to see if things are better under ghc-7.8 before investigating further...
--- Additional comment from Peter Robinson on 2014-10-01 12:56:34 EDT ---
I may try to see if things are better under ghc-7.8 before investigating further...
Is 7.8 going to land in F-21?
--- Additional comment from Jens Petersen on 2014-10-01 22:34:07 EDT ---
(In reply to Peter Robinson from comment #2)
I may try to see if things are better under ghc-7.8 before investigating further...
Is 7.8 going to land in F-21?
It was originally planned but we're behind schedule so I don't think so at this point.
--- Additional comment from Peter Robinson on 2014-10-02 05:09:02 EDT ---
(In reply to Jens Petersen from comment #3)
(In reply to Peter Robinson from comment #2)
I may try to see if things are better under ghc-7.8 before investigating further...
Is 7.8 going to land in F-21?
It was originally planned but we're behind schedule so I don't think so at this point.
Can we investigate the issue further then? We need this fixed in F-21 too
--- Additional comment from Jens Petersen on 2014-10-02 22:51:14 EDT ---
(In reply to Peter Robinson from comment #4)
Can we investigate the issue further then? We need this fixed in F-21 too
Yes, I plan to, but first I was to know if it is fixed with latest ghc and ghc-glib etc. The problem seems related to preprocessing of the headers and looks tricky to me.
Unfortunately getting ghc-7.8.3 to build with arm64 also seems non-trivial so more fun in the pipeline... ;o)
--- Additional comment from Jens Petersen on 2014-10-08 04:56:33 EDT ---
Okay, I took the long scenic route, and have confirmed that Haskell glib builds okay on aarch64 with newer gtk2hs-buildtools.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1118232 [Bug 1118232] ghc-glib ftbfs on aarch64 https://bugzilla.redhat.com/show_bug.cgi?id=1285484 [Bug 1285484] Tracker for enabling aarch64 in EPEL-7
https://bugzilla.redhat.com/show_bug.cgi?id=1288611
Jens Petersen petersen@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |POST
https://bugzilla.redhat.com/show_bug.cgi?id=1288611
--- Comment #1 from Jens Petersen petersen@redhat.com --- It builds with gtk2hs-buildtools-0.13.0.1 but unfortunately this makes the ghc-gtk3 build fail on x86_64! :-|
So I am a bit confused what to do here.
Things will get better once/if we rebase EPEL7 to newer ghc and Haskell packages.
https://bugzilla.redhat.com/show_bug.cgi?id=1288611
Jens Petersen petersen@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|POST |MODIFIED
--- Comment #2 from Jens Petersen petersen@redhat.com --- Actually looks okay after patching ghc-gtk3.
https://bugzilla.redhat.com/show_bug.cgi?id=1288611
Jens Petersen petersen@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |ghc-glib-0.12.5.0-2.el7
https://bugzilla.redhat.com/show_bug.cgi?id=1288611
--- Comment #3 from Fedora Update System updates@fedoraproject.org --- Agda-2.3.2.2-4.el7 alex-3.0.5-37.el7 cabal-dev-0.9.2-2.el7 cabal-install-1.16.1.0-2.el7 cabal-rpm-0.9.10-1.el7 cpphs-1.16-6.el7 darcs-2.8.4-4.el7 ghc-7.6.3-26.4.el7 ghc-Diff-0.3.0-3.el7 ghc-HTTP-4000.2.8-33.el7 ghc-HUnit-1.2.5.2-32.el7 ghc-IfElse-0.85-3.el7 ghc-JuicyPixels-3.2.2-2.el7 ghc-MissingH-1.2.0.0-4.el7 ghc-MonadCatchIO-transformers-0.3.0.0-7.el7 ghc-QuickCheck-2.6-33.el7 ghc-SHA-1.6.1-3.el7 ghc-STMonadTrans-0.3.2-2.el7 ghc-SafeSemaphore-0.9.0-2.el7 ghc-X11-1.6.1.1-3.el7 ghc-X11-xft-0.3.1-11.el7 ghc-aeson-0.6.2.1-3.el7 ghc-aeson-pretty-0.7.1-2.el7 ghc-ansi-terminal-0.6-3.el7 ghc-ansi-wl-pprint-0.6.7.1-3.el7 ghc-async-2.0.1.4-30.el7 ghc-attoparsec-0.10.4.0-2.el7 ghc-base-unicode-symbols-0.2.2.4-4.el7 ghc-base64-bytestring-1.0.0.1-3.el7 ghc-blaze-builder-0.3.1.1-2.el7 ghc-blaze-builder-conduit-1.0.0-2.el7 ghc-blaze-html-0.6.1.1-2.el7 ghc-blaze-markup-0.5.1.5-3.el7 ghc-bloomfilter-1.2.6.10-6.el7 ghc-boxes-0.1.4-2.el7 ghc-cairo-0.12.5.0-2.el7 ghc-case-insensitive-1.0.0.1-2.el7 ghc-cautious-file-1.0.2-3.el7 ghc-cereal-0.3.5.2-7.el7 ghc-cmdargs-0.10.3-4.el7 ghc-cmdtheline-0.2.3-2.el7 ghc-concrete-typerep-0.1.0.2-3.el7 ghc-conduit-1.0.3-2.el7 ghc-crypto-api-0.11-4.el7 ghc-cryptohash-0.9.0-3.el7 ghc-data-default-0.5.1-4.el7 ghc-data-hash-0.2.0.0-2.el7 ghc-dataenc-0.14.0.5-3.el7 ghc-date-cache-0.3.0-4.el7 ghc-dbus-0.10.7-3.el7 ghc-deepseq-generics-0.1.1.2-2.el7 ghc-derive-2.5.11-4.el7 ghc-digest-0.0.1.2-2.el7 ghc-dlist-0.5-11.el7 ghc-edit-distance-0.2.1.2-3.el7 ghc-entropy-0.2.2.4-2.el7 ghc-exceptions-0.6.1-2.el7 ghc-extensible-exceptions-0.1.1.4-13.el7 ghc-fast-logger-0.3.1-3.el7 ghc-filemanip-0.3.6.3-1.el7 ghc-fsnotify-0.0.11-1.el7 ghc-geniplate-0.6.0.3-3.el7 ghc-ghc-mtl-1.2.1.0-2.el7 ghc-ghc-paths-0.1.0.9-2.el7 ghc-gio-0.12.5.0-5.el7 ghc-glib-0.12.5.0-2.el7 ghc-gtk-0.12.5.0-1.2.el7 ghc-haddock-library-1.1.1-2.el7 ghc-happstack-server-7.1.0-1.el7 ghc-hashable-1.1.2.5-4.el7 ghc-hashed-storage-0.5.10-7.el7 ghc-hashtables-1.0.1.8-4.el7 ghc-haskeline-0.7.0.3-3.el7 ghc-haskell-src-exts-1.13.5-5.el7 ghc-highlighting-kate-0.5.6-3.el7 ghc-hinotify-0.3.5-4.el7 ghc-hint-0.4.2.0-3.el7 ghc-hs-bibutils-5.0-2.el7 ghc-hslogger-1.2.1-2.el7 ghc-hslua-0.3.10-1.1.el7 ghc-html-1.0.1.2-29.el7 ghc-http-date-0.0.4-2.el7 ghc-http-types-0.8.0-3.el7 ghc-json-0.7-4.el7 ghc-language-java-0.2.4-3.el7 ghc-libffi-0.1-3.el7 ghc-libxml-sax-0.7.4-3.el7 ghc-lifted-base-0.2.1.0-2.el7 ghc-lrucache-1.1.1.3-3.el7 ghc-maccatcher-2.1.5-2.el7 ghc-mime-types-0.1.0.4-2.el7 ghc-mmap-0.5.8-4.el7 ghc-monad-control-0.3.2.1-2.el7 ghc-monad-loops-0.4.2.1-2.el7 ghc-monad-unify-0.2.2-2.el7 ghc-monads-tf-0.1.0.2-2.el7 ghc-mtl-2.1.2-27.el7 ghc-nats-0.1.2-2.el7 ghc-network-2.4.1.2-32.el7 ghc-network-conduit-1.0.0-2.el7 ghc-optparse-applicative-0.11.0.1-4.el7 ghc-pandoc-types-1.12.3.1-3.el7 ghc-pango-0.12.5.0-2.el7 ghc-parallel-3.2.0.3-35.el7 ghc-parsec-3.1.3-31.el7 ghc-pattern-arrows-0.0.2-2.el7 ghc-pcre-light-0.4-13.el7 ghc-polyparse-1.11-2.el7 ghc-primitive-0.5.0.1-4.el7 ghc-publicsuffixlist-0.1-2.el7 ghc-random-1.0.1.1-27.el7 ghc-reflection-1.4-2.el7 ghc-regex-base-0.93.2-29.el7 ghc-regex-compat-0.95.1-35.el7 ghc-regex-posix-0.95.2-30.el7 ghc-regex-tdfa-1.1.8-11.el7 ghc-resourcet-0.4.6-2.el7 ghc-rfc5051-0.1.0.3-2.el7 ghc-rpm-macros-1.0.10-1.el7 ghc-safe-0.3.3-8.el7 ghc-scientific-0.2.0.2-2.el7 ghc-semigroups-0.8.5-3.el7 ghc-sendfile-0.7.9-1.el7 ghc-setenv-0.1.0-3.el7 ghc-shakespeare-1.0.5.1-2.el7 ghc-shakespeare-js-1.1.4.1-3.el7 ghc-shelly-1.5.0.1-2.el7 ghc-simple-sendfile-0.2.11-3.el7 ghc-split-0.2.2-2.el7 ghc-stm-2.4.2-26.el7 ghc-stm-chans-3.0.0.2-2.el7 ghc-streaming-commons-0.1.2-1.el7 ghc-syb-0.4.0-35.el7 ghc-system-fileio-0.3.11-2.el7 ghc-system-filepath-0.4.7-2.el7 ghc-tagged-0.6-2.el7 ghc-tagsoup-0.12.8-4.el7 ghc-tar-0.4.0.1-4.el7 ghc-temporary-1.1.2.4-4.el7 ghc-terminfo-0.3.2.5-4.el7 ghc-texmath-0.6.6-2.el7 ghc-text-0.11.3.1-2.el7 ghc-tf-random-0.5-4.el7 ghc-threads-0.5.1.1-1.el7 ghc-transformers-0.3.0.0-34.el7 ghc-transformers-base-0.4.1-9.el7 ghc-transformers-compat-0.3.3.4-3.el7 ghc-uniplate-1.6.10-5.el7 ghc-unix-compat-0.4.1.1-2.el7 ghc-unix-time-0.1.8-1.el7 ghc-unordered-containers-0.2.3.0-3.el7 ghc-utf8-string-0.3.7-8.el7 ghc-uuid-1.2.13-2.el7 ghc-vault-0.2.0.4-3.el7 ghc-vector-0.10.0.1-7.el7 ghc-vector-binary-instances-0.2.1.0-3.el7 ghc-void-0.5.11-3.el7 ghc-wai-1.4.0.1-2.el7 ghc-warp-1.3.8.2-1.el7 ghc-word8-0.0.4-2.el7 ghc-xdg-basedir-0.2.2-5.el7 ghc-xml-1.3.13-2.el7 ghc-xml-types-0.3.3-4.el7 ghc-xmonad-contrib-0.11.2-4.el7 ghc-yaml-0.8.5.3-2.el7 ghc-zip-archive-0.1.3.4-3.el7 ghc-zlib-0.5.4.1-27.el7 git-annex-5.20140221-1.2.el7 gtk2hs-buildtools-0.13.0.1-1.el7 happy-1.18.10-35.el7 haskell-platform-2013.2.0.0-40.el7 hlint-1.8.50-2.el7 hscolour-1.20.3-9.el7 idris-0.9.9.1-2.el7 pandoc-1.12.3.1-2.el7 pandoc-citeproc-0.3.0.1-3.el7 shake-0.11.4-4.el7 xmonad-0.11-12.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-25cbafa070
https://bugzilla.redhat.com/show_bug.cgi?id=1288611
--- Comment #4 from Fedora Update System updates@fedoraproject.org --- alex-3.0.5-37.el7 cabal-dev-0.9.2-2.el7 cabal-install-1.16.1.0-2.el7 cabal-rpm-0.9.10-1.el7 cpphs-1.16-6.el7 darcs-2.8.4-4.el7 ghc-7.6.3-26.4.el7 ghc-Diff-0.3.0-3.el7 ghc-HTTP-4000.2.8-33.el7 ghc-HUnit-1.2.5.2-32.el7 ghc-IfElse-0.85-3.el7 ghc-JuicyPixels-3.2.2-2.el7 ghc-MissingH-1.2.0.0-4.el7 ghc-MonadCatchIO-transformers-0.3.0.0-7.el7 ghc-QuickCheck-2.6-33.el7 ghc-SHA-1.6.1-3.el7 ghc-STMonadTrans-0.3.2-2.el7 ghc-SafeSemaphore-0.9.0-2.el7 ghc-X11-1.6.1.1-3.el7 ghc-X11-xft-0.3.1-11.el7 ghc-aeson-0.6.2.1-3.el7 ghc-aeson-pretty-0.7.1-2.el7 ghc-ansi-terminal-0.6-3.el7 ghc-ansi-wl-pprint-0.6.7.1-3.el7 ghc-async-2.0.1.4-30.el7 ghc-attoparsec-0.10.4.0-2.el7 ghc-base-unicode-symbols-0.2.2.4-4.el7 ghc-base64-bytestring-1.0.0.1-3.el7 ghc-blaze-builder-0.3.1.1-2.el7 ghc-blaze-builder-conduit-1.0.0-2.el7 ghc-blaze-html-0.6.1.1-2.el7 ghc-blaze-markup-0.5.1.5-3.el7 ghc-bloomfilter-1.2.6.10-6.el7 ghc-boxes-0.1.4-2.el7 ghc-cairo-0.12.5.0-2.el7 ghc-case-insensitive-1.0.0.1-2.el7 ghc-cautious-file-1.0.2-3.el7 ghc-cereal-0.3.5.2-7.el7 ghc-cmdargs-0.10.3-4.el7 ghc-cmdtheline-0.2.3-2.el7 ghc-concrete-typerep-0.1.0.2-3.el7 ghc-conduit-1.0.3-2.el7 ghc-crypto-api-0.11-4.el7 ghc-cryptohash-0.9.0-3.el7 ghc-data-default-0.5.1-4.el7 ghc-data-hash-0.2.0.0-2.el7 ghc-dataenc-0.14.0.5-3.el7 ghc-date-cache-0.3.0-4.el7 ghc-dbus-0.10.7-3.el7 ghc-deepseq-generics-0.1.1.2-2.el7 ghc-derive-2.5.11-4.el7 ghc-digest-0.0.1.2-2.el7 ghc-dlist-0.5-11.el7 ghc-edit-distance-0.2.1.2-3.el7 ghc-entropy-0.2.2.4-2.el7 ghc-exceptions-0.6.1-2.el7 ghc-extensible-exceptions-0.1.1.4-13.el7 ghc-fast-logger-0.3.1-3.el7 ghc-filemanip-0.3.6.3-1.el7 ghc-fsnotify-0.0.11-1.el7 ghc-geniplate-0.6.0.3-3.el7 ghc-ghc-mtl-1.2.1.0-2.el7 ghc-ghc-paths-0.1.0.9-2.el7 ghc-gio-0.12.5.0-5.el7 ghc-glib-0.12.5.0-2.el7 ghc-gtk-0.12.5.0-1.2.el7 ghc-haddock-library-1.1.1-2.el7 ghc-hashable-1.1.2.5-4.el7 ghc-hashed-storage-0.5.10-7.el7 ghc-hashtables-1.0.1.8-4.el7 ghc-haskeline-0.7.0.3-3.el7 ghc-haskell-src-exts-1.13.5-5.el7 ghc-highlighting-kate-0.5.6-3.el7 ghc-hinotify-0.3.5-4.el7 ghc-hint-0.4.2.0-3.el7 ghc-hs-bibutils-5.0-2.el7 ghc-hslogger-1.2.1-2.el7 ghc-hslua-0.3.10-1.1.el7 ghc-html-1.0.1.2-29.el7 ghc-http-date-0.0.4-2.el7 ghc-http-types-0.8.0-3.el7 ghc-json-0.7-4.el7 ghc-language-java-0.2.4-3.el7 ghc-libffi-0.1-3.el7 ghc-libxml-sax-0.7.4-3.el7 ghc-lifted-base-0.2.1.0-2.el7 ghc-lrucache-1.1.1.3-3.el7 ghc-maccatcher-2.1.5-2.el7 ghc-mime-types-0.1.0.4-2.el7 ghc-mmap-0.5.8-4.el7 ghc-monad-control-0.3.2.1-2.el7 ghc-monad-loops-0.4.2.1-2.el7 ghc-monad-unify-0.2.2-2.el7 ghc-monads-tf-0.1.0.2-2.el7 ghc-mtl-2.1.2-27.el7 ghc-nats-0.1.2-2.el7 ghc-network-2.4.1.2-32.el7 ghc-network-conduit-1.0.0-2.el7 ghc-optparse-applicative-0.11.0.1-4.el7 ghc-pandoc-types-1.12.3.1-3.el7 ghc-pango-0.12.5.0-2.el7 ghc-parallel-3.2.0.3-35.el7 ghc-parsec-3.1.3-31.el7 ghc-pattern-arrows-0.0.2-2.el7 ghc-pcre-light-0.4-13.el7 ghc-polyparse-1.11-2.el7 ghc-primitive-0.5.0.1-4.el7 ghc-publicsuffixlist-0.1-2.el7 ghc-random-1.0.1.1-27.el7 ghc-reflection-1.4-2.el7 ghc-regex-base-0.93.2-29.el7 ghc-regex-compat-0.95.1-35.el7 ghc-regex-posix-0.95.2-30.el7 ghc-regex-tdfa-1.1.8-11.el7 ghc-resourcet-0.4.6-2.el7 ghc-rfc5051-0.1.0.3-2.el7 ghc-rpm-macros-1.0.10-1.el7 ghc-safe-0.3.3-8.el7 ghc-scientific-0.2.0.2-2.el7 ghc-semigroups-0.8.5-3.el7 ghc-sendfile-0.7.9-1.el7 ghc-setenv-0.1.0-3.el7 ghc-shakespeare-1.0.5.1-2.el7 ghc-shakespeare-js-1.1.4.1-3.el7 ghc-shelly-1.5.0.1-2.el7 ghc-simple-sendfile-0.2.11-3.el7 ghc-split-0.2.2-2.el7 ghc-stm-2.4.2-26.el7 ghc-stm-chans-3.0.0.2-2.el7 ghc-streaming-commons-0.1.2-1.el7 ghc-syb-0.4.0-35.el7 ghc-system-fileio-0.3.11-2.el7 ghc-system-filepath-0.4.7-2.el7 ghc-tagged-0.6-2.el7 ghc-tagsoup-0.12.8-4.el7 ghc-tar-0.4.0.1-4.el7 ghc-temporary-1.1.2.4-4.el7 ghc-terminfo-0.3.2.5-4.el7 ghc-texmath-0.6.6-2.el7 ghc-text-0.11.3.1-2.el7 ghc-tf-random-0.5-4.el7 ghc-threads-0.5.1.1-1.el7 ghc-transformers-0.3.0.0-34.el7 ghc-transformers-base-0.4.1-9.el7 ghc-transformers-compat-0.3.3.4-3.el7 ghc-uniplate-1.6.10-5.el7 ghc-unix-compat-0.4.1.1-2.el7 ghc-unix-time-0.1.8-1.el7 ghc-unordered-containers-0.2.3.0-3.el7 ghc-utf8-string-0.3.7-8.el7 ghc-uuid-1.2.13-2.el7 ghc-vault-0.2.0.4-3.el7 ghc-vector-0.10.0.1-7.el7 ghc-vector-binary-instances-0.2.1.0-3.el7 ghc-void-0.5.11-3.el7 ghc-wai-1.4.0.1-2.el7 ghc-warp-1.3.8.2-1.el7 ghc-word8-0.0.4-2.el7 ghc-xdg-basedir-0.2.2-5.el7 ghc-xml-1.3.13-2.el7 ghc-xml-types-0.3.3-4.el7 ghc-xmonad-contrib-0.11.2-4.el7 ghc-yaml-0.8.5.3-2.el7 ghc-zip-archive-0.1.3.4-3.el7 ghc-zlib-0.5.4.1-27.el7 git-annex-5.20140221-1.2.el7 gtk2hs-buildtools-0.13.0.1-1.el7 happy-1.18.10-35.el7 haskell-platform-2013.2.0.0-40.el7 hlint-1.8.50-2.el7 hscolour-1.20.3-9.el7 idris-0.9.9.1-2.el7 pandoc-1.12.3.1-2.el7 pandoc-citeproc-0.3.0.1-3.el7 shake-0.11.4-4.el7 xmonad-0.11-12.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-25cbafa070
https://bugzilla.redhat.com/show_bug.cgi?id=1288611
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |ON_QA
--- Comment #5 from Fedora Update System updates@fedoraproject.org --- alex-3.0.5-37.el7, cabal-dev-0.9.2-2.el7, cabal-install-1.16.1.0-2.el7, cabal-rpm-0.9.10-1.el7, cpphs-1.16-6.el7, darcs-2.8.4-4.el7, ghc-7.6.3-26.4.el7, ghc-Diff-0.3.0-3.el7, ghc-HTTP-4000.2.8-33.el7, ghc-HUnit-1.2.5.2-32.el7, ghc-IfElse-0.85-3.el7, ghc-JuicyPixels-3.2.2-2.el7, ghc-MissingH-1.2.0.0-4.el7, ghc-MonadCatchIO-transformers-0.3.0.0-7.el7, ghc-QuickCheck-2.6-33.el7, ghc-SHA-1.6.1-3.el7, ghc-STMonadTrans-0.3.2-2.el7, ghc-SafeSemaphore-0.9.0-2.el7, ghc-X11-1.6.1.1-3.el7, ghc-X11-xft-0.3.1-11.el7, ghc-aeson-0.6.2.1-3.el7, ghc-aeson-pretty-0.7.1-2.el7, ghc-ansi-terminal-0.6-3.el7, ghc-ansi-wl-pprint-0.6.7.1-3.el7, ghc-async-2.0.1.4-30.el7, ghc-attoparsec-0.10.4.0-2.el7, ghc-base-unicode-symbols-0.2.2.4-4.el7, ghc-base64-bytestring-1.0.0.1-3.el7, ghc-blaze-builder-0.3.1.1-2.el7, ghc-blaze-builder-conduit-1.0.0-2.el7, ghc-blaze-html-0.6.1.1-2.el7, ghc-blaze-markup-0.5.1.5-3.el7, ghc-bloomfilter-1.2.6.10-6.el7, ghc-boxes-0.1.4-2.el7, ghc-cairo-0.12.5.0-2.el7, ghc-case-insensitive-1.0.0.1-2.el7, ghc-cautious-file-1.0.2-3.el7, ghc-cereal-0.3.5.2-7.el7, ghc-cmdargs-0.10.3-4.el7, ghc-cmdtheline-0.2.3-2.el7, ghc-concrete-typerep-0.1.0.2-3.el7, ghc-conduit-1.0.3-2.el7, ghc-crypto-api-0.11-4.el7, ghc-cryptohash-0.9.0-3.el7, ghc-data-default-0.5.1-4.el7, ghc-data-hash-0.2.0.0-2.el7, ghc-dataenc-0.14.0.5-3.el7, ghc-date-cache-0.3.0-4.el7, ghc-dbus-0.10.7-3.el7, ghc-deepseq-generics-0.1.1.2-2.el7, ghc-derive-2.5.11-4.el7, ghc-digest-0.0.1.2-2.el7, ghc-dlist-0.5-11.el7, ghc-edit-distance-0.2.1.2-3.el7, ghc-entropy-0.2.2.4-2.el7, ghc-exceptions-0.6.1-2.el7, ghc-extensible-exceptions-0.1.1.4-13.el7, ghc-fast-logger-0.3.1-3.el7, ghc-filemanip-0.3.6.3-1.el7, ghc-fsnotify-0.0.11-1.el7, ghc-geniplate-0.6.0.3-3.el7, ghc-ghc-mtl-1.2.1.0-2.el7, ghc-ghc-paths-0.1.0.9-2.el7, ghc-gio-0.12.5.0-5.el7, ghc-glib-0.12.5.0-2.el7, ghc-gtk-0.12.5.0-1.2.el7, ghc-haddock-library-1.1.1-2.el7, ghc-happstack-server-7.1.0-2.el7, ghc-hashable-1.1.2.5-4.el7, ghc-hashed-storage-0.5.10-7.el7, ghc-hashtables-1.0.1.8-4.el7, ghc-haskeline-0.7.0.3-3.el7, ghc-haskell-src-exts-1.13.5-5.el7, ghc-highlighting-kate-0.5.6-3.el7, ghc-hinotify-0.3.5-4.el7, ghc-hint-0.4.2.0-3.el7, ghc-hs-bibutils-5.0-2.el7, ghc-hslogger-1.2.1-2.el7, ghc-hslua-0.3.10-1.1.el7, ghc-html-1.0.1.2-29.el7, ghc-http-date-0.0.4-2.el7, ghc-http-types-0.8.0-3.el7, ghc-json-0.7-4.el7, ghc-language-java-0.2.4-3.el7, ghc-libffi-0.1-3.el7, ghc-libxml-sax-0.7.4-3.el7, ghc-lifted-base-0.2.1.0-2.el7, ghc-lrucache-1.1.1.3-3.el7, ghc-maccatcher-2.1.5-2.el7, ghc-mime-types-0.1.0.4-2.el7, ghc-mmap-0.5.8-4.el7, ghc-monad-control-0.3.2.1-2.el7, ghc-monad-loops-0.4.2.1-2.el7, ghc-monad-unify-0.2.2-2.el7, ghc-monads-tf-0.1.0.2-2.el7, ghc-mtl-2.1.2-27.el7, ghc-nats-0.1.2-2.el7, ghc-network-2.4.1.2-32.el7, ghc-network-conduit-1.0.0-2.el7, ghc-optparse-applicative-0.11.0.1-4.el7, ghc-pandoc-types-1.12.3.1-3.el7, ghc-pango-0.12.5.0-2.el7, ghc-parallel-3.2.0.3-35.el7, ghc-parsec-3.1.3-31.el7, ghc-pattern-arrows-0.0.2-2.el7, ghc-pcre-light-0.4-13.el7, ghc-polyparse-1.11-2.el7, ghc-primitive-0.5.0.1-4.el7, ghc-publicsuffixlist-0.1-2.el7, ghc-random-1.0.1.1-27.el7, ghc-reflection-1.4-2.el7, ghc-regex-base-0.93.2-29.el7, ghc-regex-compat-0.95.1-35.el7, ghc-regex-posix-0.95.2-30.el7, ghc-regex-tdfa-1.1.8-11.el7, ghc-resourcet-0.4.6-2.el7, ghc-rfc5051-0.1.0.3-2.el7, ghc-rpm-macros-1.0.10-1.el7, ghc-safe-0.3.3-8.el7, ghc-scientific-0.2.0.2-2.el7, ghc-semigroups-0.8.5-3.el7, ghc-sendfile-0.7.9-1.el7, ghc-setenv-0.1.0-3.el7, ghc-shakespeare-1.0.5.1-2.el7, ghc-shakespeare-js-1.1.4.1-3.el7, ghc-shelly-1.5.0.1-2.el7, ghc-simple-sendfile-0.2.11-3.el7, ghc-split-0.2.2-2.el7, ghc-stm-2.4.2-26.el7, ghc-stm-chans-3.0.0.2-2.el7, ghc-streaming-commons-0.1.2-1.el7, ghc-syb-0.4.0-35.el7, ghc-system-fileio-0.3.11-2.el7, ghc-system-filepath-0.4.7-2.el7, ghc-tagged-0.6-2.el7, ghc-tagsoup-0.12.8-4.el7, ghc-tar-0.4.0.1-4.el7, ghc-temporary-1.1.2.4-4.el7, ghc-terminfo-0.3.2.5-4.el7, ghc-texmath-0.6.6-2.el7, ghc-text-0.11.3.1-2.el7, ghc-tf-random-0.5-4.el7, ghc-threads-0.5.1.1-1.el7, ghc-transformers-0.3.0.0-34.el7, ghc-transformers-base-0.4.1-9.el7, ghc-transformers-compat-0.3.3.4-3.el7, ghc-uniplate-1.6.10-5.el7, ghc-unix-compat-0.4.1.1-2.el7, ghc-unix-time-0.1.8-1.el7, ghc-unordered-containers-0.2.3.0-3.el7, ghc-utf8-string-0.3.7-8.el7, ghc-uuid-1.2.13-2.el7, ghc-vault-0.2.0.4-3.el7, ghc-vector-0.10.0.1-7.el7, ghc-vector-binary-instances-0.2.1.0-3.el7, ghc-void-0.5.11-3.el7, ghc-wai-1.4.0.1-2.el7, ghc-warp-1.3.8.2-1.el7, ghc-word8-0.0.4-2.el7, ghc-xdg-basedir-0.2.2-5.el7, ghc-xml-1.3.13-2.el7, ghc-xml-types-0.3.3-4.el7, ghc-xmonad-contrib-0.11.2-4.el7, ghc-yaml-0.8.5.3-2.el7, ghc-zip-archive-0.1.3.4-3.el7, ghc-zlib-0.5.4.1-27.el7, git-annex-5.20140221-1.2.el7, gtk2hs-buildtools-0.13.0.1-1.el7, happy-1.18.10-35.el7, haskell-platform-2013.2.0.0-40.el7, hlint-1.8.50-2.el7, hscolour-1.20.3-9.el7, idris-0.9.9.1-2.el7, pandoc-1.12.3.1-2.el7, pandoc-citeproc-0.3.0.1-3.el7, shake-0.11.4-4.el7, xmonad-0.11-12.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-25cbafa070
https://bugzilla.redhat.com/show_bug.cgi?id=1288611
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Fixed In Version|ghc-glib-0.12.5.0-2.el7 |ghc-glib-0.12.5.0-2.el7 | |gtk2hs-buildtools-0.13.0.1- | |1.el7 Resolution|--- |ERRATA Last Closed| |2017-01-11 22:20:05
--- Comment #6 from Fedora Update System updates@fedoraproject.org --- alex-3.0.5-37.el7, cabal-dev-0.9.2-2.el7, cabal-install-1.16.1.0-2.el7, cabal-rpm-0.9.10-1.el7, cpphs-1.16-6.el7, darcs-2.8.4-4.el7, ghc-7.6.3-26.4.el7, ghc-Diff-0.3.0-3.el7, ghc-HTTP-4000.2.8-33.el7, ghc-HUnit-1.2.5.2-32.el7, ghc-IfElse-0.85-3.el7, ghc-JuicyPixels-3.2.2-2.el7, ghc-MissingH-1.2.0.0-4.el7, ghc-MonadCatchIO-transformers-0.3.0.0-7.el7, ghc-QuickCheck-2.6-33.el7, ghc-SHA-1.6.1-3.el7, ghc-STMonadTrans-0.3.2-2.el7, ghc-SafeSemaphore-0.9.0-2.el7, ghc-X11-1.6.1.1-3.el7, ghc-X11-xft-0.3.1-11.el7, ghc-aeson-0.6.2.1-3.el7, ghc-aeson-pretty-0.7.1-2.el7, ghc-ansi-terminal-0.6-3.el7, ghc-ansi-wl-pprint-0.6.7.1-3.el7, ghc-async-2.0.1.4-30.el7, ghc-attoparsec-0.10.4.0-2.el7, ghc-base-unicode-symbols-0.2.2.4-4.el7, ghc-base64-bytestring-1.0.0.1-3.el7, ghc-blaze-builder-0.3.1.1-2.el7, ghc-blaze-builder-conduit-1.0.0-2.el7, ghc-blaze-html-0.6.1.1-2.el7, ghc-blaze-markup-0.5.1.5-3.el7, ghc-bloomfilter-1.2.6.10-6.el7, ghc-boxes-0.1.4-2.el7, ghc-cairo-0.12.5.0-2.el7, ghc-case-insensitive-1.0.0.1-2.el7, ghc-cautious-file-1.0.2-3.el7, ghc-cereal-0.3.5.2-7.el7, ghc-cmdargs-0.10.3-4.el7, ghc-cmdtheline-0.2.3-2.el7, ghc-concrete-typerep-0.1.0.2-3.el7, ghc-conduit-1.0.3-2.el7, ghc-crypto-api-0.11-4.el7, ghc-cryptohash-0.9.0-3.el7, ghc-data-default-0.5.1-4.el7, ghc-data-hash-0.2.0.0-2.el7, ghc-dataenc-0.14.0.5-3.el7, ghc-date-cache-0.3.0-4.el7, ghc-dbus-0.10.7-3.el7, ghc-deepseq-generics-0.1.1.2-2.el7, ghc-derive-2.5.11-4.el7, ghc-digest-0.0.1.2-2.el7, ghc-dlist-0.5-11.el7, ghc-edit-distance-0.2.1.2-3.el7, ghc-entropy-0.2.2.4-2.el7, ghc-exceptions-0.6.1-2.el7, ghc-extensible-exceptions-0.1.1.4-13.el7, ghc-fast-logger-0.3.1-3.el7, ghc-filemanip-0.3.6.3-1.el7, ghc-fsnotify-0.0.11-1.el7, ghc-geniplate-0.6.0.3-3.el7, ghc-ghc-mtl-1.2.1.0-2.el7, ghc-ghc-paths-0.1.0.9-2.el7, ghc-gio-0.12.5.0-5.el7, ghc-glib-0.12.5.0-2.el7, ghc-gtk-0.12.5.0-1.2.el7, ghc-haddock-library-1.1.1-2.el7, ghc-happstack-server-7.1.0-2.el7, ghc-hashable-1.1.2.5-4.el7, ghc-hashed-storage-0.5.10-7.el7, ghc-hashtables-1.0.1.8-4.el7, ghc-haskeline-0.7.0.3-3.el7, ghc-haskell-src-exts-1.13.5-5.el7, ghc-highlighting-kate-0.5.6-3.el7, ghc-hinotify-0.3.5-4.el7, ghc-hint-0.4.2.0-3.el7, ghc-hs-bibutils-5.0-2.el7, ghc-hslogger-1.2.1-2.el7, ghc-hslua-0.3.10-1.1.el7, ghc-html-1.0.1.2-29.el7, ghc-http-date-0.0.4-2.el7, ghc-http-types-0.8.0-3.el7, ghc-json-0.7-4.el7, ghc-language-java-0.2.4-3.el7, ghc-libffi-0.1-3.el7, ghc-libxml-sax-0.7.4-3.el7, ghc-lifted-base-0.2.1.0-2.el7, ghc-lrucache-1.1.1.3-3.el7, ghc-maccatcher-2.1.5-2.el7, ghc-mime-types-0.1.0.4-2.el7, ghc-mmap-0.5.8-4.el7, ghc-monad-control-0.3.2.1-2.el7, ghc-monad-loops-0.4.2.1-2.el7, ghc-monad-unify-0.2.2-2.el7, ghc-monads-tf-0.1.0.2-2.el7, ghc-mtl-2.1.2-27.el7, ghc-nats-0.1.2-2.el7, ghc-network-2.4.1.2-32.el7, ghc-network-conduit-1.0.0-2.el7, ghc-optparse-applicative-0.11.0.1-4.el7, ghc-pandoc-types-1.12.3.1-3.el7, ghc-pango-0.12.5.0-2.el7, ghc-parallel-3.2.0.3-35.el7, ghc-parsec-3.1.3-31.el7, ghc-pattern-arrows-0.0.2-2.el7, ghc-pcre-light-0.4-13.el7, ghc-polyparse-1.11-2.el7, ghc-primitive-0.5.0.1-4.el7, ghc-publicsuffixlist-0.1-2.el7, ghc-random-1.0.1.1-27.el7, ghc-reflection-1.4-2.el7, ghc-regex-base-0.93.2-29.el7, ghc-regex-compat-0.95.1-35.el7, ghc-regex-posix-0.95.2-30.el7, ghc-regex-tdfa-1.1.8-11.el7, ghc-resourcet-0.4.6-2.el7, ghc-rfc5051-0.1.0.3-2.el7, ghc-rpm-macros-1.0.10-1.el7, ghc-safe-0.3.3-8.el7, ghc-scientific-0.2.0.2-2.el7, ghc-semigroups-0.8.5-3.el7, ghc-sendfile-0.7.9-1.el7, ghc-setenv-0.1.0-3.el7, ghc-shakespeare-1.0.5.1-2.el7, ghc-shakespeare-js-1.1.4.1-3.el7, ghc-shelly-1.5.0.1-2.el7, ghc-simple-sendfile-0.2.11-3.el7, ghc-split-0.2.2-2.el7, ghc-stm-2.4.2-26.el7, ghc-stm-chans-3.0.0.2-2.el7, ghc-streaming-commons-0.1.2-1.el7, ghc-syb-0.4.0-35.el7, ghc-system-fileio-0.3.11-2.el7, ghc-system-filepath-0.4.7-2.el7, ghc-tagged-0.6-2.el7, ghc-tagsoup-0.12.8-4.el7, ghc-tar-0.4.0.1-4.el7, ghc-temporary-1.1.2.4-4.el7, ghc-terminfo-0.3.2.5-4.el7, ghc-texmath-0.6.6-2.el7, ghc-text-0.11.3.1-2.el7, ghc-tf-random-0.5-4.el7, ghc-threads-0.5.1.1-1.el7, ghc-transformers-0.3.0.0-34.el7, ghc-transformers-base-0.4.1-9.el7, ghc-transformers-compat-0.3.3.4-3.el7, ghc-uniplate-1.6.10-5.el7, ghc-unix-compat-0.4.1.1-2.el7, ghc-unix-time-0.1.8-1.el7, ghc-unordered-containers-0.2.3.0-3.el7, ghc-utf8-string-0.3.7-8.el7, ghc-uuid-1.2.13-2.el7, ghc-vault-0.2.0.4-3.el7, ghc-vector-0.10.0.1-7.el7, ghc-vector-binary-instances-0.2.1.0-3.el7, ghc-void-0.5.11-3.el7, ghc-wai-1.4.0.1-2.el7, ghc-warp-1.3.8.2-1.el7, ghc-word8-0.0.4-2.el7, ghc-xdg-basedir-0.2.2-5.el7, ghc-xml-1.3.13-2.el7, ghc-xml-types-0.3.3-4.el7, ghc-xmonad-contrib-0.11.2-4.el7, ghc-yaml-0.8.5.3-2.el7, ghc-zip-archive-0.1.3.4-3.el7, ghc-zlib-0.5.4.1-27.el7, git-annex-5.20140221-1.2.el7, gtk2hs-buildtools-0.13.0.1-1.el7, happy-1.18.10-35.el7, haskell-platform-2013.2.0.0-40.el7, hlint-1.8.50-2.el7, hscolour-1.20.3-9.el7, idris-0.9.9.1-2.el7, pandoc-1.12.3.1-2.el7, pandoc-citeproc-0.3.0.1-3.el7, shake-0.11.4-4.el7, xmonad-0.11-12.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report.
haskell-devel@lists.stg.fedoraproject.org