https://bugzilla.novell.com/show_bug.cgi?id=440908 Summary: ripit doesn't work with latest lame version Product: openSUSE 11.0 Version: Final Platform: Other URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490082 OS/Version: openSUSE 11.0 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: kssingvo@novell.com ReportedBy: lrupp@novell.com QAContact: qa@suse.de Found By: Development Created an attachment (id=249279) --> (https://bugzilla.novell.com/attachment.cgi?id=249279) Patch to get ripit 3.6.0 work with lame 3.98.2 Using ripit 3.6.0-55.1 and lame 3.98.2-0.pm.3 here - ripit fails to start (Error: message: "Choose a valid genre") because lame has changed it's output format with the new version. Solving this with the attached patch (from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490082 ) solves the problem. The patch fixes the problem by redirecting the output of "lame --genre-list": - $genre = `lame --genre-list | grep -i \'$genre\'`; + $genre = `lame --genre-list 2>&1 | grep -i \'$genre\'`; I think we should at least have this patch in the next distribution (11.1). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.