[Pkg-haskell-commits] darcs: ghc: Remove ghci support on powerpc (Closes: #631073)

Joachim Breitner mail at joachim-breitner.de
Sun Oct 30 19:03:23 UTC 2011


Sun Oct 30 16:54:07 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Remove ghci support on powerpc (Closes: #631073)
  Ignore-this: 76ce3028ec8f5c51bc923e7283df7f11

    M ./changelog +6
    A ./patches/no_ghci_on_powerpc
    M ./patches/series +1

Sun Oct 30 16:54:07 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Remove ghci support on powerpc (Closes: #631073)
  Ignore-this: 76ce3028ec8f5c51bc923e7283df7f11
diff -rN -u old-ghc//changelog new-ghc//changelog
--- old-ghc//changelog	2011-10-30 19:03:22.103174279 +0000
+++ new-ghc//changelog	2011-10-30 19:03:22.223181117 +0000
@@ -1,3 +1,9 @@
+ghc (7.0.4-8) UNRELEASED; urgency=low
+
+  * Remove ghci support on powerpc (Closes: #631073)
+
+ -- Joachim Breitner <nomeata at debian.org>  Sun, 30 Oct 2011 17:53:51 +0100
+
 ghc (7.0.4-7) unstable; urgency=low
 
   [ Joachim Breitner ]
diff -rN -u old-ghc//patches/no_ghci_on_powerpc new-ghc//patches/no_ghci_on_powerpc
--- old-ghc//patches/no_ghci_on_powerpc	1970-01-01 00:00:00.000000000 +0000
+++ new-ghc//patches/no_ghci_on_powerpc	2011-10-30 19:03:22.195174197 +0000
@@ -0,0 +1,20 @@
+Description: Disable ghci on powerpc
+ Despite upstreams make files indicating that it works, we have had too many
+ problems with ghci on power, e.g.:
+ http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631073. Erik had tried to fix
+ it, but eventually gave up:
+ http://lists.debian.org/debian-haskell/2011/10/msg00059.html
+Author: Joachim Breitner <nomeata at debian.org>
+Bug-Debian: http://bugs.debian.org/631073
+
+--- ghc-7.0.4.orig/mk/config.mk.in
++++ ghc-7.0.4/mk/config.mk.in
+@@ -169,7 +169,7 @@ GhcWithSMP=$(strip $(if $(filter YESNO,
+ # has support for this OS/ARCH combination.
+ 
+ OsSupportsGHCi=$(strip $(patsubst $(HostOS_CPP), YES, $(findstring $(HostOS_CPP), mingw32 cygwin32 linux solaris2 freebsd dragonfly netbsd openbsd darwin)))
+-ArchSupportsGHCi=$(strip $(patsubst $(HostArch_CPP), YES, $(findstring $(HostArch_CPP), i386 x86_64 powerpc sparc sparc64)))
++ArchSupportsGHCi=$(strip $(patsubst $(HostArch_CPP), YES, $(findstring $(HostArch_CPP), i386 x86_64 sparc sparc64)))
+ 
+ ifeq "$(OsSupportsGHCi)$(ArchSupportsGHCi)" "YESYES"
+ GhcWithInterpreter=YES
diff -rN -u old-ghc//patches/series new-ghc//patches/series
--- old-ghc//patches/series	2011-10-30 19:03:22.103174279 +0000
+++ new-ghc//patches/series	2011-10-30 19:03:22.199175862 +0000
@@ -11,3 +11,4 @@
 haddock-expose-interface-version
 hash-version-number
 improve_linker_script_handling
+no_ghci_on_powerpc





More information about the Pkg-haskell-commits mailing list