[mythtv-commits] Ticket #6137: udevinfo has been replaced by 'udevadm info'

MythTV mythtv at cvs.mythtv.org
Fri Jul 9 11:08:30 UTC 2010


#6137: udevinfo has been replaced by 'udevadm info'
------------------------------+---------------------------------------------
 Reporter:  stuartm           |       Owner:  nigel   
     Type:  defect            |      Status:  accepted
 Priority:  minor             |   Milestone:  unknown 
Component:  MythTV - General  |     Version:  head    
 Severity:  medium            |     Mlocked:  0       
------------------------------+---------------------------------------------
Changes (by nigel):

  * status:  new => accepted


Comment:

 Well, my newest installed OS still doesn't have a usable libudev:
 {{{
 % cat config.ep
 ...

 BEGIN /tmp/mythtv_conf.JCLnO0SL.c
     1
     2   #include <libudev.h>
     3   int main(int argc, char **argv){
     4       return (long) udev_new;
     5   }
 END /tmp/mythtv_conf.JCLnO0SL.c
 gcc -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64
 -D_LARGEFILE_SOURCE -std=c99 -f
 omit-frame-pointer -c -o /tmp/mythtv_conf.IrN6GgEI.o
 /tmp/mythtv_conf.JCLnO0SL.c
 In file included from /tmp/mythtv_conf.JCLnO0SL.c:2:
 /usr/include/libudev.h:28:2: error: #error "#define
 LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE is n
 eeded to use this experimental library version"
 }}}
 so this is still untested, but apart from the linux guard in configure
 that I don't think is needed, it all looks very good.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6137#comment:12>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list