Re: PYTHON_EXT_SUFFIX value for shared libraries, pyc files and others

2023-01-10 Thread Michael Zhilin
On Wed, Jan 11, 2023 at 9:45 AM Charlie Li wrote: > Michael Zhilin wrote: > > Hi, > > > > I have a problem with PYTHON_EXT_SUFFIX when I try to build ports > > (including python) with the option WITH_DEBUG. > > > > I want to build subset of ports with W

PYTHON_EXT_SUFFIX value for shared libraries, pyc files and others

2023-01-10 Thread Michael Zhilin
Hi, I have a problem with PYTHON_EXT_SUFFIX when I try to build ports (including python) with the option WITH_DEBUG. I want to build subset of ports with WITH_DEBUG by poudriere, but several python package builds have failed on phase "package" due to missing artifacts. The root cause of failure i