Package: dovecot-core
Version: 1:2.2.9-1
Severity: normal

Hi,

the dovecot-core package is supposed to include a systemd unit file, but
does not. The reason is that the package uses

        --with-systemdsystemunitdir=auto

which triggers this code in ./configure

if test "${with_systemdsystemunitdir+set}" = set; then :
  withval=$with_systemdsystemunitdir;
        if test "$withval" = "auto"; then
                systemdsystemunitdir=`$PKG_CONFIG 
--variable=systemdsystemunitdir systemd`
        elif test "$withval" != "no"; then
                systemdsystemunitdir=$withval
        fi

fi

it uses pkg-config to get the systemd unit directory. The package however 
does not depend on systemd, so /usr/share/pkgconfig/systemd.pc is not
available, so pkg-config fails.

Please either build-depend on systemd (on linux-any) or set the path
explicitly by using

        --with-systemdsystemunitdir=/lib/systemd/system

Thanks,
Bernhard


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to