Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24566 - app-cdr/tear does not work
Summary: app-cdr/tear does not work
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High critical (vote)
Assignee: Brad Cowan (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-15 22:16 UTC by Dan
Modified: 2003-10-20 04:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan 2003-07-15 22:16:43 UTC
tear, a perl command-line ripper/encoder frontend, is not working.  I believe I
have identified the problem:

In the sub run_command, the following two lines (22,23) are found:
>>
	#my $signal = system("$command");
my $signal = 0;
<<

I uncommented the first line, and commented the second line, and it appears to
be working now.  I have successfully ripped two cd's so far after the change.

Looks like someone forgot to remove some debug/test code maybe?
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2003-10-20 04:23:26 UTC
you are right, fixed :)