Activity log for bug #2055453

Date Who What changed Old value New value Message
2024-02-29 18:48:44 Dan Bungert bug added bug
2024-02-29 18:57:47 Dan Bungert description As part of time_t work, -Werror=implicit-function-declaration is being set, but that causes the following FTBFS: https://launchpadlibrarian.net/716768885/buildlog_ubuntu-noble-armhf.pam_1.5.3-5ubuntu1_BUILDING.txt.gz In file included from obscure.c:42: obscure.c: In function ‘password_check’: support.h:160:9: error: implicit declaration of function ‘pam_overwrite_string’; did you mean ‘_pam_overwrite_n’? [-Werror=implicit-function-declaration] 160 | pam_overwrite_string(xx); \ | ^~~~~~~~~~~~~~~~~~~~ obscure.c:151:9: note: in expansion of macro ‘_pam_delete’ 151 | _pam_delete(newmono); | ^~~~~~~~~~~ As part of time_t work, -Werror=implicit-function-declaration is being set on armhf, but that causes the following FTBFS on any arch with the same -Werror=implicit-function-declaration setting: https://launchpadlibrarian.net/716768885/buildlog_ubuntu-noble-armhf.pam_1.5.3-5ubuntu1_BUILDING.txt.gz In file included from obscure.c:42: obscure.c: In function ‘password_check’: support.h:160:9: error: implicit declaration of function ‘pam_overwrite_string’; did you mean ‘_pam_overwrite_n’? [-Werror=implicit-function-declaration]   160 | pam_overwrite_string(xx); \       | ^~~~~~~~~~~~~~~~~~~~ obscure.c:151:9: note: in expansion of macro ‘_pam_delete’   151 | _pam_delete(newmono);       | ^~~~~~~~~~~
2024-02-29 18:58:42 Dan Bungert pam (Ubuntu): status New Fix Committed
2024-03-28 00:15:30 Launchpad Janitor pam (Ubuntu): status Fix Committed Fix Released