Bug#276589: installing exim4-config in a pbuilder chroot fails weirdly

Andreas Metzler Andreas Metzler <ametzler@logic.univie.ac.at>, 276589@bugs.debian.org
Wed, 1 Dec 2004 15:03:40 +0100


reassign 276589 pbuilder
thanks
On Fri, Oct 15, 2004 at 12:19:11AM +0200, martin f krafft wrote:
> Package: exim4-config
[...]
> In a pbuilder sid system:

> Setting up exim4-config (4.34-6) ...
> 2004-10-14 22:14:08 Exim configuration error in line 285 of /var/lib/exim4/config.autogenerated.tmp:
>   user mail was not found
[...] 
> But:
> 
> # getent passwd mail
> mail:*:8:8:mail:/var/mail:/bin/sh
> 
> (as expected.)

Hello,
I am reassigning this to pbuilder becase afaict exim does as nothing
special, the corresponding code is this in src/readconf.c:

if (!route_finduser(sptr, &pw, &uid))
      log_write(0, LOG_PANIC_DIE|LOG_CONFIG_IN, "user %s was not found", sptr);

with route_finduser in src/route.c using getpwnam().
                cu andreas