Gentoo Archives: gentoo-user

From: Tamer Higazi <th982a@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] media_build fails on Gentoo 4.2 machine....
Date: Mon, 26 Oct 2015 14:06:31
Message-Id: 562E334C.70209@googlemail.com
In Reply to: Re: [gentoo-user] media_build fails on Gentoo 4.2 machine.... by Alan McKinnon
1 Solved... I switched back to Gentoo 4.0.5 and it all went fine... but
2 the driver is buggy and I don't get it to run.
3
4 I'll post a new thread.
5
6 best, Tamer
7
8
9 Am 26.10.2015 um 13:24 schrieb Alan McKinnon:
10 > On 24/10/2015 14:10, Tamer Higazi wrote:
11 >> Hi people!
12 >> I am on a gentoo machine, after updating my kernel, linux header and
13 >> restarted my machine I wanted to compile
14 >> "media_build"(http://git.linuxtv.org/cgit.cgi/media_build.git/about/).
15 >>
16 >> What could this be that I get this error ?
17 >>
18 >> http://pastebin.com/raw.php?i=Ubt5qhP0
19 >>
20 >>
21 >> output:
22 >>
23 >> /storage/downloads/media_build/v4l/videobuf2-core.c:29:30: fatal error:
24 >> trace/events/vb2.h: No such file or directory
25 >> #include <trace/events/vb2.h>
26 >> ^
27 >> compilation terminated.
28 >> scripts/Makefile.build:264: die Regel für Ziel
29 >> „/storage/downloads/media_build/v4l/videobuf2-core.o“ scheiterte
30 >> make[3]: *** [/storage/downloads/media_build/v4l/videobuf2-core.o] Fehler 1
31 >> Makefile:1386: recipe for target
32 >> '_module_/storage/downloads/media_build/v4l' failed
33 >> make[2]: *** [_module_/storage/downloads/media_build/v4l] Error 2
34 >> make[2]: Leaving directory '/usr/src/linux-4.2.3-gentoo'
35 >> Makefile:51: recipe for target 'default' failed
36 >> make[1]: *** [default] Error 2
37 >> make[1]: Leaving directory '/storage/downloads/media_build/v4l'
38 >> Makefile:26: recipe for target 'all' failed
39 >> make: *** [all] Error 2
40 >> build failed at ./build line 491.
41 >
42 >
43 >
44 > Why compile manually from source when you have the awesomeness of
45 > portage at your disposal?
46 >
47 > media_build is in the vdr_devel overlay.
48 > Install from there - the maintainer has already done the heavy lifting
49 > of deps and so on. make your life easier.
50 >
51 > http://gpo.zugaina.org/media-tv/media-build-experimental
52 > from more info
53 >
54 >
55 >
56 >
57 >