<!-- Some styling for better description lists --><style type='text/css'>dt { font-weight: bold;float: left;display:inline;margin-right: 1em} dd { display:block; margin-left: 2em}</style>

   ***: funman has quit IRC (*.net *.split)
   <br> Whoopie has quit IRC (Ping timeout: 252 seconds)
   danielh32: <u>hverkuil</u>: I seem to be having a build issue with installing my v4l-dvb drivers
   <br> I'm not sure if this has to do with my kernel sources (the install tells me I don't have them) but it always hangs at uvc-video.o
   <br> The build log says that it might already be a known problem but I'd like to know what to do about it. Thanks!
   hverkuil: <u>danielh32</u>: the build system is currently broken for kernels &lt; 4.10 (lack of time on my side to repair it)
   <br> Not sure if it is related to your problem.
   <br> When you say 'hang' you mean the compiler hangs at that source?
   danielh32: Well, no. The make command fails at that source
   <br> Also, my kernel version is 4.9.0
   hverkuil: how does it fail? What the error?
   <br> I'll bet it is this issue: https://patchwork.linuxtv.org/patch/46464/
   <br> See the discussion there.
   danielh32: Thank you. I'm trying to get a log from my terminal right now
   <br> If it means anything, its Error 2 for an unsigned integer
   <br> How would I install this .patch into my build?
   hverkuil: You might be better off waiting a bit. I hope the media_build will be fixed for this in the coming week.
   <br> https://www.linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers
   <br> Follow the developer's approach. Apply the patch as follows:
   <br> cd media
   <br> patch -p1 &lt;my-patch
   <br> I hope the instructions still work...
   danielh32: It recognizes the patch, but states that it could not find the file to patch
   <br> can't find file to patch at input line 5 Perhaps you used the wrong -p or --strip option?
   <br> I followed the instructions on the page regarding moving the .patch into backports and adding it to the backports.txt. We'll see what happens!
   <br> <u>hverkuil</u>: The make command finished!! Even setting make to use 3 processing threads still took forever (rocking a Pentium D over here) but it built fine on Linux 4.9.0
   ***: aballier has quit IRC (Ping timeout: 260 seconds)