Gentoo Archives: gentoo-user

From: "J. Roeleveld" <joost@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] media_build fails on Gentoo 4.2 machine....
Date: Mon, 26 Oct 2015 10:38:38
Message-Id: 3805977.8DM1cd7DDG@andromeda
In Reply to: [gentoo-user] media_build fails on Gentoo 4.2 machine.... by Tamer Higazi
1 On Saturday, October 24, 2015 02:10:41 PM Tamer Higazi wrote:
2 > Hi people!
3 > I am on a gentoo machine, after updating my kernel, linux header and
4 > restarted my machine I wanted to compile
5 > "media_build"(http://git.linuxtv.org/cgit.cgi/media_build.git/about/).
6 >
7 > What could this be that I get this error ?
8 >
9 > http://pastebin.com/raw.php?i=Ubt5qhP0
10 >
11 >
12 > output:
13 >
14 > /storage/downloads/media_build/v4l/videobuf2-core.c:29:30: fatal error:
15 > trace/events/vb2.h: No such file or directory
16 > #include <trace/events/vb2.h>
17 > ^
18 > compilation terminated.
19 > scripts/Makefile.build:264: die Regel für Ziel
20 > „/storage/downloads/media_build/v4l/videobuf2-core.o“ scheiterte
21 > make[3]: *** [/storage/downloads/media_build/v4l/videobuf2-core.o] Fehler 1
22 > Makefile:1386: recipe for target
23 > '_module_/storage/downloads/media_build/v4l' failed
24 > make[2]: *** [_module_/storage/downloads/media_build/v4l] Error 2
25 > make[2]: Leaving directory '/usr/src/linux-4.2.3-gentoo'
26 > Makefile:51: recipe for target 'default' failed
27 > make[1]: *** [default] Error 2
28 > make[1]: Leaving directory '/storage/downloads/media_build/v4l'
29 > Makefile:26: recipe for target 'all' failed
30 > make: *** [all] Error 2
31 > build failed at ./build line 491.
32
33 As Dale also mentioned, only quoting the last few lines of the log is often
34 insufficient.
35
36 The error indicates you are missing a dependency.
37
38 --
39 Joost