It remains traces of python 3.10 in some SlackBuilds
by marav from LinuxQuestions.org on (#5RJPQ)
I don't know if it cause troubles, I report it, just in case
- probably non-exhaustive list -
hplip.SlackBuild
L. 92
Code:# Patch for Python 3.10:
zcat $CWD/hplip.python3.10.diff.gz | patch -p1 --verbose || exit 1rpm.SlackBuild
L. 98
Code:# We need to do this since there's a bugfix for python3.10 detection in
# the latest automake:
autoreconf -vifautomake.SlackBuild
L. 66
Code:# Python detection fix for 3.10:
zcat $CWD/automake.python.3.10.diff.gz | patch -p1 --verbose || exit 1
mozjs78.SlackBuild
L. 105
Code:# Patch to allow building with Python 3.10:
zcat $CWD/patches/Fixup-compatibility-of-mozbuild-with-Python-3.10.patch.gz | patch -p1 --verbose || exit 1... I hope the last 2 are not the cause of our problems with FF...
- probably non-exhaustive list -
hplip.SlackBuild
L. 92
Code:# Patch for Python 3.10:
zcat $CWD/hplip.python3.10.diff.gz | patch -p1 --verbose || exit 1rpm.SlackBuild
L. 98
Code:# We need to do this since there's a bugfix for python3.10 detection in
# the latest automake:
autoreconf -vifautomake.SlackBuild
L. 66
Code:# Python detection fix for 3.10:
zcat $CWD/automake.python.3.10.diff.gz | patch -p1 --verbose || exit 1
mozjs78.SlackBuild
L. 105
Code:# Patch to allow building with Python 3.10:
zcat $CWD/patches/Fixup-compatibility-of-mozbuild-with-Python-3.10.patch.gz | patch -p1 --verbose || exit 1... I hope the last 2 are not the cause of our problems with FF...