Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (8024157ac4e977e37cb75d97b1041f9457503e89)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (8024157ac4e977e37cb75d97b1041f9457503e89)
  • Date: Sat, 19 Sep 2026 06:54:00 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

utils/systemtap/DEPENDS | 32 ++++----------------------------
utils/systemtap/HISTORY | 1 +
2 files changed, 5 insertions(+), 28 deletions(-)

New commits:
commit 8024157ac4e977e37cb75d97b1041f9457503e89
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

systemtap: Remove python2 dep

diff --git a/utils/systemtap/DEPENDS b/utils/systemtap/DEPENDS
index 73da443..6f6af84 100755
--- a/utils/systemtap/DEPENDS
+++ b/utils/systemtap/DEPENDS
@@ -2,34 +2,10 @@ depends -sub CXX gcc &&
depends elfutils &&
depends GETTEXT &&

-optional_depends python3 \
- "--with-python3" \
- "--without-python3" \
- "to prefer Python 3 as Python interpreter" &&
-
-if ! is_depends_enabled ${SPELL} python3; then
- depends python
-else
- optional_depends python "" "" "for Python 2 support"
-fi &&
-
-if is_depends_enabled ${SPELL} python3; then
- config_query_option SYSTEMTAP_OPTS "Enable building Python version 3 probe
support?" y \
- "--with-python3-probes" \
- "--without-python3-probes"
-else
- list_remove SYSTEMTAP_OPTS "--with-python3-probes" &&
- list_add SYSTEMTAP_OPTS "--without-python3-probes"
-fi &&
-
-if is_depends_enabled ${SPELL} python; then
- config_query_option SYSTEMTAP_OPTS "Enable building Python version 2 probe
support?" y \
- "--with-python2-probes" \
- "--without-python2-probes"
-else
- list_remove SYSTEMTAP_OPTS "--with-python2-probes" &&
- list_add SYSTEMTAP_OPTS "--without-python2-probes"
-fi &&
+depends python3 "--with-python3" &&
+config_query_option SYSTEMTAP_OPTS "Enable building Python version 3 probe
support?" y \
+ "--with-python3-probes" \
+ "--without-python3-probes" &&

optional_depends sqlite \
"--enable-sqlite" \
diff --git a/utils/systemtap/HISTORY b/utils/systemtap/HISTORY
index e40b757..84888df 100644
--- a/utils/systemtap/HISTORY
+++ b/utils/systemtap/HISTORY
@@ -15,6 +15,7 @@
patches/0011-Use-the-POSIX-spellings-poll.h-and-fcntl.h.patch,
patches/0012-Use-off_t-rather-than-__off_t-in-staprun.patch:
fixed build against musl
+ * DEPENDS: removed python2

2022-12-20 Florian Franzmann <bwlf AT bandrate.org>
* TRIGGERS: on cast boost check self


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (8024157ac4e977e37cb75d97b1041f9457503e89), Ismael Luceno, 09/19/2026

Archive powered by MHonArc 2.6.24.

Top of Page