[mythtv] Lirc and Redhat9?

Lars Heer l.heer at gmx.de
Thu Oct 16 12:29:34 EDT 2003


Torsten Schenkel wrote:

>Hi, 
>
>after another night I have mythtv nearly up and running. I will
>give a report soon.
>
>But there is one thing I can't get working: lirc
>
>Whatever I do; plain vanilla kernel sources, kernel sources with
>.config copied with the config of the 2.4.20-8, make config, make dep,
>it won't compile.
>
>I tried any combination of the above and the farthest I have come is:
>
>make[1]: Entering directory
>`/usr/src/redhat/SOURCES/lirc-0.7.0pre2/drivers/lirc_dev'
>DIR=`pwd`; (cd /usr/src/linux/; make SUBDIRS=$DIR obj-m=lirc_dev.o
>modules)
>make[2]: Entering directory `/usr/src/linux-2.4.20-8'
>make -r -f tmp_include_depends all
>make[3]: Entering directory `/usr/src/linux-2.4.20-8'
>touch: creating
>`/usr/src/build/231485-i386/install/usr/src/linux-2.4.20-8/fs/jfs/jfs_debug.h':
>No such file or directory
>make[3]: ***
>[/usr/src/build/231485-i386/install/usr/src/linux-2.4.20-8/fs/jfs/jfs_debug.h]
>Error 1
>make[3]: Leaving directory `/usr/src/linux-2.4.20-8'
>make[2]: *** [tmp_include_depends] Error 2
>make[2]: Leaving directory `/usr/src/linux-2.4.20-8'
>make[1]: *** [lirc_dev.o] Error 2
>make[1]: Leaving directory
>`/usr/src/redhat/SOURCES/lirc-0.7.0pre2/drivers/lirc_dev'
>make: *** [all-recursive] Error 1
>
>
>
>
>
>So, what does
>
>touch: creating
>`/usr/src/build/231485-i386/install/usr/src/linux-2.4.20-8/fs/jfs/jfs_debug.h':
>No such file or directory
>
>mean. The file /usr/src/linux-2.4.20-8/fs/jfs/jfs_debug.h is
>definitely there.
>
>Please help,
>
>Torsten
>
>  
>
>------------------------------------------------------------------------
>
>_______________________________________________
>mythtv-dev mailing list
>mythtv-dev at mythtv.org
>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>  
>

Hi Torsten,

cd /usr/src/linux-2.4.20-8
mv tmp_include_depends .tmp_include_depends
cat .tmp_include_depends  | sed "s#/usr/src/build/231485-i386/install##" 
 > tmp_include_depends
                                                            
---------------------------> or whatever is prefix in front of 
/usr/src/linux... in the file

and try again...

Lars



More information about the mythtv-dev mailing list