[gimp-macos-build/wip/lukaso/tests] The build env only has Python 3.9.7.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-macos-build/wip/lukaso/tests] The build env only has Python 3.9.7.
- Date: Thu, 30 Sep 2021 14:51:38 +0000 (UTC)
commit b92b37ac555e1cc555c6cff567d0680042dabc7b
Author: Jehan <jehan girinstud io>
Date: Thu Sep 30 16:50:22 2021 +0200
The build env only has Python 3.9.7.
After connecting with ssh to the build env, we realized the Python 3.6
was simply not there. I haven't checked why. Let's just use existing
Python 3.9.
jhbuildrc-gtk-osx-gimp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/jhbuildrc-gtk-osx-gimp b/jhbuildrc-gtk-osx-gimp
index bbfb6a1..eb66e96 100644
--- a/jhbuildrc-gtk-osx-gimp
+++ b/jhbuildrc-gtk-osx-gimp
@@ -157,8 +157,8 @@ environ_prepend('OBJCFLAGS', "-O3")
# use our modulset
moduleset = 'https://gitlab.gnome.org/lukaso/gtk-osx/raw/gimp/modulesets-stable/gtk-osx.modules'
-# force python 3.6 for the libxml2 to avoid build issues
-module_extra_env['libxml2'] = { "ac_cv_path_PYTHON": "python3.6" }
+# force python 3.9 for the libxml2 to avoid build issues
+module_extra_env['libxml2'] = { "ac_cv_path_PYTHON": "python3.9" }
# force python 3.8 for gimp-help because libxml2 is built with Python
# 3.8 support.
@@ -169,7 +169,7 @@ module_extra_env['meson'] = { "LC_ALL": "en_US.UTF-8" }
# DJM - gtk-doc needs PYTHON to be python3, and then creates gtkdoc-rebase with a shebang of $PYTHON, so we
need to be
# absolute here, otherwise anything calling gtkdoc-rebase (i.e. the later gtk+ install) will err with "bad
interpreter"
-module_extra_env['gtk-doc'] = { 'PYTHON': '/Library/Frameworks/Python.framework/Versions/3.6/bin/python3' }
+module_extra_env['gtk-doc'] = { 'PYTHON': '/Library/Frameworks/Python.framework/Versions/3.9/bin/python3' }
# gimp299 needs PYTHON to be python3
module_extra_env['gimp299'] = { 'PYTHON': 'python3' }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]