Gentoo Archives: gentoo-user

From: Daniel Pielmeier <billie@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] mpv no longer compiles
Date: Fri, 17 Mar 2023 12:22:01
Message-Id: 05D261D9-576B-47E6-8BDF-FC99500D0D44@gentoo.org
In Reply to: Re: [gentoo-user] mpv no longer compiles by John Covici
1 Am 17. März 2023 11:57:41 UTC schrieb John Covici <covici@××××××××××.com>:
2 >On Fri, 17 Mar 2023 07:07:49 -0400,
3 >Daniel Pielmeier wrote:
4 >>
5 >> Am 17. März 2023 08:52:53 UTC schrieb John Covici <covici@××××××××××.com>:
6 >> >
7 >> >On Fri, 17 Mar 2023 03:03:37 -0400,
8 >> >Daniel Pielmeier wrote:
9 >> >>
10 >> >> Am 17. März 2023 06:42:11 UTC schrieb John Covici <covici@××××××××××.com>:
11 >> >> >media-video/mpv-0.35.1-r1 will not compile -- here is a portion of the
12 >> >> >build log.
13 >> >> >[19/438] /usr/bin/rst2man.py --strip-elements-with-class=contents
14 >> >> >../mpv-0.35.1/DOCS/man/mpv.rst mpv.1
15 >> >> >[20/438] /usr/bin/rst2html ../mpv-0.35.1/DOCS/man/mpv.rst mpv.html
16 >> >> >^[[31mFAILED: ^[[0mmpv.html
17 >> >> >/usr/bin/rst2html ../mpv-0.35.1/DOCS/man/mpv.rst mpv.html
18 >> >> >/bin/sh: line 1: /usr/bin/rst2html: cannot execute: required file not
19 >> >> >found
20 >> >> >ninja: build stopped: subcommand failed.
21 >> >> >
22 >> >> >I looked on bgo, but found nothing -- anyone seen this or should I
23 >> >> >file a bug?
24 >> >>
25 >> >> Do you have dev-python/docutils installed and if not does it compile if you install it?
26 >> >
27 >> >Thanks for your quick response. I have 0.19 of that package.
28 >> >
29 >>
30 >> I am asking because I think rst2html is shipped with the docutils package. Does /usr/bin/rst2html exist on your system? Maybe also search for anything on the system containing rst2html.
31 >
32 >I did have /usr/bin/rst2html, but it was old and when I tried to
33 >execute it said bad interpreter python3.8, so I linked the name to
34 >/usr/bin/rst2html.py and that made everything work.
35 >
36 >Thanks a lot for the hint.
37 >
38
39 I don't think this should be necessary. The docutils ebuild should take care of this. If it doesn't there is a bug in docutils or maybe the mpv ebuild should call the py script directly.
40
41
42 --
43 Best regards
44 Daniel

Replies

Subject Author
Re: [gentoo-user] mpv no longer compiles Michael Orlitzky <mjo@g.o>