libcdio should be patched for 10.4 and 10.5
Hello, Check the configure script file: ==================== case $host_os in aix*) ## Don't use AIX driver until starts to really work ## cd_drivers="${cd_drivers}, AIX" ## AC_DEFINE([HAVE_AIX_CDROM], [1], ## [Define 1 if you have AIX CD-ROM support]) ;; darwin6*|darwin7*) for ac_header in IOKit/IOKitLib.h CoreFoundation/CFBase.h do ==================== it only support up to darwin7 to use IOKits, Indeed, on 10.5 (darwin9), the IOKits works fine after I change the line to: ================== darwin6*|darwin7*|darwin8*|darwin9*) ================== Without this change, the libcdio will miss the osx driver in the library, and will always fail when calling cdio_open On newest CVS of libcdio, it support to darwin8, but darwin9 is still missing, please consider update or patch libcdio. -- Ulion
Please file a bug report in Trac if one does not already exist. Instructions are here: http://trac.macosforge.org/projects/macports/wiki/TracTicketing On Nov 17, 2007, at 10:43, Ulion wrote:
Hello,
Check the configure script file: ==================== case $host_os in aix*) ## Don't use AIX driver until starts to really work ## cd_drivers="${cd_drivers}, AIX" ## AC_DEFINE([HAVE_AIX_CDROM], [1], ## [Define 1 if you have AIX CD-ROM support]) ;; darwin6*|darwin7*)
for ac_header in IOKit/IOKitLib.h CoreFoundation/CFBase.h do ==================== it only support up to darwin7 to use IOKits, Indeed, on 10.5 (darwin9), the IOKits works fine after I change the line to: ================== darwin6*|darwin7*|darwin8*|darwin9*) ==================
Without this change, the libcdio will miss the osx driver in the library, and will always fail when calling cdio_open
On newest CVS of libcdio, it support to darwin8, but darwin9 is still missing, please consider update or patch libcdio.
2007/11/18, Ryan Schmidt <ryandesign@macports.org>:
Please file a bug report in Trac if one does not already exist. Instructions are here:
http://trac.macosforge.org/projects/macports/wiki/TracTicketing
OK, here's the ticket:http://trac.macosforge.org/projects/macports/ticket/13331
On Nov 17, 2007, at 10:43, Ulion wrote:
Hello,
Check the configure script file: ==================== case $host_os in aix*) ## Don't use AIX driver until starts to really work ## cd_drivers="${cd_drivers}, AIX" ## AC_DEFINE([HAVE_AIX_CDROM], [1], ## [Define 1 if you have AIX CD-ROM support]) ;; darwin6*|darwin7*)
for ac_header in IOKit/IOKitLib.h CoreFoundation/CFBase.h do ==================== it only support up to darwin7 to use IOKits, Indeed, on 10.5 (darwin9), the IOKits works fine after I change the line to: ================== darwin6*|darwin7*|darwin8*|darwin9*) ==================
Without this change, the libcdio will miss the osx driver in the library, and will always fail when calling cdio_open
On newest CVS of libcdio, it support to darwin8, but darwin9 is still missing, please consider update or patch libcdio.
-- Ulion
participants (2)
-
Ryan Schmidt
-
Ulion