Hello community, here is the log from the commit of package clisp for openSUSE:Factory checked in at 2012-07-24 22:41:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/clisp (Old) and /work/SRC/openSUSE:Factory/.clisp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clisp", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/clisp/clisp.changes 2012-05-03 10:54:23.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.clisp.new/clisp.changes 2012-07-24 22:41:42.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Jul 13 06:43:29 UTC 2012 - [email protected] + +- disable stackoverflow tests in qemu builds (fixes arm) + +------------------------------------------------------------------- New: ---- fix-build-in-qemu.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clisp.spec ++++++ --- /var/tmp/diff_new_pack.CQYWRV/_old 2012-07-24 22:41:47.000000000 +0200 +++ /var/tmp/diff_new_pack.CQYWRV/_new 2012-07-24 22:41:47.000000000 +0200 @@ -61,6 +61,7 @@ Patch7: clisp-2.39-ia64-wooh.dif Patch8: clisp-2.39-clx.dif Patch10: ffcall-1.10+2.43.dif +Patch11: fix-build-in-qemu.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %global vimdir %{_datadir}/vim/site/after/syntax %global xarch ppc64 s390x armv4l @@ -102,6 +103,10 @@ %patch8 -p0 -b .clx %patch10 -p0 -b .ffcall %patch0 +%if 0%{?qemu_user_space_build:1} +# qemu does not support stack overflows well ;) +%patch11 -p0 -b .qemu +%endif %build # ++++++ fix-build-in-qemu.patch ++++++ Index: libsigsegv-2.9/tests/Makefile.am =================================================================== --- libsigsegv-2.9/tests/Makefile.am.orig +++ libsigsegv-2.9/tests/Makefile.am @@ -20,7 +20,7 @@ AUTOMAKE_OPTIONS = 1.11 gnits no-dependencies color-tests -TESTS = sigsegv1 sigsegv2 sigsegv3 stackoverflow1 stackoverflow2 +TESTS = sigsegv1 sigsegv2 sigsegv3 EXTRA_DIST = mmaputil.h altstack.h Index: libsigsegv-2.9/tests/Makefile.in =================================================================== --- libsigsegv-2.9/tests/Makefile.in.orig +++ libsigsegv-2.9/tests/Makefile.in @@ -35,7 +35,6 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ TESTS = sigsegv1$(EXEEXT) sigsegv2$(EXEEXT) sigsegv3$(EXEEXT) \ - stackoverflow1$(EXEEXT) stackoverflow2$(EXEEXT) \ $(am__EXEEXT_1) $(am__EXEEXT_2) noinst_PROGRAMS = sigsegv1$(EXEEXT) sigsegv2$(EXEEXT) \ sigsegv3$(EXEEXT) stackoverflow1$(EXEEXT) \ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
