Hello community, here is the log from the commit of package systemtap for openSUSE:Factory checked in at 2012-06-25 14:24:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/systemtap (Old) and /work/SRC/openSUSE:Factory/.systemtap.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "systemtap", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/systemtap/systemtap-docs.changes 2012-06-15 14:25:53.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.systemtap.new/systemtap-docs.changes 2012-06-25 14:56:12.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Jun 18 09:47:49 CEST 2012 - [email protected] + +- Upgrade to version 1.8 + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/systemtap/systemtap.changes 2012-03-01 17:28:17.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.systemtap.new/systemtap.changes 2012-06-25 14:56:12.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Jun 18 09:46:52 CEST 2012 - [email protected] + +- Upgrade to version 1.8 + Changelog: http://sourceware.org/ml/systemtap/2012-q2/msg00277.html + +------------------------------------------------------------------- Old: ---- systemtap-1.7.tar.bz2 systemtap-automake112.patch New: ---- link-with-pthread.patch systemtap-1.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ systemtap-docs.spec ++++++ --- /var/tmp/diff_new_pack.CxcHxT/_old 2012-06-25 14:56:13.000000000 +0200 +++ /var/tmp/diff_new_pack.CxcHxT/_new 2012-06-25 14:56:13.000000000 +0200 @@ -26,18 +26,17 @@ BuildRequires: fop BuildRequires: latex2html BuildRequires: xmlto -Version: 1.7 +Version: 1.8 Release: 0 Summary: Documents and examples for systemtap License: GPL-2.0+ Group: Development/Tools/Debuggers Url: http://sourceware.org/systemtap/ -Source: systemtap-%{version}.tar.bz2 +Source: http://sourceware.org/systemtap/ftp/releases/systemtap-%{version}.tar.gz Source2: README-BEFORE-ADDING-PATCHES Patch1: systemtap-docdir-fix.diff Patch2: systemtap-xmlto-fop.diff Patch3: systemtap-docs-autoconf-version.diff -Patch4: systemtap-automake112.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -50,7 +49,6 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 -%patch4 -p1 %build # fix interpreter ++++++ systemtap.spec ++++++ --- /var/tmp/diff_new_pack.CxcHxT/_old 2012-06-25 14:56:13.000000000 +0200 +++ /var/tmp/diff_new_pack.CxcHxT/_new 2012-06-25 14:56:13.000000000 +0200 @@ -27,15 +27,16 @@ BuildRequires: pkg-config BuildRequires: sqlite-devel BuildRequires: systemd -Version: 1.7 +Version: 1.8 Release: 0 Summary: Instrumentation System License: GPL-2.0+ Group: Development/Tools/Debuggers Url: http://sourceware.org/systemtap/ -Source: systemtap-%{version}.tar.bz2 +Source: http://sourceware.org/systemtap/ftp/releases/systemtap-%{version}.tar.gz Source2: README-BEFORE-ADDING-PATCHES Source3: stap-server.conf +Patch0: link-with-pthread.patch Obsoletes: systemtap-client < 1.5 Requires: %{name}-runtime = %{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -82,6 +83,7 @@ %prep %setup -q +%patch0 -p1 %build %configure --disable-docs --docdir=%{_docdir}/systemtap ++++++ link-with-pthread.patch ++++++ Otherwise we get this link error: CXXLD stap-serverd .../ld: stap_serverd-stap-serverd.o: undefined reference to symbol 'sem_getvalue@@GLIBC_2.2.5' .../ld: note: 'sem_getvalue@@GLIBC_2.2.5' is defined in DSO /lib64/libpthread.so.0 so try adding it to the linker command line /lib64/libpthread.so.0: could not read symbols: Invalid operation collect2: error: ld returned 1 exit status Signed-off-by: Jiri Slaby <[email protected]> --- Makefile.am | 2 +- Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/Makefile.am +++ b/Makefile.am @@ -184,7 +184,7 @@ stap_serverd_SOURCES = stap-serverd.cxx stap_serverd_CXXFLAGS = $(AM_CXXFLAGS) @PIECXXFLAGS@ $(nss_CFLAGS) stap_serverd_CFLAGS = $(AM_CFLAGS) @PIECFLAGS@ $(nss_CFLAGS) stap_serverd_LDFLAGS = $(AM_LDFLAGS) @PIELDFLAGS@ -stap_serverd_LDADD = $(nss_LIBS) +stap_serverd_LDADD = $(nss_LIBS) -lpthread if HAVE_AVAHI stap_serverd_CFLAGS += $(avahi_CFLAGS) stap_serverd_CXXFLAGS += $(avahi_CFLAGS) --- a/Makefile.in +++ b/Makefile.in @@ -504,7 +504,7 @@ PHONIES = $(am__append_17) $(am__append_ @BUILD_SERVER_TRUE@@BUILD_TRANSLATOR_TRUE@@HAVE_NSS_TRUE@ $(nss_CFLAGS) \ @BUILD_SERVER_TRUE@@BUILD_TRANSLATOR_TRUE@@HAVE_NSS_TRUE@ $(am__append_24) @BUILD_SERVER_TRUE@@BUILD_TRANSLATOR_TRUE@@HAVE_NSS_TRUE@stap_serverd_LDFLAGS = $(AM_LDFLAGS) @PIELDFLAGS@ -@BUILD_SERVER_TRUE@@BUILD_TRANSLATOR_TRUE@@HAVE_NSS_TRUE@stap_serverd_LDADD = $(nss_LIBS) \ +@BUILD_SERVER_TRUE@@BUILD_TRANSLATOR_TRUE@@HAVE_NSS_TRUE@stap_serverd_LDADD = $(nss_LIBS) -lpthread \ @BUILD_SERVER_TRUE@@BUILD_TRANSLATOR_TRUE@@HAVE_NSS_TRUE@ $(am__append_26) @BUILD_SERVER_TRUE@@BUILD_TRANSLATOR_TRUE@@HAVE_NSS_TRUE@stap_gen_cert_SOURCES = stap-gen-cert.cxx util.cxx nsscommon.cxx @BUILD_SERVER_TRUE@@BUILD_TRANSLATOR_TRUE@@HAVE_NSS_TRUE@stap_gen_cert_CXXFLAGS = $(AM_CXXFLAGS) @PIECXXFLAGS@ $(nss_CFLAGS) ++++++ systemtap-xmlto-fop.diff ++++++ --- /var/tmp/diff_new_pack.CxcHxT/_old 2012-06-25 14:56:13.000000000 +0200 +++ /var/tmp/diff_new_pack.CxcHxT/_new 2012-06-25 14:56:13.000000000 +0200 @@ -4,12 +4,12 @@ --- a/doc/SystemTap_Tapset_Reference/Makefile.am +++ b/doc/SystemTap_Tapset_Reference/Makefile.am -@@ -43,7 +43,9 @@ stamp-htmldocs: tapsets.xml +@@ -56,7 +56,9 @@ stamp-htmldocs: tapsets.xml # bump up the allocated space so "xmlto pdf" works tapsets.pdf: tapsets.xml -- env pool_size=3000000 hash_extra=3000000 xmlto $(XMLTOPDFPARAMS) pdf tapsets.xml >/dev/null 2>&1 -+# env pool_size=3000000 hash_extra=3000000 xmlto $(XMLTOPDFPARAMS) pdf tapsets.xml >/dev/null 2>&1 +- env pool_size=6000000 hash_extra=6000000 xmlto $(XMLTOPDF_FOP) $(XMLTOPDFPARAMS) pdf tapsets.xml >/dev/null 2>&1 ++# env pool_size=6000000 hash_extra=6000000 xmlto $(XMLTOPDF_FOP) $(XMLTOPDFPARAMS) pdf tapsets.xml >/dev/null 2>&1 + xmlto fo tapsets.xml + fop tapsets.fo tapsets.pdf -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
