Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile error with python 3.13 #18

Open
kanavin opened this issue Oct 15, 2024 · 0 comments
Open

compile error with python 3.13 #18

kanavin opened this issue Oct 15, 2024 · 0 comments

Comments

@kanavin
Copy link

kanavin commented Oct 15, 2024

With python 3.13 there is the following build regression:

| /srv/storage/alex/yocto/build-metaoe/tmp/work/core2-64-poky-linux/cmpi-bindings/1.0.4/git/swig/python/../../src/target_python.c: In function 'TargetCleanup':
| /srv/storage/alex/yocto/build-metaoe/tmp/work/core2-64-poky-linux/cmpi-bindings/1.0.4/git/swig/python/../../src/target_python.c:435:3: error: implicit declaration of function 'PyEval_AcquireLock'; did you mean 'PyEval_AcquireThread'? [-Wimplicit-function-declaration]
|   435 |   PyEval_AcquireLock();
|       |   ^~~~~~~~~~~~~~~~~~
|       |   PyEval_AcquireThread
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Oct 16, 2024
Upstream ticket:
kkaempf/cmpi-bindings#18

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Oct 16, 2024
Upstream ticket:
kkaempf/cmpi-bindings#18

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
daregit pushed a commit to daregit/yocto-combined that referenced this issue Oct 18, 2024
…mpatibility

Upstream ticket:
kkaempf/cmpi-bindings#18

Signed-off-by: Alexander Kanavin <alexlinutronix.de>
Signed-off-by: Khem Raj <raj.khemgmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant