public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* python 3.9 package leaks CFLAGS into user packages via sysconfig
@ 2021-12-28  1:27 Matthias Koeppe
  2021-12-28  2:19 ` Marco Atzeri
  2021-12-31 19:33 ` Matthias Koeppe
  0 siblings, 2 replies; 5+ messages in thread
From: Matthias Koeppe @ 2021-12-28  1:27 UTC (permalink / raw)
  To: cygwin

$ python3.9 -m sysconfig | grep CFLAGS
CFLAGS = "-Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall
-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2
-fstack-protector-strong --param=ssp-buffer-size=4 -DOPENSSL_NO_SSL3=1
-I/usr/include/uuid/
-fdebug-prefix-map=/pub/devel/python/python39/python39-3.9.9-1.x86_64/build=/usr/src/debug/python39-3.9.9-1
-fdebug-prefix-map=/pub/devel/python/python39/python39-3.9.9-1.x86_64/src/Python-3.9.9=/usr/src/debug/python39-3.9.9-1
-ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2
-fstack-protector-strong --param=ssp-buffer-size=4 -DOPENSSL_NO_SSL3=1
-I/usr/include/uuid/
-fdebug-prefix-map=/pub/devel/python/python39/python39-3.9.9-1.x86_64/build=/usr/src/debug/python39-3.9.9-1
-fdebug-prefix-map=/pub/devel/python/python39/python39-3.9.9-1.x86_64/src/Python-3.9.9=/usr/src/debug/python39-3.9.9-1"

These flags will end up in builds of user Python packages with extensions
via sysconfig/distutils.
This should be fixed by putting the necessary flags for the Python build
into CFLAGS_NODIST instead -- see similar fix for Homebrew's packaging of
python3 in https://github.com/Homebrew/homebrew-core/pull/68528

Reference: https://trac.sagemath.org/ticket/33078

-- 
Dr. Matthias Koeppe . . . . . . . . http://www.math.ucdavis.edu/~mkoeppe
Professor of Mathematics

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-12-31 21:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-28  1:27 python 3.9 package leaks CFLAGS into user packages via sysconfig Matthias Koeppe
2021-12-28  2:19 ` Marco Atzeri
2021-12-28 15:16   ` Marco Atzeri
2021-12-31 19:33 ` Matthias Koeppe
2021-12-31 21:22   ` Marco Atzeri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).