Date: Wed, 16 Oct 2024 09:39:37 +0000 From: bugzilla-noreply@freebsd.org To: desktop@FreeBSD.org Subject: [Bug 282129] devel/json-glib: configure error: rst2html5 not found Message-ID: <bug-282129-39348-tWp4hIidjf@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-282129-39348@https.bugs.freebsd.org/bugzilla/> References: <bug-282129-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=3D282129 --- Comment #7 from Dimitry Andric <dim@FreeBSD.org> --- The docs/meson.build file has: rst2man =3D find_program('rst2man', 'rst2man.py', required: get_option('man= ')) rst2html5 =3D find_program('rst2html5', 'rst2html5.py', required: get_option('documentation')) so I think that you will have to depend on py-docutils also if only the DOCS option is enabled, and MANPAGES is disabled. --=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-282129-39348-tWp4hIidjf>