Slackware[64]-current 15.0 RC1 HPLIP issues after Python 3.10 updates.
by kingbeowulf from LinuxQuestions.org on (#5QSY2)
Not sure if this was reported yet (just upgraded a few hours ago), but now that we are on Python 3.10, the hplip.Slackbuild still points to the nonexistent Python 3.8:
Code:CFLAGS="$SLKCFLAGS -I/usr/include/python3.8" \
CXXFLAGS="$SLKCFLAGS" \
PYTHON=/usr/bin/python3 \
./configure \that is:
Code:ls -ld /usr/include/pyth*
drwxr-xr-x 2 root root 4096 Oct 8 20:35 /usr/include/python2.7
drwxr-xr-x 5 root root 4096 Oct 15 11:09 /usr/include/python3.10I'm getting various python errors here running many of the /usr/bin/hp-*
I'll make the edit here and recompile.
Code:CFLAGS="$SLKCFLAGS -I/usr/include/python3.8" \
CXXFLAGS="$SLKCFLAGS" \
PYTHON=/usr/bin/python3 \
./configure \that is:
Code:ls -ld /usr/include/pyth*
drwxr-xr-x 2 root root 4096 Oct 8 20:35 /usr/include/python2.7
drwxr-xr-x 5 root root 4096 Oct 15 11:09 /usr/include/python3.10I'm getting various python errors here running many of the /usr/bin/hp-*
I'll make the edit here and recompile.