This seems to be the culprint. The string '3.10' does not fit into 3 characters: PY3VER := $(shell python3 -c 'import sys; print(sys.version[:3])')
ls /<<PKGBUILDDIR>>/build/ -la total 16 drwxrwxr-x 4 root root 4096 Feb 15 11:37 . drwxr-xr-x 10 root root 4096 Feb 15 11:38 .. drwxrwxr-x 3 root root 4096 Feb 15 11:37 lib.linux-x86_64-3.10 drwxrwxr-x 3 root root 4096 Feb 15 11:37 temp.linux-x86_64-3.10 echo PY3VER: '3.1' PY3VER: 3.1 echo PY3VERS: '3.10' PY3VERS: 3.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960263 Title: python-pil-doc fails to build in jammy To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pillow/+bug/1960263/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
