Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 425570 - dev-util/systemtap-2.0 - version bump
Summary: dev-util/systemtap-2.0 - version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-10 05:41 UTC by Patrick Lauer
Modified: 2012-11-04 22:15 UTC (History)
6 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2012-07-10 05:41:12 UTC
One change to the sed command as a file is now not found, and a "fix" for #419385, gives this simple patch that appears to work for me:

--- systemtap-1.7.ebuild        2012-03-29 11:39:38.773940969 +0800
+++ systemtap-1.8.ebuild        2012-07-10 13:34:59.700021275 +0800
@@ -32,7 +32,6 @@
        sed -i \
                -e 's:-Werror::g' \
                configure.ac Makefile.am \
-               grapher/Makefile.am \
                runtime/staprun/Makefile.am \
                buildrun.cxx \
                runtime/bench2/bench.rb \
@@ -43,7 +42,7 @@
                testsuite/systemtap.base/sdt_va_args.exp \
                testsuite/systemtap.base/sdt_misc.exp \
                testsuite/systemtap.base/sdt.exp \
-               scripts/kprobes_test/gen_code.py
+               scripts/kprobes_test/gen_code.py || die "Failed to clean up sources"
        eautoreconf
 }
 
@@ -56,4 +55,5 @@
                --disable-refdocs \
                --disable-grapher \
                $(use_enable sqlite)
+       sed -i -e 's/GETTEXT_MACRO_VERSION = 0.17/GETTEXT_MACRO_VERSION = 0.18/' po/Makefile || die "Failed to change gettext version"
 }
Comment 1 Andreis Vinogradovs ( slepnoga ) 2012-10-11 09:37:48 UTC
version 2.0 avalable 
http://sourceware.org/systemtap/ftp/releases/systemtap-2.0.tar.gz
Comment 2 Sven Wegener gentoo-dev 2012-11-04 22:15:58 UTC
Thanks, commited.