On Wednesday 07 January 2015 21:30:32 Osamu Aoki wrote:
> Hi,
> 
> Reflecting our private discussion...
> 
> > What I mean is that the configure script that runs while building
> > maildrop can detect if courier-authlib is install.
> > 
> > See file maildrop-2.7.1/libs/maildrop/configure lines 16451 to 16481
> 
> OK.  The build-dep line is missing courier-authlib-dev.  So I was not
> expecting to pick it up by the build script.
> 
> Can you verify this theory of bug fix after installing pbuilder
> configuring it:
>  $ cd tmp
>  $ mkdir maildrop
>  $ cd maildrop
>  $ apt-get source maildrop
>  $ sudo apt-get build-dep maildrop
>  $ cd maildrop-2.7.1
>  $ pdebuild
>  $ cd /var/lib/pbuilder/results or cd .. depending on your config
> 
> Do you get an unfunctioning package or working one?

unfunctioning in regards to the authdaemon connection.

> If you change debian/control's Build-dep to contain courier-authlib-dev
> Do you get working program under pbuilder?
> 
> I mean to change from
> Build-Depends: autoconf,
>                automake,
>                autotools-dev,
>                debhelper (>= 9),
>                dh-autoreconf,
>                libgdbm-dev,
>                libpcre3-dev,
>                libtool,
>                pkg-config
> to
> Build-Depends: autoconf,
>                automake,
>                autotools-dev,
>                courier-authlib-dev,
>                debhelper (>= 9),
>                dh-autoreconf,
>                libgdbm-dev,
>                libpcre3-dev,
>                libtool,
>                pkg-config

After the changes to the debian/control file adding "courier-authlib-dev, " as 
a build dependency and running pdebuild again I get a functioning package that 
connects to the authdaemon.


> If you have question on pbuilder setup, please install debmake and look
> into
>   /usr/share/doc/debmake/maint-guide.html#pbuilder-setup
>   https://people.debian.org/~osamu/maint-guide.html#pbuilder-setup
> 
> Osamu
-- 
Simple things make people happy.
Willy De la Court
PGP Public Key at http://www.linux-lovers.be/download/public_key.asc
PGP Key fingerprint = 784E E18F 7F85 9C7C AC1A D5FB FE08 686C 37C7 A689
GMail <wdl1...@gmail.com>


-- 
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