#linuxtv 2021-01-02,Sat

↑back Search ←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
***Guest72931 has quit IRC (Ping timeout: 246 seconds) [16:21]
................................................................... (idle for 5h30mn)
imKevinhey
could somebody help me with an issue related to the media build git?
[21:51]
SQUelcherimKevin: probably not, this channel is quite dead [21:53]
imKevinoh no! SQUelcher i've just got a Dual HD tuner and it wasn't picking up any HD channels, followed a tutorial to install the mediabuild git from here but it's failing and i cant find a mirror anywhere! [21:54]
SQUelcherimKevin: You followed the guide from https://www.linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers#Retrieving_and_Building.2FCompiling_the_Latest_media_drivers_Source_Code ? [21:55]
imKevinyes sir, i've checked the builder logs on git and it's also been failing there too
https://git.linuxtv.org/cgit.cgi/media_build.git < on here it says no repos found
[21:56]
SQUelcherjust use git to check it out, not the http version [22:01]
imKevinits fine checking it out, but when i run ./build it fails to download the latest tars and unzip [22:01]
SQUelcherah, that's bad. [22:01]
imKevinyes :(
make: Leaving directory '/media_build/linux'
make: Entering directory '/media_build/linux'
tar xfj linux-media.tar.bz2
tar (child): bzip2: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
make: *** [Makefile:115: untar] Error 2
make: Leaving directory '/media_build/linux'
Untar failed at ./build line 536
[22:02]
SQUelcherit seems you're missing bzip2
which is strange
that should be included in every linux distribution for many years
[22:02]
imKevinoh, you're right!
perfect thanks so much
[22:03]
SQUelcheryou're welcome [22:05]
.... (idle for 17mn)
imKevincan you make any sense of this one SQUelcher https://pastebin.com/MpYDs0UV ? [22:22]
SQUelcheractually, yes.
your kernel is missing one certain header file
[22:23]
imKevincan i install via apt? [22:24]
SQUelcherno, it is missing even on the most recent kernel. But you can just put it in your includes directory and hope for the best :]
sudo wget -O /usr/include/linux/dma-buf-map.h 'https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/include/linux/dma-buf-map.h'
[22:28]
imKevinmade it passed that step (y) [22:34]
https://pastebin.com/hCH71gZe - almost finished lol, sorry this is all new to me (linux) [22:39]

↑back Search ←Prev date Next date→ Show only urls(Click on time to select a line by its url)