configure: WARNING: unrecognized options: --with-libcrack
configure: WARNING: libcmocka not found, cmocka tests will not be built
configure: WARNING: unrecognized options: --with-libcrack
readpassphrase.c: In function ‘readpassphrase’:
readpassphrase.c:128:23: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  128 |                 (void)write(output, prompt, strlen(prompt));
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
readpassphrase.c:147:23: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  147 |                 (void)write(output, "\n", 1);
      |                       ^~~~~~~~~~~~~~~~~~~~~~
sulogin.c: In function ‘main’:
sulogin.c:92:17: warning: ignoring return value of ‘dup’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   92 |                 dup(0);
      |                 ^~~~~~
sulogin.c:93:17: warning: ignoring return value of ‘dup’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   93 |                 dup(0);
      |                 ^~~~~~
gpasswd.c: In function ‘catch_signals’:
gpasswd.c:168:24: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  168 |                 (void) write (STDOUT_FILENO, "\n", 1);
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:548,
                 from logoutd.c:16:
In function ‘strncat’,
    inlined from ‘main’ at logoutd.c:210:4:
/usr/include/bits/string_fortified.h:149:10: warning: ‘__builtin___strncat_chk’ argument 2 declared attribute ‘nonstring’ [-Wstringop-overread]
  149 |   return __builtin___strncat_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/utmpx.h:31,
                 from logoutd.c:19:
/usr/include/bits/utmpx.h: In function ‘main’:
/usr/include/bits/utmpx.h:59:8: note: argument ‘ut_line’ declared here
   59 |   char ut_line[__UT_LINESIZE]
      |        ^~~~~~~
useradd.c: In function ‘create_home’:
useradd.c:2293:16: warning: ignoring return value of ‘chown’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 2293 |         (void) chown(prefix_user_home, user_id, user_gid);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vipw.c: In function ‘vipwedit’:
vipw.c:445:9: warning: ignoring return value of ‘link’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  445 |         link (file, filebackup);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
libtool: warning: remember to run 'libtool --finish /lib'
libtool: warning: '../libsubid/libsubid.la' has not been installed in '/lib'
install: cannot stat './uk.gmo': No such file or directory
/bin/su has suid bit set
/usr/bin/expiry has suid bit set
/usr/bin/gpasswd has suid bit set
/usr/bin/passwd has suid bit set
/usr/bin/chage has suid bit set
/usr/bin/newgidmap has suid bit set
/usr/bin/newgrp has suid bit set
/usr/bin/newuidmap has suid bit set
/usr/bin/chsh has suid bit set
/usr/bin/chfn has suid bit set
*** 0 error(s), 10 warning(s)