On Mon, 2012-02-13 at 10:48 -0800, Roland McGrath wrote:
I don't know of any other issues off hand. What I usually did for past releases was locally change the version number in configure.ac and do a 'make distcheck'
To get all the tests to PASS inside the make distcheck I need the following patch:
diff --git a/tests/Makefile.am b/tests/Makefile.am index 3074c89..82783c4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -163,7 +163,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \ testfile55-64.debug.bz2 testfile55-64.prelink.bz2 \ testfile56.bz2 testfile57.bz2 testfile58.bz2
-installed_TESTS_ENVIRONMENT = libdir=$(DESTDIR)$(libdir) \ +installed_TESTS_ENVIRONMENT = libdir=$(DESTDIR)$(libdir):$(DESTDIR)$(libdir)/elfutils \ bindir=$(DESTDIR)$(bindir) \ $(srcdir)/test-wrapper.sh \ installed $(tests_rpath) \
Otherwise the tests won't find the libebl backends. Does that make sense or is there some other trick I am missing?
Thanks,
Mark