[Pkg-mono-svn-commits] [SCM] mono branch, master-experimental, updated. debian/2.6.7-5-52-gaf7129a
Mirco Bauer
meebey at meebey.net
Sun Jan 30 19:53:07 UTC 2011
The following commit has been merged in the master-experimental branch:
commit af7129a1ce6e472c18802cc01592d443aed27838
Author: Mirco Bauer <meebey at meebey.net>
Date: Sun Jan 30 20:49:53 2011 +0100
Disable sgen on powerpc for now as it needs further porting
diff --git a/debian/control b/debian/control
index 67d339c..e103b4d 100644
--- a/debian/control
+++ b/debian/control
@@ -49,7 +49,7 @@ Description: Mono runtime
IA64 architectures. Optionally this package configures BINFMT support.
Package: mono-runtime-sgen
-Architecture: i386 lpia kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
+Architecture: i386 lpia kfreebsd-i386 amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
Depends: ${shlibs:Depends},
${misc:Depends},
mono-runtime (= ${binary:Version})
@@ -107,7 +107,7 @@ Package: mono-complete
Architecture: i386 lpia kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
Depends: ${misc:Depends},
mono-runtime (= ${binary:Version}),
- mono-runtime-sgen (= ${binary:Version}),
+ mono-runtime-sgen (= ${binary:Version}) [!powerpc],
libmono-2.0-1 (= ${binary:Version}),
libmono-profiler (= ${binary:Version}),
mono-utils (= ${binary:Version}),
diff --git a/debian/rules b/debian/rules
index 1550e42..58ed9d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,6 +41,8 @@ endif
ifeq ($(DEB_BUILD_ARCH), powerpc)
# libgc with parallel mark FTBFS on ppc
CONF_FLAGS += --disable-parallel-mark
+ # mono with sgen FTBFS on ppc
+ CONF_FLAGS += --with-sgen=no
endif
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
--
mono
More information about the Pkg-mono-svn-commits
mailing list