[pkg-kolab] kdepim and kolab

Paul Klos kolab at klos2day.nl
Tue May 27 07:58:17 UTC 2014


Paul Boddie schreef op 2014-05-26 23:55:
> On Monday 26. May 2014 21.25.16 Paul Klos wrote:
>> 

[snip]

> libboost-system-dev, libboost-thread-dev, libossp-uuid-dev, 
> libxerces-c-dev
> 
> ...I see the following error:
> 
> dh_shlibdeps -- -xkdepim-runtime
>         dpkg-shlibdeps -Tdebian/libkolab0.substvars -xkdepim-runtime
> debian/libkolab0/usr/lib/libkolab.so.0.5.0
> dpkg-shlibdeps: error: no dependency information found for
> /usr/lib/libkolabxml.so.1 (used by 
> debian/libkolab0/usr/lib/libkolab.so.0.5.0)
> dh_shlibdeps: dpkg-shlibdeps -Tdebian/libkolab0.substvars 
> -xkdepim-runtime
> debian/libkolab0/usr/lib/libkolab.so.0.5.0 returned exit code 2
> 
> If someone could suggest the magic to make this work, I think we'd have 
> a
> working package.
> 

Shooting from the hip I'd say you're missing the libkolabxml1 dev files 
when building libkolab, which depends on libkolabxml. The new libkolab 
needs the new libkolabxml and you're still pulling in the old one.

Most probably, your build chroot is configured to only install from the 
Debian repos, which obviously do not contain libkolabxml yet, because 
you only just built it.

There's a trick involved, to basically add your build output path as a 
repository inside your chroot, thus enabling you to build multiple new 
packages that depend on each other.

This might get you started: https://wiki.debian.org/PbuilderTricks

Cheers,

Paul



More information about the pkg-kolab-devel mailing list