+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/pam-passwdqc-1.1.4/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/pam-passwdqc-1.1.4/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for pam-passwdqc-1.1.4 --- pam --- case "`uname -s`" in Linux) /opt/pkg/bin/bmake CFLAGS_lib="-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -fPIC -DHAVE_SHADOW" LDFLAGS_lib="-L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/pkg/lib --shared -Wl,--soname,libpasswdqc.so.0,--version-script,libpasswdqc.map" LDFLAGS_pam="-L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/pkg/lib --shared -Wl,--version-script,pam_passwdqc.map" LDLIBS_pam="-lpam -lcrypt" pam_wrapped;; SunOS) /opt/pkg/bin/bmake CFLAGS_lib="-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -fPIC -DHAVE_SHADOW" LD_lib=ld LDFLAGS_lib="-L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/pkg/lib -G" LDFLAGS_pam="-L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/pkg/lib -G" LDLIBS_pam="-lpam -lcrypt" pam_wrapped;; HP-UX) /opt/pkg/bin/bmake CFLAGS_lib="-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -fPIC -DHAVE_SHADOW" LD_lib=ld LDFLAGS_lib="-L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/pkg/lib -b" LDFLAGS_pam="-L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/pkg/lib -b" LDLIBS_pam="-lpam -lsec" pam_wrapped;; *) /opt/pkg/bin/bmake pam_wrapped;; esac --- pam_passwdqc.o --- --- concat.o --- --- passwdqc_check.o --- --- passwdqc_load.o --- --- pam_passwdqc.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -fPIC -DHAVE_SHADOW -c pam_passwdqc.c --- concat.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -fPIC -DHAVE_SHADOW -c concat.c --- passwdqc_check.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -fPIC -DHAVE_SHADOW -c passwdqc_check.c --- passwdqc_load.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -fPIC -DHAVE_SHADOW -c passwdqc_load.c --- pam_passwdqc.o --- pam_passwdqc.c: In function 'converse': pam_passwdqc.c:134:47: error: passing argument 3 of 'pam_get_item' from incompatible pointer type [-Wincompatible-pointer-types] 134 | status = pam_get_item(pamh, PAM_CONV, &item); | ^~~~~ | | | void ** In file included from pam_passwdqc.c:26: /usr/include/security/pam_appl.h:198:22: note: expected 'const void **' but argument is of type 'void **' 198 | const void **item /* Address of place to put pointer */ | ~~~~~~~~~~~~~^~~~ pam_passwdqc.c:143:30: error: passing argument 2 of 'conv->conv' from incompatible pointer type [-Wincompatible-pointer-types] 143 | return conv->conv(1, (lo_const struct pam_message **)&pmsg, resp, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | struct pam_message ** pam_passwdqc.c:143:30: note: expected 'const struct pam_message **' but argument is of type 'struct pam_message **' pam_passwdqc.c: In function 'am_root': pam_passwdqc.c:225:45: error: passing argument 3 of 'pam_get_item' from incompatible pointer type [-Wincompatible-pointer-types] 225 | if (pam_get_item(pamh, PAM_SERVICE, &item) != PAM_SUCCESS) | ^~~~~ | | | void ** /usr/include/security/pam_appl.h:198:22: note: expected 'const void **' but argument is of type 'void **' 198 | const void **item /* Address of place to put pointer */ | ~~~~~~~~~~~~~^~~~ pam_passwdqc.c: In function 'pam_sm_chauthtok': pam_passwdqc.c:287:47: error: passing argument 3 of 'pam_get_item' from incompatible pointer type [-Wincompatible-pointer-types] 287 | status = pam_get_item(pamh, PAM_USER, &item); | ^~~~~ | | | void ** /usr/include/security/pam_appl.h:198:22: note: expected 'const void **' but argument is of type 'void **' 198 | const void **item /* Address of place to put pointer */ | ~~~~~~~~~~~~~^~~~ pam_passwdqc.c:292:53: error: passing argument 3 of 'pam_get_item' from incompatible pointer type [-Wincompatible-pointer-types] 292 | status = pam_get_item(pamh, PAM_OLDAUTHTOK, &item); | ^~~~~ | | | void ** /usr/include/security/pam_appl.h:198:22: note: expected 'const void **' but argument is of type 'void **' 198 | const void **item /* Address of place to put pointer */ | ~~~~~~~~~~~~~^~~~ pam_passwdqc.c:322:58: error: passing argument 3 of 'pam_get_item' from incompatible pointer type [-Wincompatible-pointer-types] 322 | status = pam_get_item(pamh, PAM_AUTHTOK, &item); | ^~~~~ | | | void ** /usr/include/security/pam_appl.h:198:22: note: expected 'const void **' but argument is of type 'void **' 198 | const void **item /* Address of place to put pointer */ | ~~~~~~~~~~~~~^~~~ *** [pam_passwdqc.o] Error code 1 bmake[1]: stopped making "pam_wrapped" in /home/pbulk/build/security/pam-passwdqc/work/passwdqc-1.1.4 bmake[1]: 1 error bmake[1]: stopped making "pam_wrapped" in /home/pbulk/build/security/pam-passwdqc/work/passwdqc-1.1.4 *** [pam] Error code 2 bmake: stopped making "pam" in /home/pbulk/build/security/pam-passwdqc/work/passwdqc-1.1.4 bmake: 1 error bmake: stopped making "pam" in /home/pbulk/build/security/pam-passwdqc/work/passwdqc-1.1.4 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/pam-passwdqc *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/pam-passwdqc