Package: needrestart
Version: 2.3-1
Severity: grave
Justification: renders package unusable



Hey.


# needrestart
Can't locate File/Slurp.pm in @INC (you may need to install the File::Slurp 
module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.20.2 
/usr/local/share/perl/5.20.2 /usr/lib/x86_64-linux-gnu/perl5/5.20 
/usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.20 /usr/share/perl/5.20 
/usr/local/lib/site_perl .) at /usr/sbin/needrestart line 30.
BEGIN failed--compilation aborted at /usr/sbin/needrestart line 30.



Cheers,
Chris.


-- Package-specific info:
needrestart output:



-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.1.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_DE.UTF-8, LC_CTYPE=en_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages needrestart depends on:
ii  dpkg                       1.18.3
ii  libmodule-find-perl        0.12-1
ii  libmodule-scandeps-perl    1.19-1
ii  libproc-processtable-perl  0.53-1
ii  libsort-naturally-perl     1.03-1
ii  libterm-readkey-perl       2.33-1
ii  perl                       5.20.2-6

needrestart recommends no packages.

Versions of packages needrestart suggests:
ii  needrestart-session  0.3-2

-- Configuration Files:
/etc/needrestart/needrestart.conf changed:
$nrconf{defno} = 1;
$nrconf{blacklist} = [
    # ignore sudo (not a daemon)
    q(^/usr/bin/sudo(\.dpkg-new)?$),
    # ignore DHCP clients
    q(^/sbin/(dhclient|dhcpcd5|pump|udhcpc)(\.dpkg-new)?$),
    # ignore apt-get (Debian Bug#784237)
    q(^/usr/bin/apt-get(\.dpkg-new)?$),
];
$nrconf{override_rc} = {
    # DBus
    q(^dbus) => 0,
    # display managers
    q(^gdm) => 0,
    q(^kdm) => 0,
    q(^nodm) => 0,
    q(^sddm) => 0,
    q(^wdm) => 0,
    q(^xdm) => 0,
    q(^lightdm) => 0,
    # networking stuff
    q(^network-manager) => 0,
    q(^NetworkManager) => 0,
    q(^wpa_supplicant) => 0,
    q(^openvpn) => 0,
    q(^quagga) => 0,
    q(^tinc) => 0,
    # gettys
    q(^getty@.+\.service) => 0,
    # misc
    q(^zfs-fuse) => 0,
    q(^mythtv-backend) => 0,
    # workaround for broken systemd-journald
    # (see also Debian Bug#771122 & #771254)
    q(^systemd-journald) => 0,
    # more systemd stuff
    # (see also Debian Bug#784238 & #784437)
    q(^emergency\.service$) => 0,
    q(^rescue\.service$) => 0,
};
if(-d q(/etc/needrestart/conf.d)) {
      foreach my $fn (sort </etc/needrestart/conf.d/*.conf>) {
              print STDERR "$LOGPREF eval $fn\n" if($nrconf{verbose});
              eval do { local(@ARGV, $/) = $fn; <>};
              die "Error parsing $fn: $@" if($@);
      }
}


-- no debconf information

Reply via email to