>>>>> On Sat, 19 Jul 2014 14:56:05 +0200, Julian Andres Klode <j...@debian.org> 
>>>>> said:

    > Jul 19 14:47:11 localhost dracut-initqueue[115]: Can't locate warnings.pm 
in @INC (you may need to install the warnings module) (@INC contains: /etc/p
    > Jul 19 14:47:11 localhost dracut-initqueue[115]: BEGIN 
failed--compilation aborted at /usr/bin/rm line 3.
This is a perl error message. But why should /usr/bin/rm be a perl script?
Aha, I guess you have installed the safe-rm package, which includes
/usr/bin/rm, which is a Perl script and looks like this:

#!/usr/bin/perl -t

use warnings;
use strict;
use Cwd 'realpath';


-- 
regards Thomas


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to