Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 73832 | Differences between
and this patch

Collapse All | Expand All

(-)SlimServer_v6.5.0/Slim/bootstrap.pm (-1 / +7 lines)
Lines 171-177 Link Here
171
171
172
		print "The following modules failed to load: $failed\n\n";
172
		print "The following modules failed to load: $failed\n\n";
173
173
174
		print "To download and compile them, please run: $libPath/Bin/build-perl-modules.pl $failed\n\n";
174
		my @gentoo_required_really_failed = map { s/::/-/g; "dev-perl/$_" } @required_really_failed;
175
		my $gentoo_failed = join(' ', @gentoo_required_really_failed);
176
		$gentoo_failed =~ s/dev-perl\/XML-Parser-Expat/dev-perl\/XML-Parser/;
177
		$gentoo_failed =~ s/dev-perl\/Time-HiRes/perl-core\/Time-HiRes/;
178
179
		print "To download and compile them, please run:\n";
180
		print "\temerge $gentoo_failed\n\n";
175
		print "Exiting..\n";
181
		print "Exiting..\n";
176
182
177
		exit;
183
		exit;

Return to bug 73832