Comment 7 for bug 79439

Revision history for this message
Jeroen Massar (massar) wrote : Re: [Bug 79439] Re: New aiccu version 2007.01.15 released

Markus Vuori wrote:
> No. It doesn't work for dapper because libgnutls13 is not available.
>
> The following packages have unmet dependencies:
> aiccu: Depends: libc6 (>= 2.3.6-6) but 2.3.6-0ubuntu20 is to be installed
> Depends: libgnutls13 (>= 1.4.0-0) but it is not installable
> Depends: libgnutls13 but it is not installable
> E: Broken packages

It was build on a Debian unstable, and the package worked on the current
Ubunty edgy. But that is probably because that has new versions.

> I also tried to recompile it following the instructions on the sixxs web
> page. Compilation went ok but the newly compiled package is
> uninstallable, too, due to unmet dependencies.

Which dependencies are unmet? The only versioned depends are lsb-base
and libgnutls13. The first should not cause a problem, the latter can be
 easily changed to libgnutls12 and that should work. Modify
debian/control for that and it should work.

Unfortunately one can't make a 'generic-latest-on-the-buildbox' control
file as far as I know. If one knows how, yell.

From the next message:
> Tried to compile libgnutls13 from edgy source package but it appeared to
> be quite difficult and complicated because of missing libtasn1-3
> packages for dapper :(

See above on how to fix that, just use libgnutls13.

The dependency for libgnutls13 is there as libgnutls12 is deprecated due
to security bugs or something in that area.

Greets,
 Jeroen