You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like pep517 build is not producing DSO modle.
I'm not sure but it may be result of use cython 3.0.11.
Expected behaviour
pep571 build should build DSO module.
Actual behaviour
+ /usr/bin/python3 -sBm build -w --no-isolation* Getting build dependencies for wheel...running egg_infocreating frozenlist.egg-infowriting frozenlist.egg-info/PKG-INFOwriting dependency_links to frozenlist.egg-info/dependency_links.txtwriting top-level names to frozenlist.egg-info/top_level.txtwriting manifest file 'frozenlist.egg-info/SOURCES.txt'reading manifest file 'frozenlist.egg-info/SOURCES.txt'reading manifest template 'MANIFEST.in'warning: no previously-included files matching '*.pyd' found anywhere in distributionwarning: no previously-included files matching '*.so' found anywhere in distributionwarning: no previously-included files matching '*.lib' found anywhere in distributionwarning: no previously-included files matching '*.dll' found anywhere in distributionwarning: no previously-included files matching '*.a' found anywhere in distributionwarning: no previously-included files matching '*.obj' found anywhere in distributionwarning: no previously-included files found matching 'frozenlist/*.c'warning: no previously-included files found matching 'frozenlist/*.html'no previously-included directories found matching 'docs/_build'adding license file 'LICENSE'writing manifest file 'frozenlist.egg-info/SOURCES.txt'* Building wheel...running bdist_wheelrunning buildrunning build_pycreating build/lib/frozenlistcopying frozenlist/__init__.py -> build/lib/frozenlistrunning egg_infowriting frozenlist.egg-info/PKG-INFOwriting dependency_links to frozenlist.egg-info/dependency_links.txtwriting top-level names to frozenlist.egg-info/top_level.txtreading manifest file 'frozenlist.egg-info/SOURCES.txt'reading manifest template 'MANIFEST.in'warning: no previously-included files matching '*.pyd' found anywhere in distributionwarning: no previously-included files matching '*.so' found anywhere in distributionwarning: no previously-included files matching '*.lib' found anywhere in distributionwarning: no previously-included files matching '*.dll' found anywhere in distributionwarning: no previously-included files matching '*.a' found anywhere in distributionwarning: no previously-included files matching '*.obj' found anywhere in distributionwarning: no previously-included files found matching 'frozenlist/*.c'warning: no previously-included files found matching 'frozenlist/*.html'no previously-included directories found matching 'docs/_build'adding license file 'LICENSE'writing manifest file 'frozenlist.egg-info/SOURCES.txt'copying frozenlist/__init__.pyi -> build/lib/frozenlistcopying frozenlist/_frozenlist.pyx -> build/lib/frozenlistcopying frozenlist/py.typed -> build/lib/frozenlistinstalling to build/bdist.linux-x86_64/wheelrunning installrunning install_libcreating build/bdist.linux-x86_64/wheelcreating build/bdist.linux-x86_64/wheel/frozenlistcopying build/lib/frozenlist/__init__.py -> build/bdist.linux-x86_64/wheel/./frozenlistcopying build/lib/frozenlist/__init__.pyi -> build/bdist.linux-x86_64/wheel/./frozenlistcopying build/lib/frozenlist/_frozenlist.pyx -> build/bdist.linux-x86_64/wheel/./frozenlistcopying build/lib/frozenlist/py.typed -> build/bdist.linux-x86_64/wheel/./frozenlistrunning install_egg_infoCopying frozenlist.egg-info to build/bdist.linux-x86_64/wheel/./frozenlist-1.4.1-py3.10.egg-inforunning install_scriptscreating build/bdist.linux-x86_64/wheel/frozenlist-1.4.1.dist-info/WHEELcreating '/home/tkloczko/rpmbuild/BUILD/frozenlist-1.4.1/dist/.tmp-wgruouqy/frozenlist-1.4.1-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to itadding 'frozenlist/__init__.py'adding 'frozenlist/__init__.pyi'adding 'frozenlist/_frozenlist.pyx'adding 'frozenlist/py.typed'adding 'frozenlist-1.4.1.dist-info/LICENSE'adding 'frozenlist-1.4.1.dist-info/METADATA'adding 'frozenlist-1.4.1.dist-info/WHEEL'adding 'frozenlist-1.4.1.dist-info/top_level.txt'adding 'frozenlist-1.4.1.dist-info/RECORD'removing build/bdist.linux-x86_64/wheelSuccessfully built frozenlist-1.4.1-py3-none-any.whl
Steps to reproduce
Use pip or build do perform pep517 build.
The text was updated successfully, but these errors were encountered:
Long story short
Looks like pep517 build is not producing DSO modle.
I'm not sure but it may be result of use
cython
3.0.11.Expected behaviour
pep571 build should build DSO module.
Actual behaviour
Steps to reproduce
Use
pip
orbuild
do perform pep517 build.The text was updated successfully, but these errors were encountered: