+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/p5-Net-CUPS-0.64nb30/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/p5-Net-CUPS-0.64nb30/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for p5-Net-CUPS-0.64nb30 "/opt/local/bin/perl" "/opt/local/lib/perl5/5.38.0/ExtUtils/xsubpp" -typemap '/opt/local/lib/perl5/5.38.0/ExtUtils/typemap' -typemap '/home/pbulk/build/print/p5-Net-CUPS/work/Net-CUPS-0.64/typemap' CUPS.xs > CUPS.xsc mv CUPS.xsc CUPS.c Running Mkbootstrap for CUPS () chmod 644 "CUPS.bs" cp lib/Net/CUPS/PPD.pm blib/lib/Net/CUPS/PPD.pm AutoSplitting blib/lib/Net/CUPS/PPD.pm (blib/lib/auto/Net/CUPS/PPD) cp lib/Net/CUPS/Destination.pm blib/lib/Net/CUPS/Destination.pm AutoSplitting blib/lib/Net/CUPS/Destination.pm (blib/lib/auto/Net/CUPS/Destination) cp lib/Net/CUPS/IPP.pm blib/lib/Net/CUPS/IPP.pm AutoSplitting blib/lib/Net/CUPS/IPP.pm (blib/lib/auto/Net/CUPS/IPP) cp lib/Net/CUPS.pm blib/lib/Net/CUPS.pm AutoSplitting blib/lib/Net/CUPS.pm (blib/lib/auto/Net/CUPS) gcc -c -I/opt/local/include -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -pthread -I/opt/local/include -I/usr/include -fwrapv -fno-strict-aliasing -I/opt/local/include -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -I/opt/local/include -I/usr/include -DVERSION=\"0.64\" -DXS_VERSION=\"0.64\" -fPIC "-I/opt/local/lib/perl5/5.38.0/x86_64-solaris-thread-multi-64/CORE" CUPS.c CUPS.xs: In function 'XS_Net__CUPS_NETCUPS_getDestination': CUPS.xs:158:30: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 158 | name = cupsGetDefault(); | ^ CUPS.xs: In function 'XS_Net__CUPS_NETCUPS_getPPD': CUPS.xs:194:17: warning: 'cupsGetPPD' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 194 | filename = cupsGetPPD( name ); | ^~~~~~~~ In file included from CUPS.xs:20: /home/pbulk/build/print/p5-Net-CUPS/work/.buildlink/include/cups/ppd.h:358:26: note: declared here 358 | extern const char *cupsGetPPD(const char *name) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~ CUPS.xs:195:17: warning: 'ppdOpenFile' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 195 | RETVAL = ppdOpenFile( filename ); | ^~~~~~ /home/pbulk/build/print/p5-Net-CUPS/work/.buildlink/include/cups/ppd.h:389:26: note: declared here 389 | extern ppd_file_t *ppdOpenFile(const char *filename) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~ CUPS.xs: In function 'XS_Net__CUPS_NETCUPS_requestData': CUPS.xs:213:17: warning: 'httpConnect' is deprecated: Use httpConnect2 instead. [-Wdeprecated-declarations] 213 | http = httpConnect( server, port ); | ^~~~ In file included from /home/pbulk/build/print/p5-Net-CUPS/work/.buildlink/include/cups/ipp.h:18, from /home/pbulk/build/print/p5-Net-CUPS/work/.buildlink/include/cups/cups.h:28, from CUPS.xs:7: /home/pbulk/build/print/p5-Net-CUPS/work/.buildlink/include/cups/http.h:476:26: note: declared here 476 | extern http_t *httpConnect(const char *host, int port) _CUPS_DEPRECATED_1_7_MSG("Use httpConnect2 instead."); | ^~~~~~~~~~~ CUPS.xs: In function 'XS_Net__CUPS_NETCUPS_getPPDMakes': CUPS.xs:235:17: warning: 'httpConnectEncrypt' is deprecated: Use httpConnect2 instead. [-Wdeprecated-declarations] 235 | http = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption()); | ^~~~ /home/pbulk/build/print/p5-Net-CUPS/work/.buildlink/include/cups/http.h:477:26: note: declared here 477 | extern http_t *httpConnectEncrypt(const char *host, int port, http_encryption_t encryption) _CUPS_DEPRECATED_1_7_MSG("Use httpConnect2 instead."); | ^~~~~~~~~~~~~~~~~~ CUPS.xs: In function 'XS_Net__CUPS_NETCUPS_getAllPPDs': CUPS.xs:286:17: warning: 'httpConnectEncrypt' is deprecated: Use httpConnect2 instead. [-Wdeprecated-declarations] 286 | http = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption()); | ^~~~ /home/pbulk/build/print/p5-Net-CUPS/work/.buildlink/include/cups/http.h:477:26: note: declared here 477 | extern http_t *httpConnectEncrypt(const char *host, int port, http_encryption_t encryption) _CUPS_DEPRECATED_1_7_MSG("Use httpConnect2 instead."); | ^~~~~~~~~~~~~~~~~~ CUPS.xs: In function 'XS_Net__CUPS_NETCUPS_deleteDestination': CUPS.xs:336:17: warning: 'httpConnectEncrypt' is deprecated: Use httpConnect2 instead. [-Wdeprecated-declarations] 336 | http = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption()); | ^~~~ /home/pbulk/build/print/p5-Net-CUPS/work/.buildlink/include/cups/http.h:477:26: note: declared here 477 | extern http_t *httpConnectEncrypt(const char *host, int port, http_encryption_t encryption) _CUPS_DEPRECATED_1_7_MSG("Use httpConnect2 instead."); | ^~~~~~~~~~~~~~~~~~ CUPS.xs: In function 'XS_Net__CUPS_NETCUPS_addDestination': CUPS.xs:355:17: warning: 'httpConnectEncrypt' is deprecated: Use httpConnect2 instead. [-Wdeprecated-declarations] 355 | http = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption()); | ^~~~ /home/pbulk/build/print/p5-Net-CUPS/work/.buildlink/include/cups/http.h:477:26: note: declared here 477 | extern http_t *httpConnectEncrypt(const char *host, int port, http_encryption_t encryption) _CUPS_DEPRECATED_1_7_MSG("Use httpConnect2 instead."); | ^~~~~~~~~~~~~~~~~~ CUPS.xs: In function 'XS_Net__CUPS_NETCUPS_getPPDFileName': CUPS.xs:391:17: warning: 'httpConnectEncrypt' is deprecated: Use httpConnect2 instead. [-Wdeprecated-declarations] 391 | http = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption()); | ^~~~ /home/pbulk/build/print/p5-Net-CUPS/work/.buildlink/include/cups/http.h:477:26: note: declared here 477 | extern http_t *httpConnectEncrypt(const char *host, int port, http_encryption_t encryption) _CUPS_DEPRECATED_1_7_MSG("Use httpConnect2 instead."); | ^~~~~~~~~~~~~~~~~~ CUPS.xs:405:40: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 405 | tmpppd = ippGetString(attr, 0, NULL); | ^ CUPS.xs: In function 'XS_Net__CUPS__Destination_NETCUPS_getDeviceAttribute': CUPS.xs:446:17: warning: 'httpConnectEncrypt' is deprecated: Use httpConnect2 instead. [-Wdeprecated-declarations] 446 | http = httpConnectEncrypt( cupsServer(), ippPort(), cupsEncryption() ); | ^~~~ /home/pbulk/build/print/p5-Net-CUPS/work/.buildlink/include/cups/http.h:477:26: note: declared here 477 | extern http_t *httpConnectEncrypt(const char *host, int port, http_encryption_t encryption) _CUPS_DEPRECATED_1_7_MSG("Use httpConnect2 instead."); | ^~~~~~~~~~~~~~~~~~ CUPS.xs: In function 'XS_Net__CUPS__PPD_NETCUPS_freePPD': CUPS.xs:747:17: warning: 'ppdClose' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 747 | ppdClose( ppd ); | ^~~~~~~~ /home/pbulk/build/print/p5-Net-CUPS/work/.buildlink/include/cups/ppd.h:364:25: note: declared here 364 | extern void ppdClose(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~ CUPS.xs: In function 'XS_Net__CUPS__PPD_NETCUPS_getFirstOption': CUPS.xs:758:17: warning: 'ppdFirstOption' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 758 | option = ppdFirstOption( ppd ); | ^~~~~~ /home/pbulk/build/print/p5-Net-CUPS/work/.buildlink/include/cups/ppd.h:431:26: note: declared here 431 | extern ppd_option_t *ppdFirstOption(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~~~~ CUPS.xs: In function 'XS_Net__CUPS__PPD_NETCUPS_getNextOption': CUPS.xs:771:17: warning: 'ppdNextOption' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 771 | option = ppdNextOption( ppd ); | ^~~~~~ /home/pbulk/build/print/p5-Net-CUPS/work/.buildlink/include/cups/ppd.h:433:26: note: declared here 433 | extern ppd_option_t *ppdNextOption(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~~~ CUPS.xs: In function 'XS_Net__CUPS__PPD_NETCUPS_getOption': CUPS.xs:785:17: warning: 'ppdFindOption' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 785 | option = ppdFindOption( ppd, keyword ); | ^~~~~~ /home/pbulk/build/print/p5-Net-CUPS/work/.buildlink/include/cups/ppd.h:380:26: note: declared here 380 | extern ppd_option_t *ppdFindOption(ppd_file_t *ppd, const char *keyword) | ^~~~~~~~~~~~~ CUPS.xs: In function 'XS_Net__CUPS__PPD_NETCUPS_getPageLength': CUPS.xs:797:17: warning: 'ppdPageLength' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 797 | RETVAL = ppdPageLength( ppd, size ); | ^~~~~~ /home/pbulk/build/print/p5-Net-CUPS/work/.buildlink/include/cups/ppd.h:390:25: note: declared here 390 | extern float ppdPageLength(ppd_file_t *ppd, const char *name) | ^~~~~~~~~~~~~ CUPS.xs: In function 'XS_Net__CUPS__PPD_NETCUPS_getPageSize': CUPS.xs:809:17: warning: 'ppdPageSize' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 809 | page_size = ppdPageSize( ppd, size ); | ^~~~~~~~~ /home/pbulk/build/print/p5-Net-CUPS/work/.buildlink/include/cups/ppd.h:392:26: note: declared here 392 | extern ppd_size_t *ppdPageSize(ppd_file_t *ppd, const char *name) | ^~~~~~~~~~~ CUPS.xs: In function 'XS_Net__CUPS__PPD_NETCUPS_getPageWidth': CUPS.xs:855:17: warning: 'ppdPageWidth' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 855 | RETVAL = ppdPageWidth( ppd, size ); | ^~~~~~ /home/pbulk/build/print/p5-Net-CUPS/work/.buildlink/include/cups/ppd.h:394:25: note: declared here 394 | extern float ppdPageWidth(ppd_file_t *ppd, const char *name) | ^~~~~~~~~~~~ CUPS.xs: In function 'XS_Net__CUPS__PPD_NETCUPS_isMarked': CUPS.xs:866:17: warning: 'ppdIsMarked' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 866 | RETVAL = ppdIsMarked( ppd, option, choice ); | ^~~~~~ /home/pbulk/build/print/p5-Net-CUPS/work/.buildlink/include/cups/ppd.h:382:25: note: declared here 382 | extern int ppdIsMarked(ppd_file_t *ppd, const char *keyword, | ^~~~~~~~~~~ CUPS.xs: In function 'XS_Net__CUPS__PPD_NETCUPS_markDefaults': CUPS.xs:874:17: warning: 'ppdMarkDefaults' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 874 | ppdMarkDefaults( ppd ); | ^~~~~~~~~~~~~~~ /home/pbulk/build/print/p5-Net-CUPS/work/.buildlink/include/cups/ppd.h:384:25: note: declared here 384 | extern void ppdMarkDefaults(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~~~~~ CUPS.xs: In function 'XS_Net__CUPS__PPD_NETCUPS_markOption': CUPS.xs:885:17: warning: 'ppdMarkOption' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 885 | RETVAL = ppdMarkOption( ppd, option, choice ); | ^~~~~~ /home/pbulk/build/print/p5-Net-CUPS/work/.buildlink/include/cups/ppd.h:385:25: note: declared here 385 | extern int ppdMarkOption(ppd_file_t *ppd, const char *keyword, | ^~~~~~~~~~~~~ "/opt/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- CUPS.bs blib/arch/auto/Net/CUPS/CUPS.bs 644 rm -f blib/arch/auto/Net/CUPS/CUPS.so LD_RUN_PATH="/home/pbulk/build/print/p5-Net-CUPS/work/.buildlink/lib" gcc -shared -m64 -L/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0 -Wl,-R/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -L/usr/gnu/lib CUPS.o -L/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0 -Wl,-R/opt/local/gcc13/lib/gcc/x86_64-sun-solaris2.11/13.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -liconv -lintl -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib/perl5/5.38.0/x86_64-solaris-thread-multi-64/CORE -o blib/arch/auto/Net/CUPS/CUPS.so -lcups chmod 755 blib/arch/auto/Net/CUPS/CUPS.so Manifying 4 pod documents