Date: Mon, 10 Mar 2025 03:41:22 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 285283] devel/py-pyyaml fails to build: AttributeError: cython_sources Message-ID: <bug-285283-21822-80HjowZgjz@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-285283-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-285283-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D285283 --- Comment #1 from robbak@gmail.com --- I have the same build failure. Build log below. This seems to be caused by having lang/cython3 installed, which is required= for some other ports. Replacing it with /lang/cython allows the port to build.= =20 portmaster -o lang/cython py311-cython3-3.0.12 portmaster devel/py-pyyaml@py311 portmaster -o lang/cython3 py311-cython-0.29.37_2 See a similar problem with another cython port, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D285292 =3D=3D=3D> Cleaning for py311-pyyaml-6.0.1_1 =3D=3D=3D> License MIT accepted by the user =3D=3D=3D> py311-pyyaml-6.0.1_1 depends on file: /usr/local/sbin/pkg - fo= und =3D=3D=3D> Fetching all distfiles required by py311-pyyaml-6.0.1_1 for buil= ding =3D=3D=3D> Extracting for py311-pyyaml-6.0.1_1 =3D> SHA256 Checksum OK for PyYAML-6.0.1.tar.gz. =3D=3D=3D> Patching for py311-pyyaml-6.0.1_1 =3D=3D=3D> py311-pyyaml-6.0.1_1 depends on executable: cython-3.11 - found =3D=3D=3D> py311-pyyaml-6.0.1_1 depends on package: py311-setuptools>=3D6= 3.1.0 - found =3D=3D=3D> py311-pyyaml-6.0.1_1 depends on file: /usr/local/bin/python3.1= 1 - found =3D=3D=3D> py311-pyyaml-6.0.1_1 depends on file: /usr/local/bin/ccache - = found =3D=3D=3D> py311-pyyaml-6.0.1_1 depends on shared library: libyaml.so - f= ound (/usr/local/lib/libyaml.so) =3D=3D=3D> Configuring for py311-pyyaml-6.0.1_1 running config =3D=3D=3D> Building for py311-pyyaml-6.0.1_1 running build_ext Traceback (most recent call last): File "<string>", line 1, in <module> File "setup.py", line 289, in <module> setup( File "/usr/local/lib/python3.11/site-packages/setuptools/__init__.py", li= ne 87, in setup return distutils.core.setup(**attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/setuptools/_distutils/core.= py", line 177, in setup return run_commands(dist) ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/setuptools/_distutils/core.= py", line 193, in run_commands dist.run_commands() File "/usr/local/lib/python3.11/site-packages/setuptools/_distutils/dist.= py", line 968, in run_commands self.run_command(cmd) File "/usr/local/lib/python3.11/site-packages/setuptools/dist.py", line 1= 217, in run_command super().run_command(command) File "/usr/local/lib/python3.11/site-packages/setuptools/_distutils/dist.= py", line 987, in run_command cmd_obj.run() File "setup.py", line 191, in run _build_ext.run(self) File "/usr/local/lib/python3.11/site-packages/setuptools/_distutils/command/buil= d_ext.py", line 339, in run self.build_extensions() File "setup.py", line 233, in build_extensions ext.sources =3D self.cython_sources(ext.sources, ext) ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/setuptools/_distutils/cmd.p= y", line 103, in __getattr__ raise AttributeError(attr) AttributeError: cython_sources *** Error code 1 Stop. make[1]: stopped making "/usr/home/obj/ports/usr/ports/devel/py-pyyaml/work-py311/.build_done.pyyam= l._usr_local" in /usr/ports/devel/py-pyyaml *** Error code 1 Stop. make: stopped making "build" in /usr/ports/devel/py-pyyaml --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-285283-21822-80HjowZgjz>