Date: Sun, 13 Nov 2022 21:03:29 +0000 From: bugzilla-noreply@freebsd.org To: desktop@FreeBSD.org Subject: [Bug 267615] devel/meson: meson breaks at startup: StopIteration Message-ID: <bug-267615-39348-t4A6T0agMB@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-267615-39348@https.bugs.freebsd.org/bugzilla/> References: <bug-267615-39348@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=3D267615 Adriaan de Groot <adridg@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adridg@freebsd.org Status|New |Closed Resolution|--- |Unable to Reproduce --- Comment #1 from Adriaan de Groot <adridg@freebsd.org> --- Can't reproduce with 13.1 and meson 0.63.2 . There is also a newer meson -- please try that. My best guess is that you have an unusual PYTHONPATH, or something has moved the meson modules out from underneath your installation, e.g. a Python vers= ion bump. You can check that with ``` python3 -c 'from importlib.metadata import distribution; print(distribution("meson").entry_points);' ``` This should print a list of at least one item, with name equal to "meson", group "console_scripts", like this: ``` [EntryPoint(name=3D'meson', value=3D'mesonbuild.mesonmain:main', group=3D'console_scripts')] ``` --=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-267615-39348-t4A6T0agMB>