Opened 14 years ago
Last modified 10 years ago
#25153 new defect
cdrtools @2.01.01a69_0+ not getting correct device info when using -msinfo switch
Reported by: | pkutzner+macports@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | cdrtools |
Description
cdrtools versions newer than 2.01.01a48_0 seem to exhibit behavior where it can't correctly get the device for recording when using the -msinfo switch. It will correctly burn a CD when using dev=IODVDServices, but will not get the next track information when using the same device, stating that it can't get the SCSI device information for device IODVDServices/0. This works correctly in version 2.01.01a48_0.
Change History (7)
comment:1 follow-up: 3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to bytestorm@… |
---|
comment:3 Changed 14 years ago by pkutzner+macports@…
Replying to ryandesign@…:
Check if version 3.00 still has this problem (#25157); if it does, you should report this to the developers.
How do I install v3.00 through macports? All I see is 2.01.01a78.
comment:4 follow-up: 5 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|
I have committed 3.00 now so you should be able to "sudo port selfupdate" and then "sudo port upgrade cdrtools".
comment:5 Changed 14 years ago by pkutzner+macports@…
Replying to ryandesign@…:
I have committed 3.00 now so you should be able to "sudo port selfupdate" and then "sudo port upgrade cdrtools".
It looks like this problem still exists in version 3.00. Here's a session showing the difference in output between version 2.01.01a48_0 and 3.00_0:
masami:~ pkutzner$ cdrecord --version Cdrecord-ProDVD-ProBD-Clone 3.00 (i386-apple-macosx10.3.0) Copyright (C) 1995-2010 J####Schilling masami:~ pkutzner$ mount /dev/disk0s2 on / (hfs, local, journaled) devfs on /dev (devfs, local, nobrowse) map -hosts on /net (autofs, nosuid, automounted, nobrowse) map auto_home on /home (autofs, automounted, nobrowse) /dev/disk2 on /Volumes/Audio CD (cddafs, local, nodev, nosuid, read-only, noowners) masami:~ pkutzner$ hdiutil unmount /dev/disk2 "/dev/disk2" unmounted successfully. masami:~ pkutzner$ cdrecord -msinfo dev=IODVDServices cdrecord: No such file or directory. No matching device IODVDServices/0 found.. Cannot open or use SCSI driver. cdrecord: For possible targets try 'cdrecord -scanbus'. cdrecord: For possible transport specifiers try 'cdrecord dev=help'. masami:~ pkutzner$ sudo port deactivate cdrtools @3.00_0 ---> Deactivating cdrtools @3.00_0 masami:~ pkutzner$ sudo port activate cdrtools @2.01.01a48_0 ---> Activating cdrtools @2.01.01a48_0 masami:~ pkutzner$ cdrecord -msinfo dev=IODVDServices 0,226802 masami:~ pkutzner$
comment:6 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Ok, I recommend you report this problem to the developers of cdrtools for assistance. If they say we need to do something else when building cdrtools to fix this, let us know.
comment:7 Changed 10 years ago by mf2k (Frank Schima)
Owner: | changed from bytestorm@… to macports-tickets@… |
---|
This port no longer has a maintainer. See #45212.
Check if version 3.00 still has this problem (#25157); if it does, you should report this to the developers.