>>> Building on localhost under textproc/xalan-c BDEPENDS = [devel/ninja;textproc/xerces-c;devel/cmake/core] DIST = [textproc/xalan-c:xalan_c-1.12.tar.gz] FULLPKGNAME = xalan-c-1.12p2 RDEPENDS = [textproc/xerces-c] (Junk lock obtained for localhost at 1744300181.11) >>> Running depends in textproc/xalan-c at 1744300181.33 last junk was in graphics/glpng /usr/sbin/pkg_add -aI -Drepair xerces-c-3.3.0 was: /usr/sbin/pkg_add -aI -Drepair cmake-core-3.31.6 ninja-1.11.1p0v0 xerces-c-3.3.0 /usr/sbin/pkg_add -aI -Drepair xerces-c-3.3.0 >>> Running show-prepare-results in textproc/xalan-c at 1744300185.40 ===> textproc/xalan-c ===> Building from scratch xalan-c-1.12p2 ===> xalan-c-1.12p2 depends on: cmake-core-* -> cmake-core-3.31.6 ===> xalan-c-1.12p2 depends on: ninja-* -> ninja-1.11.1p0v0 ===> xalan-c-1.12p2 depends on: xerces-c-* -> xerces-c-3.3.0 ===> Verifying specs: c++ c++abi pthread c icudata icui18n icuuc m xerces-c ===> found c++.10.0 c++abi.7.0 pthread.27.1 c.100.3 icudata.22.4 icui18n.22.4 icuuc.22.4 m.10.1 xerces-c.2.0 cmake-core-3.31.6 ninja-1.11.1p0v0 xerces-c-3.3.0 Don't run junk because nojunk in games/godotsteam-gdnative (Junk lock released for localhost at 1744300187.19) distfiles size=1130924 >>> Running patch in textproc/xalan-c at 1744300187.26 ===> textproc/xalan-c ===> Checking files for xalan-c-1.12p2 `/usr/ports/distfiles/xalan_c-1.12.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for xalan-c-1.12p2 ===> Patching for xalan-c-1.12p2 ===> Applying OpenBSD patch patch-CMakeLists_txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: CMakeLists.txt |--- CMakeLists.txt.orig |+++ CMakeLists.txt -------------------------- Patching file CMakeLists.txt using Plan A... Hunk #1 succeeded at 34. done ===> Applying OpenBSD patch patch-src_xalanc_XMLSupport_XalanOtherEncodingWriter_hpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix build with clang 19 by removing never instantiated function |that doesn't compile: | |/tmp/pobj/xalan-c-1.12/xalan_c-1.12/src/xalanc/XMLSupport/XalanOtherEncodingWriter.hpp:323:31: error: no member named 'm_isPresentable' in 'XalanOtherEncodingWriter' | 323 | if (this->m_isPresentable(value)) | | ~~~~ ^ |/tmp/pobj/xalan-c-1.12/xalan_c-1.12/src/xalanc/XMLSupport/XalanOtherEncodingWriter.hpp:329:31: error: no member named 'writeNumberedEntityReference' in 'XalanOtherEncodingWriter' | 329 | this->writeNumberedEntityReference(value); | | ~~~~ ^ |1 warning and 2 errors generated. | |Index: src/xalanc/XMLSupport/XalanOtherEncodingWriter.hpp |--- src/xalanc/XMLSupport/XalanOtherEncodingWriter.hpp.orig |+++ src/xalanc/XMLSupport/XalanOtherEncodingWriter.hpp -------------------------- Patching file src/xalanc/XMLSupport/XalanOtherEncodingWriter.hpp using Plan A... Hunk #1 succeeded at 302. 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++ >>> Running configure in textproc/xalan-c at 1744300189.15 ===> textproc/xalan-c ===> Generating configure for xalan-c-1.12p2 ===> Configuring for xalan-c-1.12p2 CMake Deprecation Warning at CMakeLists.txt:22 (cmake_minimum_required): 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. -- The C compiler identification is Clang 16.0.6 -- The CXX compiler identification is Clang 16.0.6 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/obj/ports/xalan-c-1.12/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/obj/ports/xalan-c-1.12/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring Apache Xalan-C++ version 1.12.0 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Performing Test CXX_FLAG_Wall -- Performing Test CXX_FLAG_Wall - Success -- Performing Test CXX_FLAG_Wcast_align -- Performing Test CXX_FLAG_Wcast_align - Success -- Performing Test CXX_FLAG_Wcast_qual -- Performing Test CXX_FLAG_Wcast_qual - Success -- Performing Test CXX_FLAG_Wctor_dtor_privacy -- Performing Test CXX_FLAG_Wctor_dtor_privacy - Success -- Performing Test CXX_FLAG_Wextra -- Performing Test CXX_FLAG_Wextra - Success -- Performing Test CXX_FLAG_Wformat_2 -- Performing Test CXX_FLAG_Wformat_2 - Success -- Performing Test CXX_FLAG_Wimplicit_atomic_properties -- Performing Test CXX_FLAG_Wimplicit_atomic_properties - Success -- Performing Test CXX_FLAG_Wmissing_declarations -- Performing Test CXX_FLAG_Wmissing_declarations - Success -- Performing Test CXX_FLAG_Wno_long_long -- Performing Test CXX_FLAG_Wno_long_long - Success -- Performing Test CXX_FLAG_Woverlength_strings -- Performing Test CXX_FLAG_Woverlength_strings - Success -- Performing Test CXX_FLAG_Woverloaded_virtual -- Performing Test CXX_FLAG_Woverloaded_virtual - Success -- Performing Test CXX_FLAG_Wredundant_decls -- Performing Test CXX_FLAG_Wredundant_decls - Success -- Performing Test CXX_FLAG_Wreorder -- Performing Test CXX_FLAG_Wreorder - Success -- Performing Test CXX_FLAG_Wswitch_default -- Performing Test CXX_FLAG_Wswitch_default - Success -- Performing Test CXX_FLAG_Wunused_variable -- Performing Test CXX_FLAG_Wunused_variable - Success -- Performing Test CXX_FLAG_Wwrite_strings -- Performing Test CXX_FLAG_Wwrite_strings - Success -- Performing Test CXX_FLAG_Wno_variadic_macros -- Performing Test CXX_FLAG_Wno_variadic_macros - Success -- Performing Test CXX_FLAG_fstrict_aliasing -- Performing Test CXX_FLAG_fstrict_aliasing - Success -- Looking for signal -- Looking for signal - found -- Looking for SetConsoleCtrlHandler -- Looking for SetConsoleCtrlHandler - not found -- Looking for usleep -- Looking for usleep - found -- Looking for Sleep -- Looking for Sleep - not found -- Looking for gmtime_r -- Looking for gmtime_r - found -- Looking for localtime_r -- Looking for localtime_r - found -- Looking for _create_locale -- Looking for _create_locale - not found -- Looking for isnan -- Looking for isnan - found -- Looking for _isnan -- Looking for _isnan - not found -- Performing Test XALAN_HAVE_STD_ISNAN -- Performing Test XALAN_HAVE_STD_ISNAN - Success -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for direct.h -- Looking for direct.h - not found -- Found ICU: /usr/local/include (found version "76.1") found components: uc data i18n -- Found XercesC: /usr/local/lib/libxerces-c.so.2.0 (found suitable version "3.3.0", minimum required is "3.1") -- Check if compiler accepts -pthread -- Check if compiler accepts -pthread - yes -- Performing Test XALAN_HAVE_STD_THREAD -- Performing Test XALAN_HAVE_STD_THREAD - Success -- Looking for C++ include nl_types.h -- Looking for C++ include nl_types.h - found -- Looking for catopen -- Looking for catopen - found -- Looking for catclose -- Looking for catclose - found -- Looking for catgets -- Looking for catgets - found -- Performing Test CXX_matching-delete-operator -- Performing Test CXX_matching-delete-operator - Success -- Performing Test HAVE_PATH_MAX -- Performing Test HAVE_PATH_MAX - Success -- -- Xalan-C++ configuration summary -- ------------------------------- -- -- Version: 1.12.0 -- Library major version: 112 -- Library minor version: 0 -- -- Installation directory: /usr/local -- C compiler: /usr/obj/ports/xalan-c-1.12/bin/cc -- C++ compiler: /usr/obj/ports/xalan-c-1.12/bin/c++ -- -- Build shared libraries: ON -- Thread implementation: standard -- Transcoder: icu -- Message Loader: inmemory -- Message Loader Locale: en_US -- Configuring done (44.0s) -- Generating done (0.8s) CMake Warning: Manually-specified variables were not used by the project: CMAKE_ASM_COMPILER_AR CMAKE_ASM_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/obj/ports/xalan-c-1.12/build-powerpc64 >>> Running build in textproc/xalan-c at 1744300234.52 ===> textproc/xalan-c ===> Building for xalan-c-1.12p2 Change Dir: '/usr/obj/ports/xalan-c-1.12/build-powerpc64' Run Build Command(s): /usr/local/bin/ninja -v -j 1 [1/451] /usr/obj/ports/xalan-c-1.12/bin/c++ -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE=1 -I/usr/obj/ports/xalan-c-1.12/xalan_c-1.12/src -I/usr/obj/ports/xalan-c-1.12/build-powerpc64/src -isystem /usr/local/include -O2 -pipe -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wimplicit-atomic-properties -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -DNDEBUG -std=gnu++17 -MD -MT src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/ICUResHandler.cpp.o -MF src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/ICUResHandler.cpp.o.d -o src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/ICUResHandler.cpp.o -c /usr/obj/ports/xalan-c-1.12/xalan_c-1.12/src/xalanc/Utils/MsgCreator/ICUResHandler.cpp [2/451] /usr/obj/ports/xalan-c-1.12/bin/c++ -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE=1 -I/usr/obj/ports/xalan-c-1.12/xalan_c-1.12/src -I/usr/obj/ports/xalan-c-1.12/build-powerpc64/src -isystem /usr/local/include -O2 -pipe -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wimplicit-atomic-properties -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -DNDEBUG -std=gnu++17 -MD -MT src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/InMemHandler.cpp.o -MF src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/InMemHandler.cpp.o.d -o src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/InMemHandler.cpp.o -c /usr/obj/ports/xalan-c-1.12/xalan_c-1.12/src/xalanc/Utils/MsgCreator/InMemHandler.cpp [3/451] /usr/obj/ports/xalan-c-1.12/bin/c++ -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE=1 -I/usr/obj/ports/xalan-c-1.12/xalan_c-1.12/src -I/usr/obj/ports/xalan-c-1.12/build-powerpc64/src -isystem /usr/local/include -O2 -pipe -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wimplicit-atomic-properties -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -DNDEBUG -std=gnu++17 -MD -MT src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/MsgCreator.cpp.o -MF src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/MsgCreator.cpp.o.d -o src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/MsgCreator.cpp.o -c /usr/obj/ports/xalan-c-1.12/xalan_c-1.12/src/xalanc/Utils/MsgCreator/MsgCreator.cpp /usr/obj/ports/xalan-c-1.12/xalan_c-1.12/src/xalanc/Utils/MsgCreator/MsgCreator.cpp:434:27: warning: comparison of array 'e.m_message' not equal to a null pointer is always true [-Wtautological-pointer-compare] if (e.m_message != 0) ~~^~~~~~~~~ ~ /usr/obj/ports/xalan-c-1.12/xalan_c-1.12/src/xalanc/Utils/MsgCreator/MsgCreator.cpp:449:27: warning: comparison of array 'e.m_message' not equal to a null pointer is always true [-Wtautological-pointer-compare] if (e.m_message != 0) ~~^~~~~~~~~ ~ 2 warnings generated. [4/451] /usr/obj/ports/xalan-c-1.12/bin/c++ -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE=1 -I/usr/obj/ports/xalan-c-1.12/xalan_c-1.12/src -I/usr/obj/ports/xalan-c-1.12/build-powerpc64/src -isystem /usr/local/include -O2 -pipe -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wimplicit-atomic-properties -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -DNDEBUG -std=gnu++17 -MD -MT src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/MsgFileOutputStream.cpp.o -MF src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/MsgFileOutputStream.cpp.o.d -o src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/MsgFileOutputStream.cpp.o -c /usr/obj/ports/xalan-c-1.12/xalan_c-1.12/src/xalanc/Utils/MsgCreator/MsgFileOutputStream.cpp [5/451] /usr/obj/ports/xalan-c-1.12/bin/c++ -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE=1 -I/usr/obj/ports/xalan-c-1.12/xalan_c-1.12/src -I/usr/obj/ports/xalan-c-1.12/build-powerpc64/src -isystem /usr/local/include -O2 -pipe -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wimplicit-atomic-properties -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -DNDEBUG -std=gnu++17 -MD -MT src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/NLSHandler.cpp.o -MF src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/NLSHandler.cpp.o.d -o src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/NLSHandler.cpp.o -c /usr/obj/ports/xalan-c-1.12/xalan_c-1.12/src/xalanc/Utils/MsgCreator/NLSHandler.cpp [6/451] /usr/obj/ports/xalan-c-1.12/bin/c++ -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE=1 -I/usr/obj/ports/xalan-c-1.12/xalan_c-1.12/src -I/usr/obj/ports/xalan-c-1.12/build-powerpc64/src -isystem /usr/local/include -O2 -pipe -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wimplicit-atomic-properties -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -DNDEBUG -std=gnu++17 -MD -MT src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/SAX2Handler.cpp.o -MF src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/SAX2Handler.cpp.o.d -o src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/SAX2Handler.cpp.o -c /usr/obj/ports/xalan-c-1.12/xalan_c-1.12/src/xalanc/Utils/MsgCreator/SAX2Handler.cpp [7/451] : && /usr/obj/ports/xalan-c-1.12/bin/c++ -O2 -pipe -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wimplicit-atomic-properties -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -DNDEBUG -Xlinker --dependency-file=src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/link.d src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/ICUResHandler.cpp.o src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/InMemHandler.cpp.o src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/MsgCreator.cpp.o src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/MsgFileOutputStream.cpp.o src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/NLSHandler.cpp.o src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/SAX2Handler.cpp.o -o src/xalanc/Utils/MsgCreator/MsgCreator -Wl,-z,origin,-rpath,/usr/local/lib /usr/local/lib/libxerces-c.so.2.0 /usr/local/lib/libicuuc.so.22.4 /usr/local/lib/libicui18n.so.22.4 -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : ld: warning: InMemHandler.cpp(src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/InMemHandler.cpp.o:(xalanc_1_12::InMemHandler::characters(char16_t const*, unsigned long))): warning: sprintf() is often misused, please use snprintf() ld: warning: MsgCreator.cpp(src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/MsgCreator.cpp.o:(getArgs(int, char**, CmdLineParams&, char const**))): warning: strcpy() is almost always misused, please use strlcpy() ld: warning: MsgCreator.cpp(src/xalanc/Utils/MsgCreator/CMakeFiles/MsgCreator.dir/MsgCreator.cpp.o:(main)): warning: strcat() is almost always misused, please use strlcat() [8/451] cd /usr/obj/ports/xalan-c-1.12/build-powerpc64/src/xalanc/NLS/gen && /usr/obj/ports/xalan-c-1.12/build-powerpc64/src/xalanc/Utils/MsgCreator/MsgCreator /usr/obj/ports/xalan-c-1.12/xalan_c-1.12/src/xalanc/NLS/en_US/XalanMsg_en_US.xlf -TYPE inmem -LOCALE en_US FAILED: src/xalanc/NLS/gen/LocalMsgIndex.hpp src/xalanc/NLS/gen/LocalMsgData.hpp /usr/obj/ports/xalan-c-1.12/build-powerpc64/src/xalanc/NLS/gen/LocalMsgIndex.hpp /usr/obj/ports/xalan-c-1.12/build-powerpc64/src/xalanc/NLS/gen/LocalMsgData.hpp cd /usr/obj/ports/xalan-c-1.12/build-powerpc64/src/xalanc/NLS/gen && /usr/obj/ports/xalan-c-1.12/build-powerpc64/src/xalanc/Utils/MsgCreator/MsgCreator /usr/obj/ports/xalan-c-1.12/xalan_c-1.12/src/xalanc/NLS/en_US/XalanMsg_en_US.xlf -TYPE inmem -LOCALE en_US Segmentation fault (core dumped) ninja: build stopped: subcommand failed. *** Error 1 in textproc/xalan-c (/usr/ports/devel/cmake/cmake.port.mk:50 'do-build': @cd /usr/obj/ports/xalan-c-1.12/build-powerpc64 && exec...) *** Error 2 in textproc/xalan-c (/usr/ports/infrastructure/mk/bsd.port.mk:3065 '/usr/obj/ports/xalan-c-1.12/build-powerpc64/.build_done': @c...) *** Error 2 in textproc/xalan-c (/usr/ports/infrastructure/mk/bsd.port.mk:2712 'build': @lock=xalan-c-1.12p2; export _LOCKS_HELD=" xalan-c-...) ===> Exiting textproc/xalan-c with an error *** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:144 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...) >>> Ended at 1744300242.89 max_stuck=0.00/depends=4.23/show-prepare-results=1.85/patch=1.89/configure=45.36/build=8.45 Error: job failed with 512 on localhost at 1744300242