>>> Building on exopi-2 under textproc/ebook-tools BDEPENDS = [archivers/libzip;devel/cmake;textproc/libxml;devel/ninja] DIST = [textproc/ebook-tools:ebook-tools-0.2.2.tar.gz] FULLPKGNAME = ebook-tools-0.2.2 RDEPENDS = [textproc/libxml;archivers/libzip] (Junk lock failure for exopi-2 at 1713356155.84038) Received IO (Junk lock obtained for exopi-2 at 1713356160.17) Received IO Woken up textproc/ebook-tools Woken up textproc/ebook-tools >>> Running depends in textproc/ebook-tools at 1713356163.23 last junk was in graphics/ffmpeg /usr/sbin/pkg_add -aI -Drepair libzip-1.8.0p0 was: /usr/sbin/pkg_add -aI -Drepair cmake-3.28.3v1 libxml-2.12.6 libzip-1.8.0p0 ninja-1.11.1v0 /usr/sbin/pkg_add -aI -Drepair libzip-1.8.0p0 >>> Running show-prepare-results in textproc/ebook-tools at 1713356166.59 ===> textproc/ebook-tools ===> Building from scratch ebook-tools-0.2.2 ===> ebook-tools-0.2.2 depends on: cmake-* -> cmake-3.28.3v1 ===> ebook-tools-0.2.2 depends on: ninja-* -> ninja-1.11.1v0 ===> ebook-tools-0.2.2 depends on: libxml-* -> libxml-2.12.6 ===> ebook-tools-0.2.2 depends on: libzip-* -> libzip-1.8.0p0 ===> Verifying specs: c pthread xml2 z zip ===> found c.100.0 pthread.27.1 xml2.20.0 z.7.0 zip.4.2 cmake-3.28.3v1 libxml-2.12.6 libzip-1.8.0p0 ninja-1.11.1v0 (Junk lock released for exopi-2 at 1713356167.99) distfiles size=46889 >>> Running build in textproc/ebook-tools at 1713356168.03 ===> textproc/ebook-tools ===> Checking files for ebook-tools-0.2.2 `/exopi-cvs/ports/distfiles/ebook-tools-0.2.2.tar.gz' is up to date. >> (SHA256) ebook-tools-0.2.2.tar.gz: OK ===> Extracting for ebook-tools-0.2.2 ===> Patching for ebook-tools-0.2.2 ===> Applying OpenBSD patch patch-cmake_FindLibZip_cmake Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- cmake/FindLibZip.cmake.orig Sun Apr 6 19:16:33 2008 |+++ cmake/FindLibZip.cmake Fri Dec 23 12:19:54 2011 -------------------------- Patching file cmake/FindLibZip.cmake using Plan A... Hunk #1 succeeded at 2. done ===> Applying OpenBSD patch patch-src_libepub_CMakeLists_txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- src/libepub/CMakeLists.txt.orig Mon Sep 13 21:31:53 2010 |+++ src/libepub/CMakeLists.txt Fri Dec 23 12:14:37 2011 -------------------------- Patching file src/libepub/CMakeLists.txt using Plan A... Hunk #1 succeeded at 1. 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 ebook-tools-0.2.2 ===> Configuring for ebook-tools-0.2.2 CMake Warning (dev) at CMakeLists.txt:1 (project): cmake_minimum_required() should be called prior to this top-level project() call. Please see the cmake-commands(7) manual for usage documentation of both commands. This warning is for project developers. Use -Wno-dev to suppress it. -- 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: /exopi-obj/pobj/ebook-tools-0.2.2/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done CMake Deprecation Warning at CMakeLists.txt:3 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Found LibXml2: /usr/local/lib/libxml2.so.20.0 (found version "2.12.6") CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The package name passed to `find_package_handle_standard_args` (PkgConfig) does not match the name of the calling package (LibZip). 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:99 (find_package_handle_standard_args) cmake/FindLibZip.cmake:18 (INCLUDE) CMakeLists.txt:14 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Checking for module 'libzip' -- Found libzip, version 1.8.0 -- Found LibZip: zip -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Configuring done (6.5s) CMake Warning (dev) at src/libepub/CMakeLists.txt:2 (add_library): Policy CMP0003 should be set before this line. Add code such as if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW) endif(COMMAND cmake_policy) as early as possible but after the most recent call to cmake_minimum_required or cmake_policy(VERSION). This warning appears because target "epub" links to some libraries for which the linker must search: zip and other libraries with known full path: /usr/local/lib/libxml2.so.20.0 CMake is adding directories in the second list to the linker search path in case they are needed to find libraries from the first list (for backwards compatibility with CMake 2.4). Set policy CMP0003 to OLD or NEW to enable or disable this behavior explicitly. Run "cmake --help-policy CMP0003" for more information. This warning is for project developers. Use -Wno-dev to suppress it. -- Generating done (0.0s) 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: /exopi-obj/pobj/ebook-tools-0.2.2/build-amd64 ===> Building for ebook-tools-0.2.2 Change Dir: '/exopi-obj/pobj/ebook-tools-0.2.2/build-amd64' Run Build Command(s): /usr/local/bin/ninja -v -j 1 [1/9] /exopi-obj/pobj/ebook-tools-0.2.2/bin/cc -Depub_EXPORTS -I/exopi-obj/pobj/ebook-tools-0.2.2/ebook-tools-0.2.2/src/libepub -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -DNDEBUG -fPIC -MD -MT src/libepub/CMakeFiles/epub.dir/epub.o -MF src/libepub/CMakeFiles/epub.dir/epub.o.d -o src/libepub/CMakeFiles/epub.dir/epub.o -c /exopi-obj/pobj/ebook-tools-0.2.2/ebook-tools-0.2.2/src/libepub/epub.c [2/9] /exopi-obj/pobj/ebook-tools-0.2.2/bin/cc -Depub_EXPORTS -I/exopi-obj/pobj/ebook-tools-0.2.2/ebook-tools-0.2.2/src/libepub -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -DNDEBUG -fPIC -MD -MT src/libepub/CMakeFiles/epub.dir/ocf.o -MF src/libepub/CMakeFiles/epub.dir/ocf.o.d -o src/libepub/CMakeFiles/epub.dir/ocf.o -c /exopi-obj/pobj/ebook-tools-0.2.2/ebook-tools-0.2.2/src/libepub/ocf.c [3/9] /exopi-obj/pobj/ebook-tools-0.2.2/bin/cc -Depub_EXPORTS -I/exopi-obj/pobj/ebook-tools-0.2.2/ebook-tools-0.2.2/src/libepub -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -DNDEBUG -fPIC -MD -MT src/libepub/CMakeFiles/epub.dir/opf.o -MF src/libepub/CMakeFiles/epub.dir/opf.o.d -o src/libepub/CMakeFiles/epub.dir/opf.o -c /exopi-obj/pobj/ebook-tools-0.2.2/ebook-tools-0.2.2/src/libepub/opf.c [4/9] /exopi-obj/pobj/ebook-tools-0.2.2/bin/cc -Depub_EXPORTS -I/exopi-obj/pobj/ebook-tools-0.2.2/ebook-tools-0.2.2/src/libepub -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -DNDEBUG -fPIC -MD -MT src/libepub/CMakeFiles/epub.dir/linklist.o -MF src/libepub/CMakeFiles/epub.dir/linklist.o.d -o src/libepub/CMakeFiles/epub.dir/linklist.o -c /exopi-obj/pobj/ebook-tools-0.2.2/ebook-tools-0.2.2/src/libepub/linklist.c [5/9] /exopi-obj/pobj/ebook-tools-0.2.2/bin/cc -Depub_EXPORTS -I/exopi-obj/pobj/ebook-tools-0.2.2/ebook-tools-0.2.2/src/libepub -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -DNDEBUG -fPIC -MD -MT src/libepub/CMakeFiles/epub.dir/list.o -MF src/libepub/CMakeFiles/epub.dir/list.o.d -o src/libepub/CMakeFiles/epub.dir/list.o -c /exopi-obj/pobj/ebook-tools-0.2.2/ebook-tools-0.2.2/src/libepub/list.c [6/9] : && /exopi-obj/pobj/ebook-tools-0.2.2/bin/cc -fPIC -O2 -pipe -DNDEBUG -shared -Wl,-soname,libepub.so.0.0 -o libs/libepub.so.0.0 src/libepub/CMakeFiles/epub.dir/epub.o src/libepub/CMakeFiles/epub.dir/ocf.o src/libepub/CMakeFiles/epub.dir/opf.o src/libepub/CMakeFiles/epub.dir/linklist.o src/libepub/CMakeFiles/epub.dir/list.o -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib: -lzip /usr/local/lib/libxml2.so.20.0 -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [7/9] /usr/local/bin/cmake -E cmake_symlink_library libs/libepub.so.0.0 libs/libepub.so.0.0 libs/libepub.so && : [8/9] /exopi-obj/pobj/ebook-tools-0.2.2/bin/cc -I/exopi-obj/pobj/ebook-tools-0.2.2/ebook-tools-0.2.2/src/libepub -O2 -pipe -DNDEBUG -MD -MT src/tools/CMakeFiles/einfo.dir/einfo.o -MF src/tools/CMakeFiles/einfo.dir/einfo.o.d -o src/tools/CMakeFiles/einfo.dir/einfo.o -c /exopi-obj/pobj/ebook-tools-0.2.2/ebook-tools-0.2.2/src/tools/einfo.c [9/9] : && /exopi-obj/pobj/ebook-tools-0.2.2/bin/cc -O2 -pipe -DNDEBUG src/tools/CMakeFiles/einfo.dir/einfo.o -o bin/einfo -L/exopi-obj/pobj/ebook-tools-0.2.2/build-amd64/libs -L/usr/local/lib -Wl,-z,origin,-rpath,/exopi-obj/pobj/ebook-tools-0.2.2/build-amd64/libs:/usr/local/lib: libs/libepub.so.0.0 -lzip /usr/local/lib/libxml2.so.20.0 -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : >>> Running package in textproc/ebook-tools at 1713356178.26 ===> textproc/ebook-tools ===> Faking installation for ebook-tools-0.2.2 -- Install configuration: "Release" -- Installing: /exopi-obj/pobj/ebook-tools-0.2.2/fake-amd64/usr/local/lib/libepub.so.0.0 -- Set non-toolchain portion of runtime path of "/exopi-obj/pobj/ebook-tools-0.2.2/fake-amd64/usr/local/lib/libepub.so.0.0" to "/usr/local/lib" -- Installing: /exopi-obj/pobj/ebook-tools-0.2.2/fake-amd64/usr/local/include/epub.h -- Installing: /exopi-obj/pobj/ebook-tools-0.2.2/fake-amd64/usr/local/include/epub_shared.h -- Installing: /exopi-obj/pobj/ebook-tools-0.2.2/fake-amd64/usr/local/include/epub_version.h -- Installing: /exopi-obj/pobj/ebook-tools-0.2.2/fake-amd64/usr/local/bin/einfo -- Set non-toolchain portion of runtime path of "/exopi-obj/pobj/ebook-tools-0.2.2/fake-amd64/usr/local/bin/einfo" to "/usr/local/lib" -- Installing: /exopi-obj/pobj/ebook-tools-0.2.2/fake-amd64/usr/local/bin/lit2epub ===> Building package for ebook-tools-0.2.2 Create /exopi-cvs/ports/packages/amd64/all/ebook-tools-0.2.2.tgz Creating package ebook-tools-0.2.2 reading plist| checking dependencies| checking dependencies|archivers/libzip checking dependencies|textproc/libxml,-main checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 10% checksumming|********* | 15% checksumming|************ | 20% checksumming|*************** | 25% checksumming|****************** | 30% checksumming|********************* | 35% checksumming|************************ | 40% checksumming|*************************** | 45% checksumming|******************************* | 50% checksumming|********************************** | 55% checksumming|************************************* | 60% checksumming|**************************************** | 65% checksumming|******************************************* | 70% checksumming|********************************************** | 75% checksumming|************************************************* | 80% checksumming|**************************************************** | 85% checksumming|******************************************************* | 90% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|******* | 12% archiving|********************************************************* | 90% archiving|********************************************************** | 91% archiving|*************************************************************** | 98% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/ebook-tools-0.2.2.tgz >>> Running clean in textproc/ebook-tools at 1713356182.68 ===> textproc/ebook-tools ===> Cleaning for ebook-tools-0.2.2 >>> Ended at 1713356183.02 max_stuck=4.17/waiting-for-lock #123=7.23/depends=3.54/show-prepare-results=1.44/build=10.23/package=4.42/clean=0.37