INFO: not using any hashes in /data/userland-archives/hashes for splix-315.tar.bz2 (overridden with --hash) Source /data/userland-archives/splix-315.tar.bz2... cached validating signature... checking local signature... not found signature validation failed validating hash... ok patching file splix/module.mk Hunk #1 succeeded at 32 (offset 2 lines). patching file splix/Makefile patching file splix/ppd/samsung.drv.in patching file splix/ppd/xerox.drv.in patching file splix/Makefile patching file splix/rules.mk symlink cloning /jenkins/jobs/oi-userland/workspace/components/print/splix/splix-315 to /jenkins/jobs/oi-userland/workspace/components/print/splix/build/amd64 -n GEN .defs.mk -n . make[5]: warning: -j1 forced in submake: resetting jobserver mode. -n . +---------------------------------------------+ | COMPILATION PARAMETERS SUMMARY | +---------------------------------------------+ | THREADS = enabled | | THREADS Nr = 2 | | CACHESIZE = 30 | | JBIG = disabled | | BLACK OPTIM = enabled | | DRV ONLY = disabled | +---------------------------------------------+ (Do a "make clean" before updating these values) src/qpdl.cpp: In function 'bool _renderBand(const Request&, const Band*, bool)': src/qpdl.cpp:250:25: warning: array subscript 32 is outside array bounds of 'unsigned char [32]' [-Warray-bounds=] 250 | *(uint32_t*)(&header + size) = (uint32_t)plane-> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/qpdl.cpp:135:19: note: at offset 128 into object 'header' of size 32 135 | unsigned char header[0x20]; | ^~~~~~ src/qpdl.cpp:252:25: warning: array subscript 64 is outside array bounds of 'unsigned char [32]' [-Warray-bounds=] 252 | *(uint32_t*)(&header + size + 4) = (uint32_t)state; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/qpdl.cpp:135:19: note: at offset 256 into object 'header' of size 32 135 | unsigned char header[0x20]; | ^~~~~~ src/document.cpp: In member function 'Page* Document::getNextRawPage(const Request&)': src/document.cpp:84:30: warning: 'unsigned int cupsRasterReadHeader(cups_raster_t*, cups_page_header_t*)' is deprecated: Use cupsRasterReadHeader2 instead. [-Wdeprecated-declarations] 84 | if (!cupsRasterReadHeader(_raster, &header) || !header.cupsBytesPerLine || | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ In file included from include/document.h:24, from src/document.cpp:21: /usr/include/cups/raster.h:377:25: note: declared here 377 | extern unsigned cupsRasterReadHeader(cups_raster_t *r, cups_page_header_t *h) _CUPS_DEPRECATED_MSG("Use cupsRasterReadHeader2 instead.") _CUPS_PUBLIC; | ^~~~~~~~~~~~~~~~~~~~ src/ppdfile.cpp: In member function 'bool PPDFile::open(const char*, const char*, const char*)': src/ppdfile.cpp:63:23: warning: 'ppd_file_t* ppdOpenFile(const char*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 63 | _ppd = ppdOpenFile(file); | ~~~~~~~~~~~^~~~~~ In file included from include/ppdfile.h:24, from src/ppdfile.cpp:21: /usr/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."); | ^~~~~~~~~~~ src/ppdfile.cpp:70:20: warning: 'void ppdMarkDefaults(ppd_file_t*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 70 | ppdMarkDefaults(_ppd); | ~~~~~~~~~~~~~~~^~~~~~ /usr/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."); | ^~~~~~~~~~~~~~~ src/ppdfile.cpp:72:20: warning: 'int cupsMarkOptions(ppd_file_t*, int, cups_option_t*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 72 | cupsMarkOptions(_ppd, nr, options); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /usr/include/cups/ppd.h:362:25: note: declared here 362 | extern int cupsMarkOptions(ppd_file_t *ppd, int num_options, cups_option_t *options) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~~~~~ src/ppdfile.cpp:80:17: warning: 'void ppdClose(ppd_file_t*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 80 | ppdClose(_ppd); | ~~~~~~~~^~~~~~ /usr/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."); | ^~~~~~~~ src/ppdfile.cpp:87:17: warning: 'void ppdClose(ppd_file_t*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 87 | ppdClose(_ppd); | ~~~~~~~~^~~~~~ /usr/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."); | ^~~~~~~~ src/ppdfile.cpp: In member function 'void PPDFile::close()': src/ppdfile.cpp:99:13: warning: 'void ppdClose(ppd_file_t*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 99 | ppdClose(_ppd); | ~~~~~~~~^~~~~~ /usr/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."); | ^~~~~~~~ src/ppdfile.cpp: In member function 'PPDValue PPDFile::get(const char*, const char*)': src/ppdfile.cpp:121:27: warning: 'ppd_attr_t* ppdFindAttr(ppd_file_t*, const char*, const char*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 121 | attr = ppdFindAttr(_ppd, name, NULL); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /usr/include/cups/ppd.h:399:26: note: declared here 399 | extern ppd_attr_t *ppdFindAttr(ppd_file_t *ppd, const char *name, | ^~~~~~~~~~~ src/ppdfile.cpp:123:27: warning: 'ppd_attr_t* ppdFindAttr(ppd_file_t*, const char*, const char*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 123 | attr = ppdFindAttr(_ppd, opt, name); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /usr/include/cups/ppd.h:399:26: note: declared here 399 | extern ppd_attr_t *ppdFindAttr(ppd_file_t *ppd, const char *name, | ^~~~~~~~~~~ src/ppdfile.cpp:126:37: warning: 'ppd_choice_t* ppdFindMarkedChoice(ppd_file_t*, const char*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 126 | choice = ppdFindMarkedChoice(_ppd, name); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /usr/include/cups/ppd.h:377:26: note: declared here 377 | extern ppd_choice_t *ppdFindMarkedChoice(ppd_file_t *ppd, | ^~~~~~~~~~~~~~~~~~~ src/ppdfile.cpp: In member function 'PPDValue PPDFile::getPageSize(const char*)': src/ppdfile.cpp:140:26: warning: 'ppd_size_t* ppdPageSize(ppd_file_t*, const char*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 140 | if (!(s = ppdPageSize(_ppd, name))) | ~~~~~~~~~~~^~~~~~~~~~~~ /usr/include/cups/ppd.h:392:26: note: declared here 392 | extern ppd_size_t *ppdPageSize(ppd_file_t *ppd, const char *name) | ^~~~~~~~~~~ src/cache.cpp: In function 'void* _cacheControllerThread(void*)': src/cache.cpp:245:25: warning: '~' on an expression of type 'bool' [-Wbool-operation] 245 | whatToDo = ~whatToDo; | ^~~~~~~~ src/cache.cpp:245:25: note: did you mean to use logical not ('!')? src/pstoqpdl.cpp: In function 'int main(int, char**)': src/pstoqpdl.cpp:183:17: warning: variable 'jobid' set but not used [-Wunused-but-set-variable] 183 | const char *jobid, *user, *title, *options, *ppdFile, *file; | ^~~~~ src/pstoqpdl.cpp:183:25: warning: variable 'user' set but not used [-Wunused-but-set-variable] 183 | const char *jobid, *user, *title, *options, *ppdFile, *file; | ^~~~ src/pstoqpdl.cpp:183:32: warning: variable 'title' set but not used [-Wunused-but-set-variable] 183 | const char *jobid, *user, *title, *options, *ppdFile, *file; | ^~~~~ src/pstoqpdl.cpp:185:19: warning: variable 'copies' set but not used [-Wunused-but-set-variable] 185 | unsigned long copies; | ^~~~~~ INSTALL optimized/rastertoqpdl INSTALL optimized/pstoqpdl INSTALL Samsung PPD files INSTALL Xerox PPD files INSTALL Dell PPD files INSTALL Lexmark PPD files INSTALL Toshiba PPD files PLEASE INSTALL MANUALLY COLOR PROFILE FILES (CHECK INSTALL) --- Everything is done! Have fun --- VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/print/splix/build/manifest-i386-splix.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO generating metadata: print/splix pkg://openindiana.org/print/splix@2.0.0,5.11-2023.0.0.4:20231108T213305Z PUBLISHED