On Tue, Apr 12, 2011 at 10:26 AM, Andrew Benton <[email protected]> wrote: > On Tue, 12 Apr 2011 08:00:35 -0600 > Dave Hajoglou <[email protected]> wrote: > >> I seem to have encountered this issue ( >> http://comments.gmane.org/gmane.linux.lfs.devel/10624 ) just now >> though it seems the patch isn't in the patch list nor in the >> instructions. Did I miss a step? I manually applied the patch and >> had to copy two headers from the kernel headers in order to get it to >> fly. >> >> http://comments.gmane.org/gmane.linux.lfs.devel/10624 >> >> Headers I was missing were >> >> /usr/include/linux/videodev2.h >> which calls >> /usr/include/linux/compiler.h > > Perhaps something went wrong when you installed the kernel headers? > /usr/include/linux/videodev2.h should have been installed when you > installed the Linux-2.6.38.2 API Headers on page 6.7. The 2.6.38 kernel > no longer installs the file videodev.h but that's a different file, you > say you were missing videodev2.h which is not affected by the patch.
Yeah, I even re-ran the 6.7. Linux-2.6.37 API Headers section (with 2.6.38.2) and it was a no go on videodev2.h. It was in the kernel tree but never made it out to /usr/include/linux. Output from make INSTALL_HDR_PATH=dest headers_install indicates INSTALL include/linux (360 files). And there seem to be just that many. I have a snapshot of my build chain so I can go back and give it a shot from the ground up and see if it repeats. > > Andy > -- > http://linuxfromscratch.org/mailman/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/lfs/faq.html > Unsubscribe: See the above information page > -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
