START misc/open62541 2025-01-15T13:02:51Z ===> Building from scratch open62541-1.3.8p0 ===> open62541-1.3.8p0 depends on: check-* -> check-0.12.0 ===> open62541-1.3.8p0 depends on: graphviz-* -> graphviz-10.0.1p0 ===> open62541-1.3.8p0 depends on: texlive_base-* -> texlive_base-2024 ===> open62541-1.3.8p0 depends on: texlive_texmf-minimal-* -> texlive_texmf-minimal-2024p0 ===> open62541-1.3.8p0 depends on: texlive_texmf-full-* -> texlive_texmf-full-2024p0 ===> open62541-1.3.8p0 depends on: py3-sphinx-* -> py3-sphinx-8.1.3 ===> open62541-1.3.8p0 depends on: py3-sphinx_rtd_theme-* -> py3-sphinx_rtd_theme-1.2.2p3 ===> open62541-1.3.8p0 depends on: cmake-* -> cmake-3.31.2v1 ===> open62541-1.3.8p0 depends on: ninja-* -> ninja-1.11.1p0v0 ===> open62541-1.3.8p0 depends on: dwz-* -> dwz-0.15 ===> Verifying specs: c crypto m pthread ssl tls ===> found c.100.3 crypto.55.0 m.10.1 pthread.27.1 ssl.58.0 tls.31.1 ===> Checking files for open62541-1.3.8p0 `/usr/ports/distfiles/UA-1.04.10-2021-09-15.tar.gz' is up to date. `/usr/ports/distfiles/open62541-1.3.8.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for open62541-1.3.8p0 ===> Patching for open62541-1.3.8p0 ===> Applying OpenBSD patch patch-CMakeLists_txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Move examples to the right place. | |Index: CMakeLists.txt |--- CMakeLists.txt.orig |+++ CMakeLists.txt -------------------------- Patching file CMakeLists.txt using Plan A... Hunk #1 succeeded at 1720. done ===> Applying OpenBSD patch patch-doc_CMakeLists_txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |"Indicate that this target should be added to the default build target so that |it will be run every time." |https://cmake.org/cmake/help/latest/command/add_custom_target.html | |Index: doc/CMakeLists.txt |--- doc/CMakeLists.txt.orig |+++ doc/CMakeLists.txt -------------------------- Patching file doc/CMakeLists.txt using Plan A... Hunk #1 succeeded at 75. done ===> Applying OpenBSD patch patch-plugins_crypto_openssl_ua_openssl_version_abstraction_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |https://github.com/open62541/open62541/commit/35939a5b688d9647dbc96db88df5df27ebcced7a | |Index: plugins/crypto/openssl/ua_openssl_version_abstraction.h |--- plugins/crypto/openssl/ua_openssl_version_abstraction.h.orig |+++ plugins/crypto/openssl/ua_openssl_version_abstraction.h -------------------------- Patching file plugins/crypto/openssl/ua_openssl_version_abstraction.h using Plan A... Hunk #1 succeeded at 17. done ===> Applying OpenBSD patch patch-plugins_crypto_openssl_ua_pki_openssl_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Replace X509_STORE_CTX_get_check_issued with X509_check_issued. |https://github.com/libressl-portable/portable/issues/748 |https://github.com/open62541/open62541/commit/35939a5b688d9647dbc96db88df5df27ebcced7a | |Index: plugins/crypto/openssl/ua_pki_openssl.c |--- plugins/crypto/openssl/ua_pki_openssl.c.orig |+++ plugins/crypto/openssl/ua_pki_openssl.c -------------------------- Patching file plugins/crypto/openssl/ua_pki_openssl.c using Plan A... Hunk #1 succeeded at 485. Hunk #2 succeeded at 505. done ===> Applying OpenBSD patch patch-src_client_ua_client_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |refactor(client): Refactor NetworkCallback to make the unit tests work |https://github.com/open62541/open62541/commit/de9d691906547c9fc99e0a77198a80fe5bba54b1 | |fix(client): use after free in asyncServiceTimeoutCheck |https://github.com/open62541/open62541/pull/5270 |https://github.com/open62541/open62541/commit/713cdb419f0f844517afc549c7c1ef48d8498cfb | |Index: src/client/ua_client.c |--- src/client/ua_client.c.orig |+++ src/client/ua_client.c -------------------------- Patching file src/client/ua_client.c using Plan A... Hunk #1 succeeded at 515. Hunk #2 succeeded at 636. done ===> Applying OpenBSD patch patch-src_client_ua_client_internal_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |refactor(client): Refactor NetworkCallback to make the unit tests work |https://github.com/open62541/open62541/commit/de9d691906547c9fc99e0a77198a80fe5bba54b1 | |Index: src/client/ua_client_internal.h |--- src/client/ua_client_internal.h.orig |+++ src/client/ua_client_internal.h -------------------------- Patching file src/client/ua_client_internal.h using Plan A... Hunk #1 succeeded at 95. Hunk #2 succeeded at 149. done ===> Applying OpenBSD patch patch-tests_client_check_client_async_connect_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |fix(tests): network is not instant |https://github.com/open62541/open62541/commit/d40ce0724b82a22228b7e5c32b4bb401cb8e7a1c | |Index: tests/client/check_client_async_connect.c |--- tests/client/check_client_async_connect.c.orig |+++ tests/client/check_client_async_connect.c -------------------------- Patching file tests/client/check_client_async_connect.c using Plan A... Hunk #1 succeeded at 77. Hunk #2 succeeded at 149. done ===> Applying OpenBSD patch patch-tests_client_check_client_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |fix(tests): network is not instant |https://github.com/open62541/open62541/commit/d40ce0724b82a22228b7e5c32b4bb401cb8e7a1c | |Index: tests/client/check_client.c |--- tests/client/check_client.c.orig |+++ tests/client/check_client.c -------------------------- Patching file tests/client/check_client.c using Plan A... Hunk #1 succeeded at 180. Hunk #2 succeeded at 224. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for open62541-1.3.8p0 ===> Configuring for open62541-1.3.8p0 -- The C compiler identification is Clang 16.0.6 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/ports/pobj/open62541-1.3.8/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done CMake Deprecation Warning at tools/cmake/FindPython/Support.cmake:8 (cmake_policy): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value. Or, use the ... syntax to tell CMake that the project requires at least but has been updated to work with policies introduced by or earlier. Call Stack (most recent call first): tools/cmake/FindPython3.cmake:138 (include) CMakeLists.txt:15 (find_package) -- Found Python3: /usr/local/bin/python3 (found version "3.12.8") found components: Interpreter -- Found Git: /usr/local/bin/git (found version "2.48.0") -- open62541 Version: v1.3.8 -- The selected architecture is: posix -- Found LibreSSL: /usr/lib/libcrypto.so.55.0 (found version "4.0.0") -- Test CC flag -std=c99 -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wall -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wextra -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wpedantic -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Werror -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wno-static-in-inline -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wno-overlength-strings -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wno-unused-parameter -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wc++-compat -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wformat -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wformat-security -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wformat-nonliteral -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wmissing-prototypes -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wstrict-prototypes -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wredundant-decls -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wuninitialized -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Winit-self -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wcast-qual -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wstrict-overflow -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wnested-externs -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wmultichar -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wundef -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -fno-strict-aliasing -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -fexceptions -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -fPIC -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -fstack-protector-strong -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -fstack-clash-protection -- Performing Test flag_supported -- Performing Test flag_supported - Failed -- Test CC flag -D_FORTIFY_SOURCE=2 -- Performing Test flag_supported -- Performing Test flag_supported - Success CMake Warning (dev) at tools/cmake/macros_public.cmake:192 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): CMakeLists.txt:1270 (ua_generate_datatypes) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at tools/cmake/macros_public.cmake:192 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): CMakeLists.txt:1281 (ua_generate_datatypes) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:1293 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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 tools/cmake/macros_public.cmake:55 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): CMakeLists.txt:1302 (ua_generate_nodeid_header) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at tools/cmake/macros_public.cmake:362 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): CMakeLists.txt:1342 (ua_generate_nodeset) This warning is for project developers. Use -Wno-dev to suppress it. -- Found Sphinx: /usr/local/bin/sphinx-build -- Found LATEX: /usr/local/bin/latex CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:33 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:34 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:35 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:36 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:37 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:38 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:39 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:40 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:41 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:42 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:43 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:44 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:45 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:46 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:47 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:48 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:49 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:52 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:53 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:54 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:55 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:56 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:57 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:58 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:59 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:60 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:61 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:62 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:63 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:64 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:65 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:66 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:67 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at doc/CMakeLists.txt:24 (add_custom_command): The following keywords are not supported when using add_custom_command(OUTPUT): PRE_BUILD. 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. Call Stack (most recent call first): doc/CMakeLists.txt:68 (generate_rst) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:441 (message): The package name passed to `find_package_handle_standard_args` (PkgConfig) does not match the name of the calling package (Check). 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): /usr/local/share/cmake/Modules/FindPkgConfig.cmake:114 (find_package_handle_standard_args) tools/cmake/FindCheck.cmake:20 (INCLUDE) tests/CMakeLists.txt:2 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Checking for one of the modules 'check' -- Configuring done (8.8s) -- Generating done (1.1s) CMake Warning: Manually-specified variables were not used by the project: CMAKE_ASM_COMPILER_AR CMAKE_ASM_COMPILER_RANLIB CMAKE_CXX_COMPILER_AR CMAKE_CXX_COMPILER_RANLIB CMAKE_Fortran_COMPILER_AR CMAKE_Fortran_COMPILER_RANLIB CMAKE_OBJCXX_COMPILER_AR CMAKE_OBJCXX_COMPILER_RANLIB CMAKE_OBJC_COMPILER_AR CMAKE_OBJC_COMPILER_RANLIB -- Build files have been written to: /usr/ports/pobj/open62541-1.3.8/build-amd64 ===> Building for open62541-1.3.8p0 Change Dir: '/usr/ports/pobj/open62541-1.3.8/build-amd64' Run Build Command(s): /usr/local/bin/ninja -v -j 1 [1/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64 && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/generate_datatypes.py --selected-types=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/datatypes_minimal.txt --selected-types=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/datatypes_method.txt --selected-types=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/datatypes_subscriptions.txt --selected-types=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/datatypes_events.txt --selected-types=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/datatypes_dataaccess.txt --selected-types=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/datatypes_typedescription.txt --type-bsd=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/Opc.Ua.Types.bsd --type-csv=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/NodeIds.csv /usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated/open62541/types [2/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64 && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/generate_datatypes.py --selected-types=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/datatypes_transport.txt --type-bsd=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/Custom.Opc.Ua.Transport.bsd --import=TYPES#/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/Opc.Ua.Types.bsd --type-csv=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/NodeIds.csv --no-builtin --internal /usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated/open62541/transport [3/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64 && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/generate_nodeid_header.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/NodeIds.csv /usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated/open62541/nodeids NS0 [4/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64 && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/generate_statuscode_descriptions.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/StatusCode.csv /usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated/open62541/statuscodes [5/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64 && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/nodeset_compiler/nodeset_compiler.py --internal-headers --ignore=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/nodeset_compiler/NodeID_NS0_Base.txt --xml=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/Opc.Ua.NodeSet2.Reduced.xml --xml=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/Opc.Ua.NodeSet2.EventsMinimal.xml --xml=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/Opc.Ua.NodeSet2.Part8_Subset.xml /usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated/open62541/namespace0_generated /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/nodeset_compiler/nodeset.py:255: SyntaxWarning: invalid escape sequence '\g' fileContent = re.sub(r"<([/]?)uax:(.+?)([/]?)>", "<\g<1>\g<2>\g<3>>", fileContent) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/nodeset_compiler/nodeset.py:423: SyntaxWarning: invalid escape sequence '\g' fileContent = re.sub(r"<([/]?)uax:(.+?)([/]?)>", "<\g<1>\g<2>\g<3>>", fileContent) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/nodeset_compiler/nodeset.py:451: SyntaxWarning: invalid escape sequence '\g' fileContent = re.sub(r"<([/]?)uax:(.+?)([/]?)>", "<\g<1>\g<2>\g<3>>", fileContent) INFO:__main__:Preprocessing /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/Opc.Ua.NodeSet2.Reduced.xml INFO:__main__:Preprocessing /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/Opc.Ua.NodeSet2.EventsMinimal.xml INFO:__main__:Preprocessing /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/Opc.Ua.NodeSet2.Part8_Subset.xml INFO:__main__:Generating Code for Backend: open62541 INFO:__main__:NodeSet generation code successfully printed [6/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/ua_types.c.o -MF CMakeFiles/open62541-object.dir/src/ua_types.c.o.d -o CMakeFiles/open62541-object.dir/src/ua_types.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/ua_types.c [7/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o -MF CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o.d -o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/ua_types_encoding_binary.c [8/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/ua_types_print.c.o -MF CMakeFiles/open62541-object.dir/src/ua_types_print.c.o.d -o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/ua_types_print.c [9/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o -MF CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o.d -o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o -c /usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated/open62541/types_generated.c [10/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o -MF CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o.d -o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o -c /usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated/open62541/transport_generated.c [11/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o -MF CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o.d -o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o -c /usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated/open62541/statuscodes.c [12/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/ua_util.c.o -MF CMakeFiles/open62541-object.dir/src/ua_util.c.o.d -o CMakeFiles/open62541-object.dir/src/ua_util.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/ua_util.c [13/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/ua_timer.c.o -MF CMakeFiles/open62541-object.dir/src/ua_timer.c.o.d -o CMakeFiles/open62541-object.dir/src/ua_timer.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/ua_timer.c [14/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/ua_connection.c.o -MF CMakeFiles/open62541-object.dir/src/ua_connection.c.o.d -o CMakeFiles/open62541-object.dir/src/ua_connection.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/ua_connection.c [15/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o -MF CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o.d -o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/ua_securechannel.c [16/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o -MF CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o.d -o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/ua_securechannel_crypto.c [17/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_session.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_session.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_session.c [18/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_nodes.c [19/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_server.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_server.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_server.c [20/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_server_ns0.c [21/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_server_ns0_diagnostics.c [22/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_server_config.c [23/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_server_binary.c [24/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_server_utils.c [25/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_server_discovery.c [26/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_server_async.c [27/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o -MF CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o.d -o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub/ua_pubsub_networkmessage.c [28/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o -MF CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o.d -o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub/ua_pubsub_writer.c [29/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o -MF CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o.d -o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub/ua_pubsub_writergroup.c [30/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o -MF CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o.d -o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub/ua_pubsub_reader.c [31/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o -MF CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o.d -o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub/ua_pubsub_readergroup.c [32/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o -MF CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o.d -o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub/ua_pubsub_manager.c [33/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o -MF CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o.d -o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub/ua_pubsub_ns0.c [34/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_services_view.c [35/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_services_method.c [36/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_services_session.c [37/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_services_attribute.c [38/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_services_discovery.c [39/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_services_subscription.c [40/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_services_monitoreditem.c [41/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_services_securechannel.c [42/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_services_nodemanagement.c [43/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_services_discovery_multicast.c [44/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/client/ua_client.c.o -MF CMakeFiles/open62541-object.dir/src/client/ua_client.c.o.d -o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/client/ua_client.c [45/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o -MF CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o.d -o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/client/ua_client_connect.c [46/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o -MF CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o.d -o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/client/ua_client_discovery.c [47/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o -MF CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o.d -o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/client/ua_client_highlevel.c [48/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o -MF CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o.d -o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/client/ua_client_subscriptions.c [49/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/deps/libc_time.c.o -MF CMakeFiles/open62541-object.dir/deps/libc_time.c.o.d -o CMakeFiles/open62541-object.dir/deps/libc_time.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps/libc_time.c [50/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o -MF CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o.d -o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps/pcg_basic.c [51/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/deps/base64.c.o -MF CMakeFiles/open62541-object.dir/deps/base64.c.o.d -o CMakeFiles/open62541-object.dir/deps/base64.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps/base64.c [52/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/deps/aa_tree.c.o -MF CMakeFiles/open62541-object.dir/deps/aa_tree.c.o.d -o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps/aa_tree.c [53/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/deps/ziptree.c.o -MF CMakeFiles/open62541-object.dir/deps/ziptree.c.o.d -o CMakeFiles/open62541-object.dir/deps/ziptree.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps/ziptree.c [54/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o -MF CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o.d -o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub/ua_pubsub_config.c [55/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -fno-stack-protector -O0 -MD -MT CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o -MF CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o.d -o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o -c /usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated/open62541/namespace0_generated.c [56/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o -MF CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o.d -o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/ua_types_lex.c [57/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_subscription.c [58/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_subscription_monitoreditem.c [59/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_subscription_datachange.c [60/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_subscription_events.c [61/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_subscription_events_filter.c [62/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/securitypolicy_openssl_common.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/securitypolicy_openssl_common.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/securitypolicy_openssl_common.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/crypto/openssl/securitypolicy_openssl_common.c [63/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/crypto/openssl/ua_openssl_basic128rsa15.c [64/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic256.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic256.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic256.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/crypto/openssl/ua_openssl_basic256.c [65/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/crypto/openssl/ua_openssl_basic256sha256.c [66/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c [67/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_create_certificate.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_create_certificate.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_create_certificate.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/crypto/openssl/ua_openssl_create_certificate.c [68/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_pki_openssl.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_pki_openssl.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_pki_openssl.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/crypto/openssl/ua_pki_openssl.c [69/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/ua_log_stdout.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/ua_log_stdout.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/ua_log_stdout.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/ua_log_stdout.c [70/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/ua_accesscontrol_default.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/ua_accesscontrol_default.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/ua_accesscontrol_default.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/ua_accesscontrol_default.c [71/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/ua_nodestore_ziptree.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/ua_nodestore_ziptree.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/ua_nodestore_ziptree.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/ua_nodestore_ziptree.c [72/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/ua_nodestore_hashmap.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/ua_nodestore_hashmap.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/ua_nodestore_hashmap.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/ua_nodestore_hashmap.c [73/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/ua_config_default.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/ua_config_default.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/ua_config_default.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/ua_config_default.c [74/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/crypto/ua_pki_none.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/crypto/ua_pki_none.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/crypto/ua_pki_none.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/crypto/ua_pki_none.c [75/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/crypto/ua_securitypolicy_none.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/crypto/ua_securitypolicy_none.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/crypto/ua_securitypolicy_none.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/crypto/ua_securitypolicy_none.c [76/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/ua_log_syslog.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/ua_log_syslog.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/ua_log_syslog.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/ua_log_syslog.c [77/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/arch/posix/ua_clock.c.o -MF CMakeFiles/open62541-plugins.dir/arch/posix/ua_clock.c.o.d -o CMakeFiles/open62541-plugins.dir/arch/posix/ua_clock.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch/posix/ua_clock.c [78/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/arch/posix/ua_architecture_functions.c.o -MF CMakeFiles/open62541-plugins.dir/arch/posix/ua_architecture_functions.c.o.d -o CMakeFiles/open62541-plugins.dir/arch/posix/ua_architecture_functions.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch/posix/ua_architecture_functions.c [79/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-amd64 -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/arch/network_tcp.c.o -MF CMakeFiles/open62541-plugins.dir/arch/network_tcp.c.o.d -o CMakeFiles/open62541-plugins.dir/arch/network_tcp.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch/network_tcp.c [80/225] : && /usr/local/bin/cmake -E rm -f bin/libopen62541.a && /usr/bin/ar qc bin/libopen62541.a CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/securitypolicy_openssl_common.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic256.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_create_certificate.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_pki_openssl.c.o CMakeFiles/open62541-plugins.dir/plugins/ua_log_stdout.c.o CMakeFiles/open62541-plugins.dir/plugins/ua_accesscontrol_default.c.o CMakeFiles/open62541-plugins.dir/plugins/ua_nodestore_ziptree.c.o CMakeFiles/open62541-plugins.dir/plugins/ua_nodestore_hashmap.c.o CMakeFiles/open62541-plugins.dir/plugins/ua_config_default.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/ua_pki_none.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/ua_securitypolicy_none.c.o CMakeFiles/open62541-plugins.dir/plugins/ua_log_syslog.c.o CMakeFiles/open62541-plugins.dir/arch/posix/ua_clock.c.o CMakeFiles/open62541-plugins.dir/arch/posix/ua_architecture_functions.c.o CMakeFiles/open62541-plugins.dir/arch/network_tcp.c.o && /usr/bin/ranlib bin/libopen62541.a && : [81/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -fPIC -O2 -pipe -g -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Xlinker --dependency-file=CMakeFiles/open62541.dir/link.d -shared -Wl,-soname,libopen62541.so.5.1 -o bin/libopen62541.so.5.1 CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/securitypolicy_openssl_common.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic256.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_create_certificate.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_pki_openssl.c.o CMakeFiles/open62541-plugins.dir/plugins/ua_log_stdout.c.o CMakeFiles/open62541-plugins.dir/plugins/ua_accesscontrol_default.c.o CMakeFiles/open62541-plugins.dir/plugins/ua_nodestore_ziptree.c.o CMakeFiles/open62541-plugins.dir/plugins/ua_nodestore_hashmap.c.o CMakeFiles/open62541-plugins.dir/plugins/ua_config_default.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/ua_pki_none.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/ua_securitypolicy_none.c.o CMakeFiles/open62541-plugins.dir/plugins/ua_log_syslog.c.o CMakeFiles/open62541-plugins.dir/arch/posix/ua_clock.c.o CMakeFiles/open62541-plugins.dir/arch/posix/ua_architecture_functions.c.o CMakeFiles/open62541-plugins.dir/arch/network_tcp.c.o /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.1 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [82/225] /usr/local/bin/cmake -E cmake_symlink_library bin/libopen62541.so.5.1 bin/libopen62541.so.5.1 bin/libopen62541.so && : [83/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/client.h /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/client.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [84/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/client_highlevel.h /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/client_highlevel.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [85/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/client_highlevel_async.h /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/client_highlevel_async.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [86/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/client_subscriptions.h /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/client_subscriptions.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [87/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/common.h /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/common.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [88/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/plugin/nodestore.h /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/nodestore.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [89/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/plugin/accesscontrol.h /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/plugin_accesscontrol.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [90/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/plugin/log.h /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/plugin_log.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [91/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/plugin/network.h /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/plugin_network.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [92/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/plugin/pubsub.h /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/plugin_pubsub_connection.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [93/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/server_pubsub.h /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/pubsub.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [94/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/pubsub_realtime/pubsub_TSN_loopback.c /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/pubsub_TSN_loopback.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [95/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/pubsub_realtime/pubsub_TSN_publisher.c /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/pubsub_TSN_publisher.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [96/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/pubsub_realtime/nodeset/pubsub_nodeset_rt_publisher.c /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/pubsub_nodeset_rt_publisher.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [97/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/pubsub_realtime/nodeset/pubsub_nodeset_rt_subscriber.c /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/pubsub_nodeset_rt_subscriber.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [98/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/server.h /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/server.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [99/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_services.h /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/services.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [100/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated/open62541/statuscodes.h /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/statuscodes.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [101/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/tutorial_client_firststeps.c /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/tutorial_client_firststeps.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [102/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/tutorial_datatypes.c /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/tutorial_datatypes.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [103/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/pubsub/tutorial_pubsub_publish.c /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/tutorial_pubsub_publish.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [104/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/pubsub/tutorial_pubsub_subscribe.c /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/tutorial_pubsub_subscribe.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [105/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/tutorial_server_alarms_conditions.c /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/tutorial_server_alarms_conditions.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [106/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/tutorial_server_datasource.c /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/tutorial_server_datasource.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [107/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/tutorial_server_events.c /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/tutorial_server_events.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [108/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/tutorial_server_firststeps.c /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/tutorial_server_firststeps.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [109/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/tutorial_server_method.c /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/tutorial_server_method.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [110/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/tutorial_server_monitoreditems.c /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/tutorial_server_monitoreditems.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [111/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/tutorial_server_object.c /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/tutorial_server_object.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [112/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/tutorial_server_variable.c /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/tutorial_server_variable.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [113/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/tutorial_server_variabletype.c /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/tutorial_server_variabletype.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [114/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/types.h /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/types.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [115/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/build-amd64/src_generated/open62541/types_generated.h /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/types_generated.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [116/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/util.h /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src/util.rst /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:23: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*(\* |/\*\* )(.*?)( \*/)?$", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:34: SyntaxWarning: invalid escape sequence '\s' m = re.search("^\s*/\*\*[ \n]", line) /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py:40: SyntaxWarning: invalid escape sequence '\*' m = re.search(" \*/$", line) [117/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc && /usr/local/bin/sphinx-build -b latex /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_src /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_latex Running Sphinx v8.1.3 loading translations [en]... done making output directory... done Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`. building [mo]: targets for 0 po files that are out of date writing output... building [latex]: all documents updating environment: [new config] 43 added, 0 changed, 0 removed reading sources... [ 2%] building reading sources... [ 5%] building_arch reading sources... [ 7%] client reading sources... [ 9%] client_highlevel reading sources... [ 12%] client_highlevel_async reading sources... [ 14%] client_subscriptions reading sources... [ 16%] common reading sources... [ 19%] index reading sources... [ 21%] installing reading sources... [ 23%] internal reading sources... [ 26%] nodeset_compiler reading sources... [ 28%] nodestore reading sources... [ 30%] plugin_accesscontrol reading sources... [ 33%] plugin_log reading sources... [ 35%] plugin_network reading sources... [ 37%] plugin_pubsub_connection reading sources... [ 40%] protocol reading sources... [ 42%] pubsub reading sources... [ 44%] pubsub_TSN_loopback reading sources... [ 47%] pubsub_TSN_publisher reading sources... [ 49%] pubsub_nodeset_rt_publisher reading sources... [ 51%] pubsub_nodeset_rt_subscriber reading sources... [ 53%] server reading sources... [ 56%] services reading sources... [ 58%] statuscodes reading sources... [ 60%] toc reading sources... [ 63%] tutorial_client_firststeps reading sources... [ 65%] tutorial_datatypes reading sources... [ 67%] tutorial_pubsub_publish reading sources... [ 70%] tutorial_pubsub_subscribe reading sources... [ 72%] tutorial_server_alarms_conditions reading sources... [ 74%] tutorial_server_datasource reading sources... [ 77%] tutorial_server_events reading sources... [ 79%] tutorial_server_firststeps reading sources... [ 81%] tutorial_server_method reading sources... [ 84%] tutorial_server_monitoreditems reading sources... [ 86%] tutorial_server_object reading sources... [ 88%] tutorial_server_variable reading sources... [ 91%] tutorial_server_variabletype reading sources... [ 93%] tutorials reading sources... [ 95%] types reading sources... [ 98%] types_generated reading sources... [100%] util looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done copying assets... copying TeX support files... Writing evaluated template result to /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_latex/Makefile Writing evaluated template result to /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_latex/latexmkjarc Writing evaluated template result to /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_latex/latexmkrc Writing evaluated template result to /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_latex/make.bat done copying assets: done processing open62541.tex... toc index building installing tutorials tutorial_datatypes tutorial_server_firststeps tutorial_server_variable tutorial_server_datasource tutorial_server_variabletype tutorial_server_object tutorial_server_method tutorial_server_monitoreditems tutorial_server_events tutorial_server_alarms_conditions tutorial_client_firststeps tutorial_pubsub_publish tutorial_pubsub_subscribe pubsub_TSN_publisher pubsub_TSN_loopback pubsub_nodeset_rt_publisher pubsub_nodeset_rt_subscriber protocol types services nodestore server client client_highlevel client_highlevel_async client_subscriptions pubsub common nodeset_compiler internal statuscodes plugin_network plugin_accesscontrol plugin_log plugin_pubsub_connection resolving references... processing open62541.tex: done writing... done copying images... [ 33%] ua-wireshark-pubsub.png copying images... [ 67%] ua-wireshark.png copying images... [100%] nodeset_compiler_pump.png Writing evaluated template result to /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_latex/sphinxmessages.sty build succeeded. The LaTeX files are in ../doc_latex. Run 'make' in that directory to run these through (pdf)latex (use `make latexpdf' here to do that automatically). [118/225] cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_latex && /usr/local/bin/pdflatex -interaction=batchmode open62541.tex && /usr/local/bin/pdflatex -interaction=batchmode open62541.tex FAILED: doc/CMakeFiles/doc_pdf /usr/ports/pobj/open62541-1.3.8/build-amd64/doc/CMakeFiles/doc_pdf cd /usr/ports/pobj/open62541-1.3.8/build-amd64/doc_latex && /usr/local/bin/pdflatex -interaction=batchmode open62541.tex && /usr/local/bin/pdflatex -interaction=batchmode open62541.tex This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024-OpenBSD_Ports) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode ninja: build stopped: subcommand failed. *** Error 1 in . (/usr/ports/devel/cmake/cmake.port.mk:50 'do-build': @cd /usr/ports/pobj/open62541-1.3.8/build-amd64 && exec /usr/bin/env -...) *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:3065 '/usr/ports/pobj/open62541-1.3.8/build-amd64/.build_done': @cd /usr/ports/mi...) *** Error 2 in /usr/ports/misc/open62541 (/usr/ports/infrastructure/mk/bsd.port.mk:2712 'build': @lock=open62541-1.3.8p0; export _LOCKS_HEL...) NOEXIT misc/open62541 Command 'make build' failed: 512