Bug ID 1231795
Summary python3-config contains some garbage flags
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware x86-64
OS Linux
Status NEW
Severity Normal
Priority P5 - None
Component Python
Assignee python-maintainers@suse.com
Reporter jengelh@inai.de
QA Contact qa-bugs@suse.de
Target Milestone ---
Found By ---
Blocker ---

OS: openSUSE Tumbleweed 20241016
Version: python311-devel-3.11.10-1.2.x86_64

Observed:

$ >x.c; gcc `python3-config --cflags` -c x.c -Wmissing-include-dirs
cc1: warning: Vendor/: No such file or directory [-Wmissing-include-dirs]

Expected:

Don't let -IVendor escape from the python internal build into the
python3-config script.

Since python3.pc does not have the problem, I wonder if anyone should even ever
use python3-config to begin with. Opinions?


You are receiving this mail because: