Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 943149 - media-gfx/krita-5.2.6 w/ python-3.13: utilities.cpp:423:9: error: ‘Py_SetPath’ was not declared in this scope; did you mean ‘Py_GetPath’?
Summary: media-gfx/krita-5.2.6 w/ python-3.13: utilities.cpp:423:9: error: ‘Py_SetPath...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: py3.13-tracker
  Show dependency tree
 
Reported: 2024-11-09 14:51 UTC by Andreas Sturmlechner
Modified: 2024-11-25 22:52 UTC (History)
0 users

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


Attachments
build.log w/ PYTHON_SINGLE_TARGET="python3_13" (build.log.xz,120.32 KB, application/x-xz)
2024-11-09 14:51 UTC, Andreas Sturmlechner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sturmlechner gentoo-dev 2024-11-09 14:51:46 UTC
Created attachment 908307 [details]
build.log w/ PYTHON_SINGLE_TARGET="python3_13"

> ../plugins/extensions/pykrita/plugin/utilities.cpp: In static member function ‘static bool PyKrita::Python::setPath(const QStringList&)’:
> ../plugins/extensions/pykrita/plugin/utilities.cpp:423:9: error: ‘Py_SetPath’ was not declared in this scope; did you mean ‘Py_GetPath’?
>   423 |         Py_SetPath(joinedPathsWChars.data());
>       |         ^~~~~~~~~~
>       |         Py_GetPath
Comment 2 Larry the Git Cow gentoo-dev 2024-11-09 15:21:10 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd5f0f7a9f4843408399974ebb8dc35de768e33

commit 8dd5f0f7a9f4843408399974ebb8dc35de768e33
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2024-11-09 15:16:23 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2024-11-09 15:21:03 +0000

    media-gfx/krita: enable py3.13
    
    KDE-bug: https://bugs.kde.org/show_bug.cgi?id=488680
    See also: https://bugzilla.redhat.com/show_bug.cgi?id=2278646
    
    Closes: https://bugs.gentoo.org/943149
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 media-gfx/krita/files/krita-5.2.6-py3.13.patch | 120 +++++++++++++++++++++++++
 media-gfx/krita/krita-5.2.6.ebuild             |   4 +-
 2 files changed, 123 insertions(+), 1 deletion(-)
Comment 3 Larry the Git Cow gentoo-dev 2024-11-25 22:52:01 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=96a63e864379619689ed79680582c93429102fd5

commit 96a63e864379619689ed79680582c93429102fd5
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2024-11-09 15:16:23 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2024-11-25 22:50:30 +0000

    media-gfx/krita: enable py3.13
    
    KDE-bug: https://bugs.kde.org/show_bug.cgi?id=488680
    See also: https://bugzilla.redhat.com/show_bug.cgi?id=2278646
    
    Closes: https://bugs.gentoo.org/943149
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 media-gfx/krita/files/krita-5.2.6-py3.13.patch | 120 +++++++++++++++++++++++++
 media-gfx/krita/krita-9999.ebuild              |   4 +-
 2 files changed, 123 insertions(+), 1 deletion(-)