Hi,
Tails devel branch currently doesn't build, failing on the following
error:
Reading package lists...
Building dependency tree...
Reading state information...
iptables is already the newest version.
liblocale-gettext-perl is already the newest version.
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:
aircrack-ng : Depends: libssl1.0.0 (>= 1.0.0) but it is not installable
E: Broken packages
I can make it build by pulling libssl1.0.0 from sid:
diff --git a/config/chroot_apt/preferences b/config/chroot_apt/preferences
index 3f29136..9b50702 100644
--- a/config/chroot_apt/preferences
+++ b/config/chroot_apt/preferences
@@ -2,6 +2,11 @@ Package: aircrack-ng
Pin: release o=Debian,a=unstable
Pin-Priority: 999
+Explanation: sid's aircrack-ng dependancy
+Package: libssl1.0.0
+Pin: release o=Debian,a=unstable
+Pin-Priority: 999
+
Package: eatmydata
Pin: origin backports.debian.org
Pin-Priority: 999
However, I'm not sure of the consequences of this workaround.
Cheers,
Alan
--