Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 909548 - games-fps/freedoom-data-0.12.1-r1 - AttributeError: ImageDraw object has no attribute textsize
Summary: games-fps/freedoom-data-0.12.1-r1 - AttributeError: ImageDraw object has no a...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Breathitt Gray
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-03 07:40 UTC by Toralf Förster
Modified: 2023-08-03 22:19 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,18.47 KB, text/plain)
2023-07-03 07:40 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,164.88 KB, text/plain)
2023-07-03 07:40 UTC, Toralf Förster
Details
environment (environment,98.75 KB, text/plain)
2023-07-03 07:40 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,788 bytes, application/x-xz)
2023-07-03 07:40 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,11.41 KB, application/x-xz)
2023-07-03 07:40 UTC, Toralf Förster
Details
games-fps:freedoom-data-0.12.1-r1:20230703-013905.log (games-fps:freedoom-data-0.12.1-r1:20230703-013905.log,6.90 KB, text/plain)
2023-07-03 07:40 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,24.41 KB, application/x-xz)
2023-07-03 07:40 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2023-07-03 07:40:36 UTC
./create_caption ../titlepic/freedm_titlepic.png fdmtitle.png
./rotate wikilrs_horiz.png 270 wikilrs.png
Traceback (most recent call last):
  File "/var/tmp/portage/games-fps/freedoom-data-0.12.1-r1/work/freedoom-0.12.1/graphics/text/./create_caption", line 21, in <module>
    txt1_size = draw.textsize(txt1, font=font)
                ^^^^^^^^^^^^^
AttributeError: 'ImageDraw' object has no attribute 'textsize'
make[1]: *** [Makefile:156: fdmtitle.png] Error 1
make[1]: *** Waiting for unfinished jobs....

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_systemd-20230630-202504

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 16.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/16/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/16
16.0.6
Python 3.11.4
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.69.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.19_p7 [openjdk-bin-11]
2)	Eclipse Temurin JDK 17.0.7_p7 [openjdk-bin-17]
*)	Eclipse Temurin JDK 8.372_p07 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17 

php cli (if any):
go version go1.20.5 linux/amd64

  HEAD of ::gentoo
commit 0c4c14b58aa723fac7a7553a8414a73c0b7d4ad4
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Jul 3 00:46:57 2023 +0000

    2023-07-03 00:46:57 UTC

emerge -qpvO games-fps/freedoom-data
[ebuild  N    ] games-fps/freedoom-data-0.12.1-r1
Comment 1 Toralf Förster gentoo-dev 2023-07-03 07:40:37 UTC
Created attachment 865072 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-07-03 07:40:39 UTC
Created attachment 865073 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-07-03 07:40:40 UTC
Created attachment 865074 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-07-03 07:40:41 UTC
Created attachment 865075 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-07-03 07:40:42 UTC
Created attachment 865076 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-07-03 07:40:43 UTC
Created attachment 865077 [details]
games-fps:freedoom-data-0.12.1-r1:20230703-013905.log
Comment 7 Toralf Förster gentoo-dev 2023-07-03 07:40:44 UTC
Created attachment 865078 [details]
temp.tar.xz
Comment 8 Larry the Git Cow gentoo-dev 2023-08-03 22:11:39 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23a7ff2f75f4083bbe22e8f75ed17ea2e4380cd8

commit 23a7ff2f75f4083bbe22e8f75ed17ea2e4380cd8
Author:     William Breathitt Gray <william.gray@linaro.org>
AuthorDate: 2023-07-30 12:46:51 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-08-03 22:11:26 +0000

    games-fps/freedoom-data: Support Python PIL 10.0.0
    
    Closes: https://bugs.gentoo.org/909548
    Signed-off-by: William Breathit Gray <william.gray@linaro.org>
    Signed-off-by: Sam James <sam@gentoo.org>

 ...oom-data-0.12.1-Python-PIL-10.0.0-support.patch | 39 ++++++++++++++++++++++
 .../freedoom-data/freedoom-data-0.12.1-r1.ebuild   |  4 +++
 2 files changed, 43 insertions(+)
Comment 9 Larry the Git Cow gentoo-dev 2023-08-03 22:19:08 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44be330fe5657808e4f6ae9d8398ef25398ddbaf

commit 44be330fe5657808e4f6ae9d8398ef25398ddbaf
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-08-03 22:18:59 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-08-03 22:18:59 +0000

    games-fps/freedoom-data: add references to patch
    
    Bug: https://bugs.gentoo.org/909548
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/freedoom-data-0.12.1-Python-PIL-10.0.0-support.patch        | 4 ++++
 1 file changed, 4 insertions(+)