On Fri, 5 Apr 2002 08:58:55 -0500 Tim McKenzie <[EMAIL PROTECTED]> wrote:
> Thank you for the heads up Charles. The snapshot of the new version can be > found at: > > ftp://eclipt.uni-klu.ac.at/pub/projects/eroaster/snapshots/ > By dling the src rpm and changing the spec file I was able to build and install. (Current spec requires cdda2wav >=1.9, changed to cdrecord-cdda2wav >=1.9) Program will launch but still errors during recorder detection: Traceback (most recent call last): File "/usr/lib/python2.2/site-packages/gtk.py", line 130, in __call__ ret = apply(self.func, a) File "/usr/share/lib/eroaster/main.py", line 1845, in DetectRecorder self.DetectSCSIDevice(deviceRecorder) File "/usr/share/lib/eroaster/main.py", line 1853, in DetectSCSIDevice devicelist = cdrtools.cdrtools().devices() File "/usr/share/lib/eroaster/cdrtools.py", line 33, in __init__ self.__cdrtools_scanbus() File "/usr/share/lib/eroaster/cdrtools.py", line 53, in __cdrtools_scanbus output = cmdoutput("%s -scanbus 2>&1" % self.__cdrtools_cdrecord_command) File "/usr/share/lib/eroaster/tools.py", line 436, in cmdoutput output = _readlines(pipe[0]) File "/usr/share/lib/eroaster/tools.py", line 413, in _readlines line = descriptor.readline() IOError: [Errno 4] Interrupted system call Charles
