gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r9256: update systemtap to 4.9


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9256: update systemtap to 4.9
Date: Wed, 17 May 2023 16:42:20 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9256
revision-id: carlhansen1234@gmail.com-20230517204215-db5wxmzovjo7lpp9
parent: carlhansen1234@gmail.com-20230517195856-adegvr742lvp0lc1
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Wed 2023-05-17 13:42:15 -0700
message:
  update systemtap to 4.9
modified:
  pkg/other/systemtap/Makefile   makefile-20181015070656-xire0c5qesxpwu7b-4
  pkg/other/systemtap/config.mk  config.mk-20181015070656-xire0c5qesxpwu7b-2
  pkg/other/systemtap/sha256sums sha256sums-20181015070656-xire0c5qesxpwu7b-5
=== modified file 'pkg/other/systemtap/Makefile'
--- a/pkg/other/systemtap/Makefile      2023-03-07 21:00:04 +0000
+++ b/pkg/other/systemtap/Makefile      2023-05-17 20:42:15 +0000
@@ -21,16 +21,12 @@
 
 NAME =    systemtap
 GARNAME = systemtap
-GARVERSION = 4.8
+GARVERSION = 4.9
 HOME_URL = http://sourceware.org/systemtap/wiki
 DESCRIPTION =  Linux kernel realtime diagnostics, tracing, probing
 define BLURB
 endef
 
-# HINT: I cannot compile. 
-# I don't know which are needed.
-# If you know, email bug-gsrc@gnu.org
-
 #####################################################################
 # https://sourceware.org/systemtap/ftp/releases/systemtap-4.8.tar.gz
 #https://sourceware.org/git/systemtap.git
@@ -48,9 +44,12 @@
 ######################################################################
 
 include ../../../gar/gar.lib/autotools.mk
-#include ../../../gar/gar.lib/info.mk
 include config.mk
 
+# "uint64_t=unsigned long int"
+# HINT: needed to add "#include <stdint.h> to
+#  
+
 a:
        echo $(GIT_PATH)
 

=== modified file 'pkg/other/systemtap/config.mk'
--- a/pkg/other/systemtap/config.mk     2022-02-09 01:11:41 +0000
+++ b/pkg/other/systemtap/config.mk     2023-05-17 20:42:15 +0000
@@ -2,4 +2,5 @@
 ## adjust as needed
 
 CONFIGURE_OPTS ?= 
-BUILD_OPTS ?= CPPFLAGS=-Wno-deprecated-declarations
+BUILD_OPTS ?=
+# CPPFLAGS=-Wno-deprecated-declarations

=== modified file 'pkg/other/systemtap/sha256sums'
--- a/pkg/other/systemtap/sha256sums    2022-11-04 01:01:27 +0000
+++ b/pkg/other/systemtap/sha256sums    2023-05-17 20:42:15 +0000
@@ -1,1 +0,0 @@
-cbd50a4eba5b261394dc454c12448ddec73e55e6742fda7f508f9fbc1331c223  
download/systemtap-4.8.tar.gz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]