juju / amulet

Testing harness and tools for Juju Charms
Other
17 stars 33 forks source link

python3-libcharmstore missing on trusty (Amulet fails to install) #172

Open msplival opened 7 years ago

msplival commented 7 years ago

Hi.

I tried to install amulet on a fresh trusty box with stable juju ppa's enabled. It seems that blabla is no longer available for trusty:

ms-1:root@mariosplivalo-bastion:~/charmtest/mongodb# apt-get install amulet
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:
 amulet : Depends: python3-amulet (> 1.14.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
ms-1:root@mariosplivalo-bastion:~/charmtest/mongodb# apt-cache policy python3-amulet
python3-amulet:
  Installed: (none)
  Candidate: 1.18.1-0ubuntu1~ubuntu14.04.1~ppa2
  Version table:
     1.18.1-0ubuntu1~ubuntu14.04.1~ppa2 0
        500 http://ppa.launchpad.net/juju/stable/ubuntu/ trusty/main amd64 Packages
ms-1:root@mariosplivalo-bastion:~/charmtest/mongodb# apt-get install python3-amulet
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:
 python3-amulet : Depends: python3-libcharmstore (< 1.0) but it is not installable
E: Unable to correct problems, you have held broken packages.
ms-1:root@mariosplivalo-bastion:~/charmtest/mongodb# apt-cache policy python3-libcharmstore
python3-libcharmstore:
  Installed: (none)
  Candidate: (none)
  Version table:

I was able to 'remedy' this by copying python3-libcharmstore's deb from my local apt-cacher-ng store, but it looks like this package somehow vanished from the repositories.