[Pkg-haskell-commits] darcs: ghc: Build-conflict with ccache. pbuilder installs ccache by default, which causes ghc to pick up a wrong path for "gcc".

Joachim Breitner mail at joachim-breitner.de
Wed Mar 23 07:54:55 UTC 2011


Fri Mar 11 08:23:03 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Build-conflict with ccache. pbuilder installs ccache by default, which causes ghc to pick up a wrong path for "gcc". 
  Ignore-this: 8a68c2e7ffd75e7a3e594a1f60fcf06c

    M ./changelog +2
    M ./control +2

Fri Mar 11 08:23:03 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Build-conflict with ccache. pbuilder installs ccache by default, which causes ghc to pick up a wrong path for "gcc". 
  Ignore-this: 8a68c2e7ffd75e7a3e594a1f60fcf06c
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog	2011-03-23 07:54:55.272108740 +0000
+++ new-ghc/changelog	2011-03-23 07:54:55.312110848 +0000
@@ -2,6 +2,8 @@
 
   * ghc6-preinst: Remove package.cache file of any ghc6 installation to avoid
     dpkg warning at upgrade time. TO BE TESTED BEFORE UPLOADING
+  * Build-conflict with ccache. pbuilder installs ccache by default, which
+    causes ghc to pick up a wrong path for "gcc". 
 
  -- Joachim Breitner <nomeata at debian.org>  Wed, 09 Mar 2011 22:54:32 +0530
 
diff -rN -u old-ghc/control new-ghc/control
--- old-ghc/control	2011-03-23 07:54:55.268108529 +0000
+++ new-ghc/control	2011-03-23 07:54:55.304110426 +0000
@@ -20,6 +20,8 @@
   docbook-xml,
   binutils (>= 2.19.51.20090508) [arm armel],
   libncurses5-dev
+Build-Conflicts:
+  ccache
 Homepage: http://haskell.org/ghc/
 
 Package: ghc





More information about the Pkg-haskell-commits mailing list