Accepting request 239756 from Base:System
- agen5-testsuite.patch: fix spurious testsuite failure (forwarded request 239755 from Andreas_Schwab) OBS-URL: https://build.opensuse.org/request/show/239756 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autogen?expand=0&rev=32
This commit is contained in:
commit
2d2e45c4e2
13
agen5-testsuite.patch
Normal file
13
agen5-testsuite.patch
Normal file
@ -0,0 +1,13 @@
|
||||
Index: autogen-5.18.3/agen5/test/debug.test
|
||||
===================================================================
|
||||
--- autogen-5.18.3.orig/agen5/test/debug.test
|
||||
+++ autogen-5.18.3/agen5/test/debug.test
|
||||
@@ -155,7 +155,7 @@ fi
|
||||
run_ag x1 ${trace_args} ${testname}.def || failure AutoGen failed
|
||||
${SED} \
|
||||
-e 's@from file .*agInit.*@from file agInit.c line XXX:@' \
|
||||
- -e '/ from debug\.def/s/ at 0x.*//' \
|
||||
+ -e '/ from debug\.def/s/ at .*//' \
|
||||
-e '/Called ag_scm_for_index/d' \
|
||||
-e '/^AutoGen /s/[0-9][0-9]* starts:.*/NNNN starts:/' \
|
||||
-e 's/Guile Library Version .*/Guile Library Version X.X.X/' \
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 4 12:03:09 UTC 2014 - schwab@suse.de
|
||||
|
||||
- agen5-testsuite.patch: fix spurious testsuite failure
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 3 08:43:05 UTC 2014 - schwab@suse.de
|
||||
|
||||
|
@ -32,6 +32,7 @@ Url: http://autogen.sourceforge.net/
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
Patch1: autogen-build_ldpath.patch
|
||||
Patch2: autoopts-remove-stupid-set-e.patch
|
||||
Patch3: agen5-testsuite.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
PreReq: %{install_info_prereq}
|
||||
|
||||
@ -46,6 +47,7 @@ that must be kept synchronized in parallel tables.
|
||||
%setup -q
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
|
Loading…
Reference in New Issue
Block a user