This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[PATCH 0/3] Fix build issues involving Python
- From: David Ward <david dot ward at ll dot mit dot edu>
- To: <systemtap at sourceware dot org>
- Date: Mon, 11 Feb 2019 12:25:36 -0500
- Subject: [PATCH 0/3] Fix build issues involving Python
The following patches fix build issues that arise because of differences
in the way Python is installed across distributions. For example, RHEL 8
will not have a program called "python" [1]. In Arch Linux, the "python"
program is actually Python 3. And in many cases, Python 2 is no longer
installed by default.
Thanks!
[1]
https://developers.redhat.com/blog/2018/11/27/what-no-python-in-rhel-8-beta/
David Ward (3):
configure: Fix handling of python versions 2 and 3
overload.py: Fix python version 2/3 compatibility
doc/Makefile: Fix command list syntax
configure | 48 +++++++++++++-----------------
configure.ac | 34 ++++++++++-----------
doc/Makefile.am | 4 +--
doc/Makefile.in | 4 +--
doc/SystemTap_Tapset_Reference/Makefile.am | 2 +-
doc/SystemTap_Tapset_Reference/Makefile.in | 2 +-
doc/SystemTap_Tapset_Reference/overload.py | 11 +++----
7 files changed, 47 insertions(+), 58 deletions(-)
--
1.8.3.1