+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/nss_ldap-266anb1/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/nss_ldap-266anb1/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for nss_ldap-266anb1
/bin/make  all-am
make[1]: Entering directory '/home/pbulk/build/databases/nss_ldap/work/nss_ldap-266a'
cc -DHAVE_CONFIG_H -I.   -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -I/usr/pkg/include  -pipe -O2 -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -Wall -fPIC -MT ldap-nss.o -MD -MP -MF .deps/ldap-nss.Tpo -c -o ldap-nss.o ldap-nss.c
cc -DHAVE_CONFIG_H -I.   -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -I/usr/pkg/include  -pipe -O2 -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -Wall -fPIC -MT ldap-pwd.o -MD -MP -MF .deps/ldap-pwd.Tpo -c -o ldap-pwd.o ldap-pwd.c
ldap-pwd.c:21:13: warning: 'rcsId' defined but not used [-Wunused-variable]
   21 | static char rcsId[] =
      |             ^~~~~
mv -f .deps/ldap-pwd.Tpo .deps/ldap-pwd.Po
cc -DHAVE_CONFIG_H -I.   -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -I/usr/pkg/include  -pipe -O2 -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -Wall -fPIC -MT ldap-grp.o -MD -MP -MF .deps/ldap-grp.Tpo -c -o ldap-grp.o ldap-grp.c
ldap-nss.c: In function 'do_open':
ldap-nss.c:1954:7: warning: variable 'timeout' set but not used [-Wunused-but-set-variable]
 1954 |   int timeout;
      |       ^~~~~~~
ldap-nss.c: In function 'do_sleep':
ldap-nss.c:3022:19: warning: variable 'ts' set but not used [-Wunused-but-set-variable]
 3022 |   struct timespec ts;
      |                   ^~
At top level:
ldap-nss.c:21:13: warning: 'rcsId' defined but not used [-Wunused-variable]
   21 | static char rcsId[] =
      |             ^~~~~
ldap-grp.c: In function 'do_parse_initgroups_nested':
ldap-grp.c:912:22: warning: variable 'stat' set but not used [-Wunused-but-set-variable]
  912 |           NSS_STATUS stat;
      |                      ^~~~
ldap-grp.c: In function 'ng_chase_backlink':
ldap-grp.c:1047:7: warning: implicit declaration of function 'asprintf'; did you mean 'vsprintf'? [-Wimplicit-function-declaration]
 1047 |   if (asprintf(&filterEntryDN, "(%s=%%s)",
      |       ^~~~~~~~
      |       vsprintf
ldap-grp.c:1075:9: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
 1075 |   free (filterEntryDN);
      |         ^~~~~~~~~~~~~
In file included from ldap-grp.c:37:
/usr/include/stdlib.h:554:25: note: expected 'void *' but argument is of type 'const char *'
  554 | extern void free (void *__ptr) __THROW;
      |                   ~~~~~~^~~~~
At top level:
ldap-grp.c:21:13: warning: 'rcsId' defined but not used [-Wunused-variable]
   21 | static char rcsId[] =
      |             ^~~~~
mv -f .deps/ldap-grp.Tpo .deps/ldap-grp.Po
cc -DHAVE_CONFIG_H -I.   -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -I/usr/pkg/include  -pipe -O2 -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -Wall -fPIC -MT ldap-netgrp.o -MD -MP -MF .deps/ldap-netgrp.Tpo -c -o ldap-netgrp.o ldap-netgrp.c
ldap-netgrp.c:24:13: warning: 'rcsId' defined but not used [-Wunused-variable]
   24 | static char rcsId[] =
      |             ^~~~~
mv -f .deps/ldap-netgrp.Tpo .deps/ldap-netgrp.Po
cc -DHAVE_CONFIG_H -I.   -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -I/usr/pkg/include  -pipe -O2 -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -Wall -fPIC -MT ldap-rpc.o -MD -MP -MF .deps/ldap-rpc.Tpo -c -o ldap-rpc.o ldap-rpc.c
ldap-nss.c: In function 'do_filter_with_reconnect.constprop':
ldap-nss.c:2835:49: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1022 [-Wformat-truncation=]
 2835 |               snprintf (userBuf, userBufSiz, "(&%s(%s))",
      |                                                 ^~
In file included from /usr/include/stdio.h:900,
                 from ldap-nss.c:44:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output 6 or more bytes (assuming 1029) into a destination of size 1024
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
ldap-rpc.c:30:13: warning: 'rcsId' defined but not used [-Wunused-variable]
   30 | static char rcsId[] =
      |             ^~~~~
mv -f .deps/ldap-rpc.Tpo .deps/ldap-rpc.Po
cc -DHAVE_CONFIG_H -I.   -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -I/usr/pkg/include  -pipe -O2 -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -Wall -fPIC -MT ldap-hosts.o -MD -MP -MF .deps/ldap-hosts.Tpo -c -o ldap-hosts.o ldap-hosts.c
In file included from /usr/include/string.h:519,
                 from ldap-nss.c:40:
In function 'strncpy',
    inlined from '_nss_ldap_assign_attrvals' at ldap-nss.c:4219:4:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
ldap-nss.c: In function '_nss_ldap_assign_attrvals':
ldap-nss.c:4207:20: note: length computed here
 4207 |           vallen = strlen (*valiter);
      |                    ^~~~~~~~~~~~~~~~~
ldap-hosts.c:23:13: warning: 'rcsId' defined but not used [-Wunused-variable]
   23 | static char rcsId[] =
      |             ^~~~~
In file included from /usr/include/string.h:519,
                 from ldap-nss.c:40:
In function 'strncpy',
    inlined from '_nss_ldap_assign_userpassword' at ldap-nss.c:4415:3:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
ldap-nss.c: In function '_nss_ldap_assign_userpassword':
ldap-nss.c:4401:12: note: length computed here
 4401 |   vallen = strlen (pwd);
      |            ^~~~~~~~~~~~
In file included from /usr/include/string.h:519,
                 from ldap-nss.c:40:
In function 'strncpy',
    inlined from '_nss_ldap_assign_attrval' at ldap-nss.c:4290:4:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
ldap-nss.c: In function '_nss_ldap_assign_attrval':
ldap-nss.c:4282:20: note: length computed here
 4282 |           vallen = strlen (def);
      |                    ^~~~~~~~~~~~
In file included from /usr/include/string.h:519,
                 from ldap-nss.c:40:
In function 'strncpy',
    inlined from '_nss_ldap_assign_attrval' at ldap-nss.c:4262:7:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
ldap-nss.c: In function '_nss_ldap_assign_attrval':
ldap-nss.c:4254:16: note: length computed here
 4254 |       vallen = strlen (ovr);
      |                ^~~~~~~~~~~~
mv -f .deps/ldap-hosts.Tpo .deps/ldap-hosts.Po
cc -DHAVE_CONFIG_H -I.   -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -I/usr/pkg/include  -pipe -O2 -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -Wall -fPIC -MT ldap-network.o -MD -MP -MF .deps/ldap-network.Tpo -c -o ldap-network.o ldap-network.c
mv -f .deps/ldap-nss.Tpo .deps/ldap-nss.Po
cc -DHAVE_CONFIG_H -I.   -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -I/usr/pkg/include  -pipe -O2 -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -Wall -fPIC -MT ldap-proto.o -MD -MP -MF .deps/ldap-proto.Tpo -c -o ldap-proto.o ldap-proto.c
ldap-network.c:25:13: warning: 'rcsId' defined but not used [-Wunused-variable]
   25 | static char rcsId[] =
      |             ^~~~~
ldap-proto.c:30:13: warning: 'rcsId' defined but not used [-Wunused-variable]
   30 | static char rcsId[] =
      |             ^~~~~
mv -f .deps/ldap-proto.Tpo .deps/ldap-proto.Po
cc -DHAVE_CONFIG_H -I.   -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -I/usr/pkg/include  -pipe -O2 -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -Wall -fPIC -MT ldap-spwd.o -MD -MP -MF .deps/ldap-spwd.Tpo -c -o ldap-spwd.o ldap-spwd.c
mv -f .deps/ldap-network.Tpo .deps/ldap-network.Po
cc -DHAVE_CONFIG_H -I.   -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -I/usr/pkg/include  -pipe -O2 -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -Wall -fPIC -MT ldap-alias.o -MD -MP -MF .deps/ldap-alias.Tpo -c -o ldap-alias.o ldap-alias.c
ldap-spwd.c:21:13: warning: 'rcsId' defined but not used [-Wunused-variable]
   21 | static char rcsId[] =
      |             ^~~~~
ldap-alias.c:24:13: warning: 'rcsId' defined but not used [-Wunused-variable]
   24 | static char rcsId[] =
      |             ^~~~~
mv -f .deps/ldap-alias.Tpo .deps/ldap-alias.Po
cc -DHAVE_CONFIG_H -I.   -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -I/usr/pkg/include  -pipe -O2 -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -Wall -fPIC -MT ldap-service.o -MD -MP -MF .deps/ldap-service.Tpo -c -o ldap-service.o ldap-service.c
mv -f .deps/ldap-spwd.Tpo .deps/ldap-spwd.Po
cc -DHAVE_CONFIG_H -I.   -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -I/usr/pkg/include  -pipe -O2 -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -Wall -fPIC -MT ldap-schema.o -MD -MP -MF .deps/ldap-schema.Tpo -c -o ldap-schema.o ldap-schema.c
ldap-service.c:30:13: warning: 'rcsId' defined but not used [-Wunused-variable]
   30 | static char rcsId[] =
      |             ^~~~~
In file included from /usr/include/string.h:519,
                 from ldap-service.c:47:
In function 'strncpy',
    inlined from '_nss_ldap_parse_serv' at ldap-service.c:145:4:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
ldap-service.c: In function '_nss_ldap_parse_serv':
ldap-service.c:140:17: note: length computed here
  140 |           len = strlen (vals[state->ls_info.ls_index - 1]);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:519,
                 from ldap-service.c:47:
In function 'strncpy',
    inlined from '_nss_ldap_parse_serv' at ldap-service.c:110:4:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
ldap-service.c: In function '_nss_ldap_parse_serv':
ldap-service.c:105:17: note: length computed here
  105 |           len = strlen (state->ls_info.ls_key);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/ldap-service.Tpo .deps/ldap-service.Po
cc -DHAVE_CONFIG_H -I.   -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -I/usr/pkg/include  -pipe -O2 -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -Wall -fPIC -MT ldap-ethers.o -MD -MP -MF .deps/ldap-ethers.Tpo -c -o ldap-ethers.o ldap-ethers.c
ldap-schema.c:23:13: warning: 'rcsId' defined but not used [-Wunused-variable]
   23 | static char rcsId[] =
      |             ^~~~~
ldap-ethers.c:24:13: warning: 'rcsId' defined but not used [-Wunused-variable]
   24 | static char rcsId[] =
      |             ^~~~~
mv -f .deps/ldap-ethers.Tpo .deps/ldap-ethers.Po
cc -DHAVE_CONFIG_H -I.   -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -I/usr/pkg/include  -pipe -O2 -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -Wall -fPIC -MT ldap-bp.o -MD -MP -MF .deps/ldap-bp.Tpo -c -o ldap-bp.o ldap-bp.c
ldap-bp.c:24:13: warning: 'rcsId' defined but not used [-Wunused-variable]
   24 | static char rcsId[] = "$Id: 96b8c080b069800a7babc49b1f59330c23d5afc9 $";
      |             ^~~~~
mv -f .deps/ldap-bp.Tpo .deps/ldap-bp.Po
cc -DHAVE_CONFIG_H -I.   -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -I/usr/pkg/include  -pipe -O2 -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -Wall -fPIC -MT ldap-automount.o -MD -MP -MF .deps/ldap-automount.Tpo -c -o ldap-automount.o ldap-automount.c
ldap-automount.c:24:13: warning: 'rcsId' defined but not used [-Wunused-variable]
   24 | static char rcsId[] = "$Id: 03a909d7a48ec369af6d78bf1610c1f9de606787 $";
      |             ^~~~~
mv -f .deps/ldap-automount.Tpo .deps/ldap-automount.Po
cc -DHAVE_CONFIG_H -I.   -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -I/usr/pkg/include  -pipe -O2 -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -Wall -fPIC -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
util.c:77:13: warning: 'rcsId' defined but not used [-Wunused-variable]
   77 | static char rcsId[] = "$Id: 8c670e846dd9c3d2b62000fdfbea53485980c449 $";
      |             ^~~~~
In file included from /usr/include/string.h:519,
                 from util.c:32:
In function 'strncpy',
    inlined from 'do_getrdnvalue' at util.c:339:5,
    inlined from '_nss_ldap_getrdnvalue' at util.c:250:12:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
util.c: In function '_nss_ldap_getrdnvalue':
util.c:331:28: note: length computed here
  331 |                   rdnlen = strlen (r);
      |                            ^~~~~~~~~~
In file included from /usr/include/string.h:519,
                 from util.c:32:
In function 'strncpy',
    inlined from '_nss_ldap_getrdnvalue' at util.c:274:8:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
util.c: In function '_nss_ldap_getrdnvalue':
util.c:270:24: note: length computed here
  270 |           int rdnlen = strlen (*vals);
      |                        ^~~~~~~~~~~~~~
In file included from /usr/include/string.h:519,
                 from util.c:32:
In function 'strncpy',
    inlined from 'do_parse_list' at util.c:487:7,
    inlined from '_nss_ldap_readconfig' at util.c:1330:11:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
util.c: In function '_nss_ldap_readconfig':
util.c:476:16: note: length computed here
  476 |       vallen = strlen (s);
      |                ^~~~~~~~~~
mv -f .deps/util.Tpo .deps/util.Po
cc -DHAVE_CONFIG_H -I.   -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -I/usr/pkg/include  -pipe -O2 -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -Wall -fPIC -MT ltf.o -MD -MP -MF .deps/ltf.Tpo -c -o ltf.o ltf.c
ltf.c:21:13: warning: 'rcsId' defined but not used [-Wunused-variable]
   21 | static char rcsId[] = "$Id: 8fc44568ee1b6f7aaac2380bf6f4e34301e9e23c $";
      |             ^~~~~
mv -f .deps/ltf.Tpo .deps/ltf.Po
cc -DHAVE_CONFIG_H -I.   -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -I/usr/pkg/include  -pipe -O2 -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -Wall -fPIC -MT snprintf.o -MD -MP -MF .deps/snprintf.Tpo -c -o snprintf.o snprintf.c
snprintf.c:1:13: warning: 'rcsId' defined but not used [-Wunused-variable]
    1 | static char rcsId[] = "$Id: be64118cdf7e7a5ce044798582d02745e692a5fd $";
      |             ^~~~~
mv -f .deps/snprintf.Tpo .deps/snprintf.Po
cc -DHAVE_CONFIG_H -I.   -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -I/usr/pkg/include  -pipe -O2 -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -Wall -fPIC -MT resolve.o -MD -MP -MF .deps/resolve.Tpo -c -o resolve.o resolve.c
mv -f .deps/resolve.Tpo .deps/resolve.Po
cc -DHAVE_CONFIG_H -I.   -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -I/usr/pkg/include  -pipe -O2 -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -Wall -fPIC -MT dnsconfig.o -MD -MP -MF .deps/dnsconfig.Tpo -c -o dnsconfig.o dnsconfig.c
dnsconfig.c:30:13: warning: 'rcsId' defined but not used [-Wunused-variable]
   30 | static char rcsId[] =
      |             ^~~~~
dnsconfig.c: In function '_nss_ldap_mergeconfigfromdns':
dnsconfig.c:180:54: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 54 [-Wformat-truncation=]
  180 |       snprintf (domain, sizeof (domain), "_ldap._tcp.%s.",
      |                                                      ^~
In file included from /usr/include/stdio.h:900,
                 from dnsconfig.c:35:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 13 and 268 bytes into a destination of size 65
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
dnsconfig.c:174:64: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 46 [-Wformat-truncation=]
  174 |       snprintf (domain, sizeof (domain), "_ldap._tcp.%s._sites.%s.",
      |                                                                ^~
In file included from /usr/include/stdio.h:900,
                 from dnsconfig.c:35:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output 21 or more bytes (assuming 276) into a destination of size 65
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
mv -f .deps/dnsconfig.Tpo .deps/dnsconfig.Po
cc -DHAVE_CONFIG_H -I.   -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -I/usr/pkg/include  -pipe -O2 -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -Wall -fPIC -MT irs-nss.o -MD -MP -MF .deps/irs-nss.Tpo -c -o irs-nss.o irs-nss.c
irs-nss.c:21:13: warning: 'rcsId' defined but not used [-Wunused-variable]
   21 | static char rcsId[] = "$Id: 2e79e1e8727279c5150b31f2b03b1f55f5ec3600 $";
      |             ^~~~~
mv -f .deps/irs-nss.Tpo .deps/irs-nss.Po
cc -DHAVE_CONFIG_H -I.   -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -I/usr/pkg/include  -pipe -O2 -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -Wall -fPIC -MT pagectrl.o -MD -MP -MF .deps/pagectrl.Tpo -c -o pagectrl.o pagectrl.c
pagectrl.c:23:13: warning: 'rcsId' defined but not used [-Wunused-variable]
   23 | static char rcsId[] = "$Id: 70b9672727d861a4bd330107d60df3851526ed14 $";
      |             ^~~~~
mv -f .deps/pagectrl.Tpo .deps/pagectrl.Po
cc -DHAVE_CONFIG_H -I.   -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -I/usr/pkg/include  -pipe -O2 -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -Wall -fPIC -MT ldap-sldap.o -MD -MP -MF .deps/ldap-sldap.Tpo -c -o ldap-sldap.o ldap-sldap.c
mv -f .deps/ldap-schema.Tpo .deps/ldap-schema.Po
cc -DHAVE_CONFIG_H -I.   -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -I/usr/pkg/include  -pipe -O2 -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -Wall -fPIC -MT ldap-krb5.o -MD -MP -MF .deps/ldap-krb5.Tpo -c -o ldap-krb5.o ldap-krb5.c
ldap-sldap.c:24:13: warning: 'rcsId' defined but not used [-Wunused-variable]
   24 | static char rcsId[] =
      |             ^~~~~
mv -f .deps/ldap-sldap.Tpo .deps/ldap-sldap.Po
cc -DHAVE_CONFIG_H -I.   -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -I/usr/pkg/include  -pipe -O2 -DLDAP_DEPRECATED -I/usr/pkg/include -I/usr/include -Wall -fPIC -MT bsd-nss.o -MD -MP -MF .deps/bsd-nss.Tpo -c -o bsd-nss.o bsd-nss.c
mv -f .deps/bsd-nss.Tpo .deps/bsd-nss.Po
CVSVERSIONDIR=. ./vers_string -v
ldap-krb5.c:97:10: fatal error: krb5.h: No such file or directory
   97 | #include <krb5.h>
      |          ^~~~~~~~
compilation terminated.
make[1]: *** [Makefile:341: ldap-krb5.o] Error 1
make[1]: *** Waiting for unfinished jobs....
fatal: not a git repository (or any of the parent directories): .git
make[1]: Leaving directory '/home/pbulk/build/databases/nss_ldap/work/nss_ldap-266a'
make: *** [Makefile:242: all] Error 2
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/databases/nss_ldap
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/databases/nss_ldap