Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 954331 - [Tracker] Python packages installing extensions without DISTUTILS_EXT=1
Summary: [Tracker] Python packages installing extensions without DISTUTILS_EXT=1
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: Tracker
Depends on: 954838 954841 955081 910511 914439 916526 954310 954811 954874 954881 955034
Blocks:
  Show dependency tree
 
Reported: 2025-04-24 10:17 UTC by Sam James
Modified: 2025-04-29 17:01 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-04-24 10:17:38 UTC
Tracker bug for:
```
QA Notice: Python extension modules (*.so) found installed. Please set:
  DISTUTILS_EXT=1
in the ebuild.
```

Packages which install extensions must set DISTUTILS_EXT=1 so that USE=debug is respected for assertions and we know to check it with e.g. new Cython too.