[ghc-pango] build with verbose 3 to debug "Error: junk `el' after expression"

Jens Petersen petersen at fedoraproject.org
Fri Sep 3 05:00:23 UTC 2010


commit 09355855fe87909ca4b9af0094d1a3d4cb8ab224
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Sep 3 15:00:19 2010 +1000

    build with verbose 3 to debug "Error: junk `el' after expression"

 ghc-pango.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ghc-pango.spec b/ghc-pango.spec
index d44802c..3eae084 100644
--- a/ghc-pango.spec
+++ b/ghc-pango.spec
@@ -51,7 +51,11 @@ This package provides the shared library.
 
 
 %build
-%ghc_lib_build
+#%%ghc_lib_build
+%cabal_configure --ghc -p
+# debug build failures
+%cabal build -v3
+%cabal haddock %{?with_hscolour:--hyperlink-source}
 
 
 %install


More information about the scm-commits mailing list