Skip to content

Today's jessie update removes amavisd-new #375

Closed
@jors

Description

@jors

Steps to reproduce:

  1. apt-get update && apt-get -u dist-upgrade
  2. Accept upgrade, amavisd-new is removed.
  3. Cannot be installed again due to dependency issues:
# apt-get install amavisd-new
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 amavisd-new : Depends: libmail-dkim-perl but it is not going to be installed
               Recommends: libnet-patricial-perl but it is not installable
E: Unable to correct problems, you have held broken packages.

# apt-get install libmail-dkim-perl
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libmail-dkim-perl : Depends: libcrypt-openssl-rsa-perl (>= 0.24) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

# apt-get install libcrypt-openssl-rsa-perl
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libcrypt-openssl-rsa-perl : Depends: perlapi-5.14.2 but it is not installable
E: Unable to correct problems, you have held broken packages.

# apt-get install perlapi-5.14.2
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package perlapi-5.14.2 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'perlapi-5.14.2' has no installation candidate

My /etc/apt/sources.list:

deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi

I have checked that on Debian jessie this problem does not exist, even if I found a possible related bug [1]. Please, let me know if I can provide any other information or do some testing.

Regards.

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535932

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions