Gentoo Archives: gentoo-user

From: R <rjhwelsh@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] handbrake fails to compile
Date: Sun, 24 May 2020 11:12:34
Message-Id: ptpzh9xwprc.fsf@gmail.com
In Reply to: [gentoo-user] handbrake fails to compile by tuxic@posteo.de
1 tuxic@××××××.de writes:
2
3 > media-video/handbrake-1.3.2:0/0::gentoo fails to compile (I am
4 > on
5 > "unstable").
6 >
7
8 > Message was:
9 >
10 > * ERROR: media-video/handbrake-1.3.2::gentoo failed (compile
11 > phase):
12 > * emake failed
13
14 Funny, when I `cat` the ebuild, it has a few TODO items.
15 And it says documentation building is broken; in the compile
16 phase.
17
18 `cat
19 /usr/portage/media-video/handbrake/handbrake-1.3.0-r2.ebuild`
20
21 ...
22 src_compile(){
23 ...
24 # TODO: Documentation building is currently broken, try to
25 fix it.
26 #
27 # if use doc ; then
28 # emake -C build doc
29 # fi
30
31 Also, do you have media-video/handbrake-1.3.2-*r2* ?
32 You might want to trying syncing up again, if you don't.
33
34 > How can I fix that?
35 Maybe try:
36 `USE="-doc" emerge -av1 media-video/handbrake`
37
38 Or:
39 `emerge --sync && #command above`
40
41 Regards,
42 Roger

Replies

Subject Author
Re: [gentoo-user] handbrake fails to compile tuxic@××××××.de