[mythtv-commits] Ticket #10569: libcdio broken on OS X?

MythTV noreply at mythtv.org
Mon Apr 9 00:41:31 UTC 2012


#10569: libcdio broken on OS X?
--------------------------------------+-------------------------
     Reporter:  nigel                 |      Owner:  jyavenard
         Type:  Bug Report - General  |     Status:  new
     Priority:  minor                 |  Milestone:  unknown
    Component:  Ports - OSX           |    Version:  Master Head
     Severity:  low                   |   Keywords:
Ticket locked:  0                     |
--------------------------------------+-------------------------
 Since libcdio/CDDB rewrite, MythMusic uses libcdio for reading CD Audio
 tracks on all platforms. It doesn't work for me on OS X:
 {{{
 % ./mythfrontend -v media --loglevel debug
 ...
 2012-04-09 10:36:26.605672 E  MythMusic hasn't found any tracks! That's ok
 with me if it's ok with you.
 2012-04-09 10:36:26.743117 I  CdDecoder: cdio_open(/dev/rdisk1) failed
 2012-04-09 10:36:26.743234 I  CdDecoder: cdio_open(/dev/rdisk1) failed
 2012-04-09 10:36:27.743453 I  CdDecoder: cdio_open(/dev/rdisk1) failed
 2012-04-09 10:36:27.743525 I  CdDecoder: cdio_open(/dev/rdisk1) failed
 2012-04-09 10:36:28.743626 I  CdDecoder: cdio_open(/dev/rdisk1) failed
 2012-04-09 10:36:28.743657 I  CdDecoder: cdio_open(/dev/rdisk1) failed
 }}}
 It looks like the libcdio built by osx-packager.pl on 10.6.7 or 10.6.8 is
 bad:
 {{{
 macbook% cd .osx-packager/src/libcdio-0.83/src
 macbook% ./cd-info -C /dev/disk1
 cd-info version 0.83 x86_64-apple-darwin10.8.0
 Copyright (c) 2003, 2004, 2005, 2007, 2008, 2011 R. Bernstein
 This is free software; see the source for copying conditions.
 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE.
 cd-info: Cannot use CD-ROM device /dev/disk1. Is a CD loaded?
 macbook% df | grep disk1
 /dev/disk1          827800    827800         0   100%    /Volumes/Audio CD
 macbook% ./cd-info -C /dev/rdisk1
 cd-info version 0.83 x86_64-apple-darwin10.8.0
 Copyright (c) 2003, 2004, 2005, 2007, 2008, 2011 R. Bernstein
 This is free software; see the source for copying conditions.
 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE.
 cd-info: Cannot use CD-ROM device /dev/rdisk1. Is a CD loaded?
 macbook% ./cd-info -C disk1
 cd-info version 0.83 x86_64-apple-darwin10.8.0
 Copyright (c) 2003, 2004, 2005, 2007, 2008, 2011 R. Bernstein
 This is free software; see the source for copying conditions.
 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE.
 cd-info: Cannot use CD-ROM device . Is a CD loaded?
 macbook%
 }}}
 but I'm still snooping around in its src code and configure - seems to
 have been built without HAVE_DARWIN_CDROM

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10569>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list