>>> Building on octeon-3 under emulators/dynamips BDEPENDS = [devel/cmake/core;devel/ninja] DIST = [emulators/dynamips:dynamips-0.2.23.tar.gz] FULLPKGNAME = dynamips-0.2.23 Avoided depends for cmake-core-3.31.8p0 ninja-1.11.1p0v1 distfiles size=835736 >>> Running build in emulators/dynamips at 1761282635.38 ===> emulators/dynamips ===> Building from scratch dynamips-0.2.23 ===> dynamips-0.2.23 depends on: cmake-core-* -> cmake-core-3.31.8p0 ===> dynamips-0.2.23 depends on: ninja-* -> ninja-1.11.1p0v1 ===> Verifying specs: c elf>=2 pcap pthread ===> found c.102.0 elf.3.0 pcap.10.0 pthread.28.0 ===> Checking files for dynamips-0.2.23 `/ports/distfiles/dynamips-0.2.23.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for dynamips-0.2.23 ===> Patching for dynamips-0.2.23 ===> Applying OpenBSD patch patch-common_net_io_filter_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: common/net_io_filter.c |--- common/net_io_filter.c.orig |+++ common/net_io_filter.c -------------------------- Patching file common/net_io_filter.c using Plan A... Hunk #1 succeeded at 227. done ===> Applying OpenBSD patch patch-common_ppc32_x86_trans_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: common/ppc32_x86_trans.h |--- common/ppc32_x86_trans.h.orig |+++ common/ppc32_x86_trans.h -------------------------- Patching file common/ppc32_x86_trans.h using Plan A... Hunk #1 succeeded at 60. done ===> Applying OpenBSD patch patch-common_utils_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: common/utils.c |--- common/utils.c.orig |+++ common/utils.c -------------------------- Patching file common/utils.c using Plan A... Hunk #1 succeeded at 15. done ===> Applying OpenBSD patch patch-stable_mips64_x86_trans_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: stable/mips64_x86_trans.h |--- stable/mips64_x86_trans.h.orig |+++ stable/mips64_x86_trans.h -------------------------- Patching file stable/mips64_x86_trans.h using Plan A... Hunk #1 succeeded at 53. done ===> Applying OpenBSD patch patch-stable_utils_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: stable/utils.h |--- stable/utils.h.orig |+++ stable/utils.h -------------------------- Patching file stable/utils.h using Plan A... Hunk #1 succeeded at 183. Hunk #2 succeeded at 203. Hunk #3 succeeded at 215. done ===> Applying OpenBSD patch patch-unstable_mips64_x86_trans_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: unstable/mips64_x86_trans.h |--- unstable/mips64_x86_trans.h.orig |+++ unstable/mips64_x86_trans.h -------------------------- Patching file unstable/mips64_x86_trans.h using Plan A... Hunk #1 succeeded at 53. done ===> Applying OpenBSD patch patch-unstable_utils_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: unstable/utils.h |--- unstable/utils.h.orig |+++ unstable/utils.h -------------------------- Patching file unstable/utils.h using Plan A... Hunk #1 succeeded at 212. Hunk #2 succeeded at 232. Hunk #3 succeeded at 244. 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 dynamips-0.2.23 ===> Configuring for dynamips-0.2.23 CMake Deprecation Warning at CMakeLists.txt:10 (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. CMake Deprecation Warning at CMakeLists.txt:11 (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. -- CMAKE_MODULE_PATH=/pobj/dynamips-0.2.23/dynamips-0.2.23/cmake -- The C compiler identification is Clang 19.1.7 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /pobj/dynamips-0.2.23/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- dependencies - BEGIN -- Performing Test ARCH_AMD64 -- Performing Test ARCH_AMD64 - Failed -- Performing Test ARCH_X86 -- Performing Test ARCH_X86 - Failed -- ARCH_AMD64= -- ARCH_X86= -- DYNAMIPS_ARCH=nojit -- Performing Test FLAG__MDYNAMIC_NO_PIC -- Performing Test FLAG__MDYNAMIC_NO_PIC - Failed -- Looking for clock_gettime in rt -- Looking for clock_gettime in rt - not found -- Looking for connect in socket -- Looking for connect in socket - not found -- Looking for gethostbyname in nsl -- Looking for gethostbyname in nsl - not found -- Found LibElf: /usr/lib/libelf.so.3.0 -- LIBELF_FOUND=TRUE -- LIBELF_INCLUDE_DIRS=/usr/include -- LIBELF_LIBRARIES=/usr/lib/libelf.so.3.0 -- LIBELF_DEFINITIONS= -- Looking for elf_begin in /usr/lib/libelf.so.3.0 -- Looking for elf_begin in /usr/lib/libelf.so.3.0 - found -- Performing Test LIBELF_LARGEFILE -- Performing Test LIBELF_LARGEFILE - Success -- LIBELF_LARGEFILE=1 -- 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 -- CMAKE_THREAD_LIBS_INIT=-lpthread -- CMAKE_USE_PTHREADS_INIT=1 -- Pcap include dirs set to /usr/include -- Pcap library set to /usr/lib/libpcap.so.10.0 -- PCAP_FOUND=YES -- PCAP_INCLUDE_DIRS=/usr/include -- PCAP_LIBRARIES=/usr/lib/libpcap.so.10.0 -- Looking for pcap_open_live in /usr/lib/libpcap.so.10.0 -- Looking for pcap_open_live in /usr/lib/libpcap.so.10.0 - found -- HAVE_PCAP=1 -- Looking for arpa/inet.h CMake Warning (dev) at /usr/local/share/cmake/Modules/CheckIncludeFile.cmake:79 (message): Policy CMP0075 is not set: Include file check macros honor CMAKE_REQUIRED_LIBRARIES. Run "cmake --help-policy CMP0075" for policy details. Use the cmake_policy command to set the policy and suppress this warning. CMAKE_REQUIRED_LIBRARIES is set to: /usr/lib/libelf.so.3.0;-lpthread For compatibility with CMake 3.11 and below this check is ignoring it. Call Stack (most recent call first): cmake/dependencies.cmake:250 (check_include_file) CMakeLists.txt:32 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Looking for arpa/inet.h - found -- Looking for arpa/telnet.h -- Looking for arpa/telnet.h - found -- Looking for assert.h -- Looking for assert.h - found -- Looking for ctype.h -- Looking for ctype.h - found -- Looking for dlfcn.h -- Looking for dlfcn.h - found -- Looking for errno.h -- Looking for errno.h - found -- Looking for fcntl.h -- Looking for fcntl.h - found -- Looking for getopt.h -- Looking for getopt.h - found -- Looking for glob.h -- Looking for glob.h - found -- Looking for netdb.h -- Looking for netdb.h - found -- Looking for setjmp.h -- Looking for setjmp.h - found -- Looking for signal.h -- Looking for signal.h - found -- Looking for stdarg.h -- Looking for stdarg.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Looking for stdio.h -- Looking for stdio.h - found -- Looking for stdlib.h -- Looking for stdlib.h - found -- Looking for string.h -- Looking for string.h - found -- Looking for sys/ioctl.h -- Looking for sys/ioctl.h - found -- Looking for sys/mman.h -- Looking for sys/mman.h - found -- Looking for sys/select.h -- Looking for sys/select.h - found -- Looking for sys/socket.h -- Looking for sys/socket.h - found -- Looking for sys/stat.h -- Looking for sys/stat.h - found -- Looking for sys/time.h -- Looking for sys/time.h - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for sys/uio.h -- Looking for sys/uio.h - found -- Looking for sys/un.h -- Looking for sys/un.h - found -- Looking for sys/wait.h -- Looking for sys/wait.h - found -- Looking for termios.h -- Looking for termios.h - found -- Looking for time.h -- Looking for time.h - found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for include files sys/types.h, netinet/tcp.h -- Looking for include files sys/types.h, netinet/tcp.h - found -- Looking for posix_memalign -- Looking for posix_memalign - found -- HAVE_POSIX_MEMALIGN=1 -- Looking for 5 include files sys/socket.h, ..., netinet/in.h -- Looking for 5 include files sys/socket.h, ..., netinet/in.h - found -- Looking for getaddrinfo -- Looking for getaddrinfo - found -- Looking for freeaddrinfo -- Looking for freeaddrinfo - found -- Looking for gai_strerror -- Looking for gai_strerror - found -- Looking for inet_pton -- Looking for inet_pton - found -- Looking for inet_ntop -- Looking for inet_ntop - found -- HAVE_IPV6=1 -- dependencies - END -- configure - BEGIN -- DYNAMIPS_VERSION="0.2.23" -- DYNAMIPS_ARCH=nojit -- DYNAMIPS_CODE=stable -- BUILD_DYNAMIPS_STABLE=ON -- BUILD_DYNAMIPS_UNSTABLE=OFF -- DYNAMIPS_RENAME=auto -- DYNAMIPS_RENAME_TARGET=dynamips_nojit_stable -- BUILD_NVRAM_EXPORT=ON -- BUILD_UDP_SEND=OFF -- BUILD_UDP_RECV=OFF -- ENABLE_GEN_ETH=ON -- ENABLE_IPV6=ON -- DYNAMIPS_FLAGS=-Wall;-O2;-fomit-frame-pointer -- DYNAMIPS_DEFINITIONS=-DHAS_POSIX_MEMALIGN=1;-DDYNAMIPS_VERSION="0.2.23";-DJIT_ARCH="nojit";-DJIT_CPU=CPU_nojit;-DMIPS64_ARCH_INC_FILE="mips64_nojit_trans.h";-DPPC32_ARCH_INC_FILE="ppc32_nojit_trans.h";-D_FILE_OFFSET_BITS=64;-D_LARGEFILE_SOURCE;-D_LARGEFILE64_SOURCE;-DGEN_ETH;-DHAS_RFC2553=1;-DOSNAME=OpenBSD -- DYNAMIPS_INCLUDES=/usr/include -- DYNAMIPS_LIBRARIES=/usr/lib/libelf.so.3.0;-lpthread;/usr/lib/libpcap.so.10.0 -- configure - END Summary: CMAKE_INSTALL_PREFIX : /usr/local DYNAMIPS_ARCH : nojit DYNAMIPS_CODE : stable DYNAMIPS_RENAME : dynamips_nojit_stable -> dynamips (auto) BUILD_NVRAM_EXPORT : ON BUILD_UDP_SEND : OFF BUILD_UDP_RECV : OFF Large File support : ENABLE_LARGEFILE=ON Linux Ethernet (RAW sockets) : no, not Linux (linux_eth) Generic Ethernet (libpcap/WinPcap) : ENABLE_GEN_ETH=ON (gen_eth) IPv6 support (RFC 2553) : ENABLE_IPV6=ON -- Configuring done (68.7s) -- Generating done (0.7s) 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: /pobj/dynamips-0.2.23/build-mips64 ===> Building for dynamips-0.2.23 Change Dir: '/pobj/dynamips-0.2.23/build-mips64' Run Build Command(s): /usr/local/bin/ninja -v -j 1 [1/159] /pobj/dynamips-0.2.23/bin/cc -DDYNAMIPS_VERSION=\"0.2.23\" -DGEN_ETH -DHAS_POSIX_MEMALIGN=1 -DHAS_RFC2553=1 -DJIT_ARCH=\"nojit\" -DJIT_CPU=CPU_nojit -DMIPS64_ARCH_INC_FILE=\"mips64_nojit_trans.h\" -DOSNAME=OpenBSD -DPPC32_ARCH_INC_FILE=\"ppc32_nojit_trans.h\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/pobj/dynamips-0.2.23/dynamips-0.2.23/stable -I/pobj/dynamips-0.2.23/dynamips-0.2.23/common -I/pobj/dynamips-0.2.23/build-mips64/stable -O2 -pipe -Wall -O2 -fomit-frame-pointer -DNDEBUG -MD -MT stable/CMakeFiles/rom2c.dir/__/common/rom2c.c.o -MF stable/CMakeFiles/rom2c.dir/__/common/rom2c.c.o.d -o stable/CMakeFiles/rom2c.dir/__/common/rom2c.c.o -c /pobj/dynamips-0.2.23/dynamips-0.2.23/common/rom2c.c FAILED: stable/CMakeFiles/rom2c.dir/__/common/rom2c.c.o /pobj/dynamips-0.2.23/bin/cc -DDYNAMIPS_VERSION=\"0.2.23\" -DGEN_ETH -DHAS_POSIX_MEMALIGN=1 -DHAS_RFC2553=1 -DJIT_ARCH=\"nojit\" -DJIT_CPU=CPU_nojit -DMIPS64_ARCH_INC_FILE=\"mips64_nojit_trans.h\" -DOSNAME=OpenBSD -DPPC32_ARCH_INC_FILE=\"ppc32_nojit_trans.h\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/pobj/dynamips-0.2.23/dynamips-0.2.23/stable -I/pobj/dynamips-0.2.23/dynamips-0.2.23/common -I/pobj/dynamips-0.2.23/build-mips64/stable -O2 -pipe -Wall -O2 -fomit-frame-pointer -DNDEBUG -MD -MT stable/CMakeFiles/rom2c.dir/__/common/rom2c.c.o -MF stable/CMakeFiles/rom2c.dir/__/common/rom2c.c.o.d -o stable/CMakeFiles/rom2c.dir/__/common/rom2c.c.o -c /pobj/dynamips-0.2.23/dynamips-0.2.23/common/rom2c.c In file included from /pobj/dynamips-0.2.23/dynamips-0.2.23/common/rom2c.c:17: In file included from /pobj/dynamips-0.2.23/dynamips-0.2.23/stable/utils.h:9: /pobj/dynamips-0.2.23/dynamips-0.2.23/common/dynamips_common.h:77:2: error: Please define your architecture! 77 | #error Please define your architecture! | ^ 1 error generated. ninja: build stopped: subcommand failed. *** Error 1 in emulators/dynamips (/ports/devel/cmake/cmake.port.mk:50 'do-build': @cd /pobj/dynamips-0.2.23/build-mips64 && exec /usr/bin/e...) *** Error 2 in emulators/dynamips (/ports/infrastructure/mk/bsd.port.mk:3065 '/pobj/dynamips-0.2.23/build-mips64/.build_done': @cd /ports/em...) *** Error 2 in emulators/dynamips (/ports/infrastructure/mk/bsd.port.mk:2712 'build': @lock=dynamips-0.2.23; export _LOCKS_HELD=" dynamips-...) ===> Exiting emulators/dynamips with an error *** Error 1 in /ports (infrastructure/mk/bsd.port.subdir.mk:144 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval ${e...) >>> Ended at 1761282714.12 max_stuck=0.00/build=78.79 Error: job failed with 512 on octeon-3 at 1761282714