Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933602 - dev-python/pydevd-3.1.0-r1 fails to compile: pydevd_frame_evaluator.c:8474:133: error: passing argument 3 of _PyCode_GetExtra from incompatible pointer type [-Wincompatible-pointer-types]
Summary: dev-python/pydevd-3.1.0-r1 fails to compile: pydevd_frame_evaluator.c:8474:13...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2024-06-05 10:08 UTC by Agostino Sarubbo
Modified: 2024-06-05 14:54 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,106.85 KB, text/plain)
2024-06-05 10:08 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-06-05 10:08:54 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/pydevd-3.1.0-r1 fails to compile.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0003
Comment 1 Agostino Sarubbo gentoo-dev 2024-06-05 10:08:55 UTC
Created attachment 895149 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-06-05 10:08:57 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
/usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: warning: cannot find entry symbol _start; defaulting to 0000000000001130
_pydevd_frame_eval/pydevd_frame_evaluator.c:8474:133: error: passing argument 3 of ‘_PyCode_GetExtra’ from incompatible pointer type [-Wincompatible-pointer-types]
Comment 3 Larry the Git Cow gentoo-dev 2024-06-05 14:54:44 UTC
The bug has been closed via the following commit(s):

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

commit c14dd96813223577dc89d09f9dc81dd512055dec
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-06-05 14:52:27 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-06-05 14:54:39 +0000

    dev-python/pydevd: Remove py3.10 support, it doesn't compile
    
    Closes: https://bugs.gentoo.org/933602
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/pydevd/pydevd-3.1.0-r1.ebuild | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)