public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix build issues involving Python
@ 2019-02-11 17:25 David Ward
  2019-02-11 17:25 ` [PATCH 1/3] configure: Fix handling of python versions 2 and 3 David Ward
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: David Ward @ 2019-02-11 17:25 UTC (permalink / raw)
  To: systemtap

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-04-04 20:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-11 17:25 [PATCH 0/3] Fix build issues involving Python David Ward
2019-02-11 17:25 ` [PATCH 1/3] configure: Fix handling of python versions 2 and 3 David Ward
2019-02-11 17:25 ` [PATCH 2/3] overload.py: Fix python version 2/3 compatibility David Ward
2019-02-11 17:25 ` [PATCH 3/3] doc/Makefile: Fix command list syntax David Ward
2019-04-04 20:17 ` [PATCH 0/3] Fix build issues involving Python Serhei Makarov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).