search for: py_cflags

Displaying 1 result from an estimated 1 matches for "py_cflags".

Did you mean: y_cflags
2024 Jan 31
4
Bug#1062048: xen: FTBFS with Python 3.12 as default
...bfs patch User: debian-python at lists.debian.org Usertags: python3.12 Hi Maintainer xen FTBFS with Python 3.12 as the default version (i.e. with python3-defaults/3.12.1-1 from experimental). I've copied what I hope is the relevant part of the log below. I was able to work around this by: -PY_CFLAGS = $(CFLAGS) $(PY_NOOPT_CFLAGS) +PY_CFLAGS = $(CFLAGS) $(PY_NOOPT_CFLAGS) -Wno-error=declaration-after-statement in tools/python/Makefile and tools/pygrub/Makefile. Regards Graham /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is de...