+ 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/cups-pdf-3.0.1nb12/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/cups-pdf-3.0.1nb12/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for cups-pdf-3.0.1nb12 cd /home/pbulk/build/print/cups-pdf/work/cups-pdf-3.0.1 && cc -pipe -O2 -I/usr/pkg/include -I/usr/pkg/include/krb5 -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include/db4 -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lcups -o src/cups-pdf src/cups-pdf.c src/cups-pdf.c: In function ‘read_config_ppd’: src/cups-pdf.c:281:3: warning: ‘ppdOpenFile’ is deprecated (declared at /home/pbulk/build/print/cups-pdf/work/.buildlink/include/cups/ppd.h:389): Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] ppd_file = ppdOpenFile(ppd_name); ^ src/cups-pdf.c:286:3: warning: ‘ppdMarkDefaults’ is deprecated (declared at /home/pbulk/build/print/cups-pdf/work/.buildlink/include/cups/ppd.h:384): Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] ppdMarkDefaults(ppd_file); ^ src/cups-pdf.c:288:3: warning: ‘ppdFirstOption’ is deprecated (declared at /home/pbulk/build/print/cups-pdf/work/.buildlink/include/cups/ppd.h:431): Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] option = ppdFirstOption(ppd_file); ^ src/cups-pdf.c:291:5: warning: ‘ppdNextOption’ is deprecated (declared at /home/pbulk/build/print/cups-pdf/work/.buildlink/include/cups/ppd.h:433): Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] option = ppdNextOption(ppd_file); ^ src/cups-pdf.c:293:3: warning: ‘ppdClose’ is deprecated (declared at /home/pbulk/build/print/cups-pdf/work/.buildlink/include/cups/ppd.h:364): Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] ppdClose(ppd_file); ^