gmake[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Source /data/userland-archives/libqrencode-4.1.1.tar.gz... not found, skipping file copy Source https://github.com/fukuchi/libqrencode/archive/refs/tags/v4.1.1.tar.gz... downloading... validating signature... skipping (no signature URL) validating hash... ok -- The C compiler identification is GNU 7.5.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/gcc/7/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found ZLIB: /usr/lib/64/libz.so (found version "1.2.11") -- Found PNG: /usr/lib/64/libpng.so (found version "1.6.37") -- Looking for iconv_open -- Looking for iconv_open - found CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The package name passed to `find_package_handle_standard_args` (ICONV) does not match the name of the calling package (Iconv). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/FindIconv.cmake:76 (find_package_handle_standard_args) CMakeLists.txt:23 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Found ICONV: TRUE -- Looking for dlfcn.h -- Looking for dlfcn.h - found -- Looking for inttypes.h -- Looking for inttypes.h - found -- Looking for memory.h -- Looking for memory.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stdlib.h -- Looking for stdlib.h - found -- Looking for strings.h -- Looking for strings.h - found -- Looking for string.h -- Looking for string.h - found -- Looking for getopt.h -- Looking for getopt.h - found -- Looking for sys/time.h -- Looking for sys/time.h - found -- Looking for time.h -- Looking for time.h - found -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for strdup -- Looking for strdup - found -- Performing Test FIXED_SIZE_BUFFER_INITIALIZATION -- Performing Test FIXED_SIZE_BUFFER_INITIALIZATION - Success -- ------------------------------------------------------------ -- [QRencode] Configuration summary. -- ------------------------------------------------------------ -- System configuration: -- .. Processor type .............. = i386 -- .. CMake executable ............ = /usr/bin/cmake -- .. CMake version ............... = 3.21.3 -- .. System name ................. = SunOS-5.11 -- .. C++ compiler ................ = /usr/gcc/7/bin/g++ -- .. C compiler .................. = /usr/gcc/7/bin/gcc -- .. size(void*) ................. = 8 -- Dependencies: -- .. Thread library of the system = -- .. Iconv ....................... = TRUE -- .... Iconv includes ............ = /usr/include -- .... Iconv library ............. = ICONV_LIBRARY-NOTFOUND -- .. ZLIB ........................ = TRUE -- .. PNG ......................... = TRUE -- .... PNG includes .............. = /usr/include;/usr/include -- .... PNG library ............... = /usr/lib/64/libpng.so;/usr/lib/64/libz.so -- Project configuration: -- .. Build test programs ........ = ON -- .. Build utility tools ........ = ON -- .. Disable PNG support ........ = OFF -- .. Installation prefix ......... = /usr -- ------------------------------------------------------------ -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_CXX_FLAGS CMAKE_Fortran_COMPILER CMAKE_Fortran_FLAGS LIBEXEC_INSTALL_DIR LIB_INSTALL_DIR LIB_SUFFIX -- Build files have been written to: /jenkins/jobs/oi-userland/workspace/components/library/libqrencode/build/amd64 [ 1%] Building C object tests/CMakeFiles/decoder.dir/decoder.c.o [ 5%] Building C object tests/CMakeFiles/decoder.dir/rsecc_decoder.c.o [ 5%] Building C object CMakeFiles/qrencode.dir/qrinput.c.o [ 7%] Building C object tests/CMakeFiles/decoder.dir/datachunk.c.o [ 9%] Building C object CMakeFiles/qrencode.dir/bitstream.c.o [ 11%] Building C object CMakeFiles/qrencode.dir/qrencode.c.o [ 15%] Building C object CMakeFiles/qrencode.dir/rsecc.c.o [ 15%] Building C object CMakeFiles/qrencode.dir/qrspec.c.o /jenkins/jobs/oi-userland/workspace/components/library/libqrencode/libqrencode-4.1.1/tests/datachunk.c: In function 'dumpKanji': /jenkins/jobs/oi-userland/workspace/components/library/libqrencode/libqrencode-4.1.1/tests/datachunk.c:99:20: warning: passing argument 2 of 'iconv' from incompatible pointer type [-Wincompatible-pointer-types] ret = iconv(conv, &inbuf, &inbytes, &outp, &outbytes); ^ In file included from /jenkins/jobs/oi-userland/workspace/components/library/libqrencode/libqrencode-4.1.1/tests/datachunk.c:4:0: /usr/include/iconv.h:47:15: note: expected 'const char ** restrict' but argument is of type 'char **' extern size_t iconv(iconv_t, const char **_RESTRICT_KYWD, ^~~~~ [ 17%] Building C object CMakeFiles/qrencode.dir/split.c.o [ 19%] Building C object CMakeFiles/qrencode.dir/mask.c.o [ 21%] Building C object CMakeFiles/qrencode.dir/mqrspec.c.o [ 23%] Building C object CMakeFiles/qrencode.dir/mmask.c.o [ 25%] Linking C static library libdecoder.a [ 25%] Built target decoder [ 26%] Linking C shared library libqrencode.so [ 26%] Built target qrencode [ 28%] Building C object CMakeFiles/qrenc.dir/qrenc.c.o [ 30%] Building C object tests/CMakeFiles/common.dir/common.c.o [ 32%] Linking C shared library libcommon.so [ 32%] Built target common [ 34%] Building C object tests/CMakeFiles/test_estimatebit.dir/test_estimatebit.c.o [ 36%] Building C object tests/CMakeFiles/create_frame_pattern.dir/create_frame_pattern.c.o [ 38%] Building C object tests/CMakeFiles/test_bitstream.dir/test_bitstream.c.o [ 40%] Building C object tests/CMakeFiles/test_mmask.dir/test_mmask.c.o [ 42%] Building C object tests/CMakeFiles/rscode.dir/rscode.c.o [ 44%] Building C object tests/CMakeFiles/prof_qrencode.dir/prof_qrencode.c.o [ 46%] Building C object tests/CMakeFiles/test_qrspec.dir/test_qrspec.c.o [ 48%] Linking C executable qrencode [ 50%] Linking C executable test_estimatebit [ 51%] Linking C executable prof_qrencode [ 53%] Linking C executable test_bitstream [ 55%] Linking C executable create_frame_pattern [ 57%] Linking C shared library librscode.so [ 59%] Linking C executable test_mmask [ 59%] Built target qrenc [ 61%] Linking C executable test_qrspec [ 61%] Built target prof_qrencode [ 61%] Built target test_estimatebit [ 63%] Building C object tests/CMakeFiles/test_split.dir/test_split.c.o [ 63%] Built target test_bitstream [ 63%] Built target create_frame_pattern [ 63%] Built target rscode [ 63%] Built target test_mmask [ 65%] Building C object tests/CMakeFiles/test_mqrspec.dir/test_mqrspec.c.o [ 67%] Building C object tests/CMakeFiles/test_split_urls.dir/test_split_urls.c.o [ 69%] Building C object tests/CMakeFiles/test_monkey.dir/test_monkey.c.o [ 71%] Building C object tests/CMakeFiles/test_mask.dir/test_mask.c.o [ 73%] Building C object tests/CMakeFiles/pthread_qrencode.dir/pthread_qrencode.c.o [ 75%] Building C object tests/CMakeFiles/create_mqr_frame_pattern.dir/create_mqr_frame_pattern.c.o [ 75%] Built target test_qrspec [ 76%] Linking C executable test_split_urls [ 78%] Linking C executable test_split [ 80%] Building C object tests/CMakeFiles/test_qrinput.dir/test_qrinput.c.o [ 82%] Linking C executable test_mqrspec [ 84%] Linking C executable pthread_qrencode [ 86%] Linking C executable create_mqr_frame_pattern [ 86%] Built target test_split_urls [ 86%] Built target test_split [ 86%] Built target test_mqrspec [ 88%] Linking C executable test_mask [ 90%] Linking C executable test_monkey [ 92%] Building C object tests/CMakeFiles/test_qrencode.dir/test_qrencode.c.o [ 92%] Built target pthread_qrencode [ 92%] Built target create_mqr_frame_pattern [ 94%] Building C object tests/CMakeFiles/test_rs.dir/test_rs.c.o [ 94%] Built target test_mask [ 94%] Built target test_monkey [ 96%] Linking C executable test_rs [ 98%] Linking C executable test_qrinput [ 98%] Built target test_rs [ 98%] Built target test_qrinput [100%] Linking C executable test_qrencode [100%] Built target test_qrencode Consolidate compiler generated dependencies of target qrencode [ 19%] Built target qrencode Consolidate compiler generated dependencies of target qrenc [ 23%] Built target qrenc Consolidate compiler generated dependencies of target decoder [ 30%] Built target decoder Consolidate compiler generated dependencies of target common [ 34%] Built target common Consolidate compiler generated dependencies of target rscode [ 38%] Built target rscode Consolidate compiler generated dependencies of target test_rs [ 42%] Built target test_rs Consolidate compiler generated dependencies of target test_mmask [ 46%] Built target test_mmask Consolidate compiler generated dependencies of target create_frame_pattern [ 50%] Built target create_frame_pattern Consolidate compiler generated dependencies of target test_qrspec [ 53%] Built target test_qrspec Consolidate compiler generated dependencies of target prof_qrencode [ 57%] Built target prof_qrencode Consolidate compiler generated dependencies of target test_bitstream [ 61%] Built target test_bitstream Consolidate compiler generated dependencies of target test_estimatebit [ 65%] Built target test_estimatebit Consolidate compiler generated dependencies of target test_split [ 69%] Built target test_split Consolidate compiler generated dependencies of target test_mqrspec [ 73%] Built target test_mqrspec Consolidate compiler generated dependencies of target test_split_urls [ 76%] Built target test_split_urls Consolidate compiler generated dependencies of target test_monkey [ 80%] Built target test_monkey Consolidate compiler generated dependencies of target test_mask [ 84%] Built target test_mask Consolidate compiler generated dependencies of target pthread_qrencode [ 88%] Built target pthread_qrencode Consolidate compiler generated dependencies of target create_mqr_frame_pattern [ 92%] Built target create_mqr_frame_pattern Consolidate compiler generated dependencies of target test_qrinput [ 96%] Built target test_qrinput Consolidate compiler generated dependencies of target test_qrencode [100%] Built target test_qrencode Install the project... -- Install configuration: "" -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/libqrencode/build/prototype/i386/usr/share/man/man1/qrencode.1 -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/libqrencode/build/prototype/i386/usr/lib/amd64/pkgconfig/libqrencode.pc -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/libqrencode/build/prototype/i386/usr/include/qrencode.h -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/libqrencode/build/prototype/i386/usr/lib/amd64/libqrencode.so.4.1.1 -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/libqrencode/build/prototype/i386/usr/lib/amd64/libqrencode.so.4 -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/libqrencode/build/prototype/i386/usr/lib/amd64/libqrencode.so -- Installing: /jenkins/jobs/oi-userland/workspace/components/library/libqrencode/build/prototype/i386/usr/bin/qrencode -- Set runtime path of "/jenkins/jobs/oi-userland/workspace/components/library/libqrencode/build/prototype/i386/usr/bin/qrencode" to "" VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/library/libqrencode/build/manifest-i386-libqrencode.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO generating metadata: library/libqrencode pkg://openindiana.org/library/libqrencode@4.1.1,5.11-2020.0.1.0:20210927T165102Z PUBLISHED