INFO: not using any hashes in /data/userland-archives/hashes for 5.8.0.tar.gz (overridden with --hash)
Source /data/userland-archives/5.8.0.tar.gz... not found, skipping file copy
Source https://github.com/htacg/tidy-html5/archive/refs/tags/5.8.0.tar.gz... 
    downloading... ok
    validating signature... checking local signature... not found
    signature validation failed

    validating hash... ok
CMake Deprecation Warning at CMakeLists.txt:20 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.


-- The C compiler identification is GNU 14.2.0
-- The CXX compiler identification is GNU 14.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/gcc/14/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/gcc/14/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-> TIDY_SO_VERSION = 58. This is an EVEN (stable) release.
-- *** Debug Logging is NOT enabled.
-- *** Building support for runtime configuration files.
-- *** Also building DLL library SHARED, version 5.8.0, date 2021.07.10
-- *** Generating man tidy.1 custom commands...
CMake Warning (dev) at CMakeLists.txt:530 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:538 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:546 (add_custom_command):
  The following keywords are not supported when using
  add_custom_command(TARGET): DEPENDS.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:546 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring done (1.1s)
-- Generating done (0.0s)
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_Fortran_COMPILER
    CMAKE_Fortran_FLAGS
    CMAKE_INSTALL_BINDIR
    CMAKE_INSTALL_DATADIR
    CMAKE_INSTALL_DATAROOTDIR
    CMAKE_INSTALL_INFODIR
    CMAKE_INSTALL_LIBDIR
    CMAKE_INSTALL_LOCALEDIR
    CMAKE_INSTALL_MANDIR
    CMAKE_INSTALL_SBINDIR
    LIBEXEC_INSTALL_DIR
    LIB_SUFFIX


-- Build files have been written to: /jenkins/jobs/oi-userland/workspace/components/text/tidy/build/amd64
[  1%] Building C object CMakeFiles/tab2space.dir/console/tab2space.c.o
[  3%] Building C object CMakeFiles/tidy-share.dir/src/attrs.c.o
[  5%] Building C object CMakeFiles/tidy-static.dir/src/access.c.o
[  6%] Building C object CMakeFiles/tidy-share.dir/src/istack.c.o
[  8%] Building C object CMakeFiles/tidy-share.dir/src/access.c.o
[ 10%] Building C object CMakeFiles/tidy-static.dir/src/attrs.c.o
[ 12%] Building C object CMakeFiles/tidy-share.dir/src/tags.c.o
[ 13%] Building C object CMakeFiles/tidy-share.dir/src/parser.c.o
/jenkins/jobs/oi-userland/workspace/components/text/tidy/tidy-html5-5.8.0/src/access.c:892:40: warning: argument 2 of type 'int[]' with mismatched bound [-Warray-parameter=]
  892 | static Bool GetRgb( ctmbstr color, int rgb[] )
      |                                    ~~~~^~~~~
/jenkins/jobs/oi-userland/workspace/components/text/tidy/tidy-html5-5.8.0/src/access.c:380:40: note: previously declared as 'int[3]'
  380 | static Bool GetRgb( ctmbstr color, int rgb[3] );
      |                                    ~~~~^~~~~~
/jenkins/jobs/oi-userland/workspace/components/text/tidy/tidy-html5-5.8.0/src/access.c:892:40: warning: argument 2 of type 'int[]' with mismatched bound [-Warray-parameter=]
  892 | static Bool GetRgb( ctmbstr color, int rgb[] )
      |                                    ~~~~^~~~~
/jenkins/jobs/oi-userland/workspace/components/text/tidy/tidy-html5-5.8.0/src/access.c:380:40: note: previously declared as 'int[3]'
  380 | static Bool GetRgb( ctmbstr color, int rgb[3] );
      |                                    ~~~~^~~~~~
/jenkins/jobs/oi-userland/workspace/components/text/tidy/tidy-html5-5.8.0/src/attrs.c: In function 'CheckDecimal':
/jenkins/jobs/oi-userland/workspace/components/text/tidy/tidy-html5-5.8.0/src/attrs.c:2300:13: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
 2300 |             else
      |             ^~~~
/jenkins/jobs/oi-userland/workspace/components/text/tidy/tidy-html5-5.8.0/src/attrs.c:2302:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
 2302 |                 break;
      |                 ^~~~~
/jenkins/jobs/oi-userland/workspace/components/text/tidy/tidy-html5-5.8.0/src/attrs.c: In function 'CheckDecimal':
/jenkins/jobs/oi-userland/workspace/components/text/tidy/tidy-html5-5.8.0/src/attrs.c:2300:13: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
 2300 |             else
      |             ^~~~
/jenkins/jobs/oi-userland/workspace/components/text/tidy/tidy-html5-5.8.0/src/attrs.c:2302:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
 2302 |                 break;
      |                 ^~~~~
[ 15%] Linking C executable tab2space
[ 15%] Built target tab2space
[ 17%] Building C object CMakeFiles/tidy-share.dir/src/entities.c.o
[ 18%] Building C object CMakeFiles/tidy-share.dir/src/lexer.c.o
[ 20%] Building C object CMakeFiles/tidy-share.dir/src/pprint.c.o
[ 22%] Building C object CMakeFiles/tidy-share.dir/src/charsets.c.o
[ 24%] Building C object CMakeFiles/tidy-share.dir/src/clean.c.o
[ 25%] Building C object CMakeFiles/tidy-static.dir/src/istack.c.o
[ 27%] Building C object CMakeFiles/tidy-static.dir/src/parser.c.o
[ 29%] Building C object CMakeFiles/tidy-share.dir/src/message.c.o
[ 31%] Building C object CMakeFiles/tidy-share.dir/src/config.c.o
[ 32%] Building C object CMakeFiles/tidy-share.dir/src/alloc.c.o
[ 34%] Building C object CMakeFiles/tidy-share.dir/src/attrdict.c.o
[ 36%] Building C object CMakeFiles/tidy-static.dir/src/tags.c.o
[ 37%] Building C object CMakeFiles/tidy-share.dir/src/buffio.c.o
[ 39%] Building C object CMakeFiles/tidy-share.dir/src/fileio.c.o
[ 41%] Building C object CMakeFiles/tidy-share.dir/src/streamio.c.o
[ 43%] Building C object CMakeFiles/tidy-share.dir/src/tagask.c.o
[ 44%] Building C object CMakeFiles/tidy-share.dir/src/tmbstr.c.o
[ 46%] Building C object CMakeFiles/tidy-share.dir/src/utf8.c.o
[ 48%] Building C object CMakeFiles/tidy-share.dir/src/tidylib.c.o
[ 50%] Building C object CMakeFiles/tidy-share.dir/src/gdoc.c.o
[ 51%] Building C object CMakeFiles/tidy-share.dir/src/mappedio.c.o
[ 53%] Building C object CMakeFiles/tidy-static.dir/src/entities.c.o
[ 55%] Building C object CMakeFiles/tidy-share.dir/src/language.c.o
[ 56%] Building C object CMakeFiles/tidy-share.dir/src/messageobj.c.o
[ 58%] Building C object CMakeFiles/tidy-static.dir/src/lexer.c.o
[ 60%] Building C object CMakeFiles/tidy-share.dir/src/sprtf.c.o
[ 62%] Building C object CMakeFiles/tidy-static.dir/src/pprint.c.o
[ 63%] Building C object CMakeFiles/tidy-static.dir/src/charsets.c.o
[ 65%] Building C object CMakeFiles/tidy-static.dir/src/clean.c.o
[ 67%] Building C object CMakeFiles/tidy-static.dir/src/message.c.o
[ 68%] Building C object CMakeFiles/tidy-static.dir/src/config.c.o
[ 70%] Building C object CMakeFiles/tidy-static.dir/src/alloc.c.o
[ 72%] Building C object CMakeFiles/tidy-static.dir/src/attrdict.c.o
[ 74%] Linking C shared library libtidy.so
[ 74%] Built target tidy-share
[ 75%] Building C object CMakeFiles/tidy-static.dir/src/buffio.c.o
[ 77%] Building C object CMakeFiles/tidy-static.dir/src/fileio.c.o
[ 79%] Building C object CMakeFiles/tidy-static.dir/src/streamio.c.o
[ 81%] Building C object CMakeFiles/tidy-static.dir/src/tagask.c.o
[ 82%] Building C object CMakeFiles/tidy-static.dir/src/tmbstr.c.o
[ 84%] Building C object CMakeFiles/tidy-static.dir/src/utf8.c.o
[ 86%] Building C object CMakeFiles/tidy-static.dir/src/tidylib.c.o
[ 87%] Building C object CMakeFiles/tidy-static.dir/src/mappedio.c.o
[ 89%] Building C object CMakeFiles/tidy-static.dir/src/gdoc.c.o
[ 91%] Building C object CMakeFiles/tidy-static.dir/src/language.c.o
[ 93%] Building C object CMakeFiles/tidy-static.dir/src/messageobj.c.o
[ 94%] Building C object CMakeFiles/tidy-static.dir/src/sprtf.c.o
[ 96%] Building C object CMakeFiles/tidy.dir/console/tidy.c.o
In function 'cleanup_description',
    inlined from 'optionDescribe' at /jenkins/jobs/oi-userland/workspace/components/text/tidy/tidy-html5-5.8.0/console/tidy.c:1314:18,
    inlined from 'main' at /jenkins/jobs/oi-userland/workspace/components/text/tidy/tidy-html5-5.8.0/console/tidy.c:2300:21:
/jenkins/jobs/oi-userland/workspace/components/text/tidy/tidy-html5-5.8.0/console/tidy.c:1204:25: warning: 'strncpy' output truncated before terminating nul copying 1 byte from a string of the same length [-Wstringop-truncation]
 1204 |                         strncpy(name + i_name, &c, 1);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 98%] Linking C static library libtidy.a
[ 98%] Built target tidy-static
[100%] Linking C executable tidy
[100%] Built target tidy
Generate /jenkins/jobs/oi-userland/workspace/components/text/tidy/build/amd64/tidy-help.xml
Generate /jenkins/jobs/oi-userland/workspace/components/text/tidy/build/amd64/tidy-config.xml
Generate tidy.1
[100%] Built target man
-- Install configuration: "Release"
-- Installing: /jenkins/jobs/oi-userland/workspace/components/text/tidy/build/prototype/i386/usr/lib/amd64/libtidy.a
-- Installing: /jenkins/jobs/oi-userland/workspace/components/text/tidy/build/prototype/i386/usr/include/tidyplatform.h
-- Installing: /jenkins/jobs/oi-userland/workspace/components/text/tidy/build/prototype/i386/usr/include/tidy.h
-- Installing: /jenkins/jobs/oi-userland/workspace/components/text/tidy/build/prototype/i386/usr/include/tidyenum.h
-- Installing: /jenkins/jobs/oi-userland/workspace/components/text/tidy/build/prototype/i386/usr/include/tidybuffio.h
-- Installing: /jenkins/jobs/oi-userland/workspace/components/text/tidy/build/prototype/i386/usr/lib/amd64/libtidy.so.5.8.0
-- Installing: /jenkins/jobs/oi-userland/workspace/components/text/tidy/build/prototype/i386/usr/lib/amd64/libtidy.so.58
-- Installing: /jenkins/jobs/oi-userland/workspace/components/text/tidy/build/prototype/i386/usr/lib/amd64/libtidy.so
-- Installing: /jenkins/jobs/oi-userland/workspace/components/text/tidy/build/prototype/i386/usr/bin/tidy
-- Set non-toolchain portion of runtime path of "/jenkins/jobs/oi-userland/workspace/components/text/tidy/build/prototype/i386/usr/bin/tidy" to ""
-- Installing: /jenkins/jobs/oi-userland/workspace/components/text/tidy/build/prototype/i386/usr/share/man/man1/tidy.1
-- Installing: /jenkins/jobs/oi-userland/workspace/components/text/tidy/build/prototype/i386/usr/lib/amd64/pkgconfig/tidy.pc
VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/text/tidy/build/manifest-i386-tidy.depend.res
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
generating metadata: text/tidy
pkg://openindiana.org/text/tidy@5.8.0,5.11-2025.0.0.0:20250319T175702Z
PUBLISHED