Article 5RJPQ It remains traces of python 3.10 in some SlackBuilds

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...latest?d=yIl2AUoC8zA latest?i=ZAGC1nkmHUo:wM0495JJ8pk:F7zBnMy latest?i=ZAGC1nkmHUo:wM0495JJ8pk:V_sGLiP latest?d=qj6IDK7rITs latest?i=ZAGC1nkmHUo:wM0495JJ8pk:gIN9vFwZAGC1nkmHUo
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments