=> Building duktape:std (version 2.7.0_4) Started : Saturday, 16 NOV 2024 at 23:26:52 UTC Platform: 6.4-RAVEN DragonFly 6.4-RAVEN #0 Sat Jul 29 09:00:00 CDT 2017 root@octavia.unreal.systems:/usr/obj/usr/src/sys/GENERIC x86_64 -------------------------------------------------- -- Environment -------------------------------------------------- PATH=/bin:/usr/bin:/raven/toolchain/ravensys-gcc/bin:/raven/toolchain/bin:/raven/sbin:/raven/bin SKIP_INFO_SUBPKG=false SKIP_DEV_SUBPKG=false KEYWORDS_DIR=/xports/Mk/Keywords RVN_CACHEDIR=/var/cache/rvn RVN_DBDIR=/var/db/rvn SSL_VARIANT=libressl RAVENADM=building XML_CATALOG_FILES=/raven/share/xml/catalog SGML_CATALOG_FILES=/raven/share/sgml/docbook/catalog HOME=/root USER=root SHELL=/bin/sh TERM=dumb LANG=C -------------------------------------------------- -- Options -------------------------------------------------- This port has no build options. -------------------------------------------------- -- CONFIGURE_ENV -------------------------------------------------- MAKE=gmake ADA_PROJECT_PATH="/raven/share/gpr" F77="gfortran" FC="gfortran" CCACHE_DIR="/ccache" PATH=/usr/libexec:/bin:/usr/bin:/raven/toolchain/ravensys-gcc/bin:/raven/toolchain/bin:/raven/sbin:/raven/bin -------------------------------------------------- -- CONFIGURE_ARGS -------------------------------------------------- -------------------------------------------------- -- MAKE_ENV -------------------------------------------------- BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 444" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" PREFIX=/raven LOCALBASE=/raven OPSYS="DragonFly" CC="cc" CFLAGS="-pipe -O2 -I/raven/include" CPP="cpp" CPPFLAGS="-I/raven/include" LDFLAGS="" LIBS="" CXX="c++" CXXFLAGS="-pipe -O2 -I/raven/include" STD_DOCDIR="/raven/share/doc/duktape" STD_EXAMPLESDIR="/raven/share/examples/duktape" MANPREFIX="/raven/share" ADA_PROJECT_PATH="/raven/share/gpr" F77="gfortran" FC="gfortran" CCACHE_DIR="/ccache" PATH=/usr/libexec:/bin:/usr/bin:/raven/toolchain/ravensys-gcc/bin:/raven/toolchain/bin:/raven/sbin:/raven/bin -------------------------------------------------- -- MAKE_ARGS -------------------------------------------------- INSTALL_PREFIX=/raven DESTDIR=/construction/duktape/stage -------------------------------------------------- -- PLIST_SUB -------------------------------------------------- OPSYS=DragonFly ONLY-DRAGONFLY="" ASLIB="lib" EXCLUDE-DARWIN="" LIBEXT="so" SHARED_OBJECT="so" ONLY-FREEBSD="@comment " ONLY-NETBSD="@comment " ONLY-LINUX="@comment " ONLY-SUNOS="@comment " ONLY-DARWIN="@comment " ONLY-MIDNIGHTBSD="@comment " SOVERSION=207.20700 SOMAJOR=207 -------------------------------------------------- -- SUB_LIST -------------------------------------------------- LOCALBASE=/raven PREFIX=/raven ETCDIR=/raven/etc/duktape -------------------------------------------------- -- /etc/make.conf -------------------------------------------------- RAVENPROFILE=tilde RAVENBASE=/raven WRKDIRPREFIX=/construction DISTDIR=/distfiles NUMBER_CPUS=24 MAKE_JOBS_NUMBER_LIMIT=10 DEVELOPER=1 PATCH_DEBUG=yes BUILD_WITH_CCACHE=yes CCACHE_DIR=/ccache -------------------------------------------------------------------------------- -- Phase: dependencies -------------------------------------------------------------------------------- Reference checksum obtained from the local repository Downloaded and verified catalog.rvn from the local repository Catalog update completed. 1 packages processed. The latest versions of the requested packages are already cached. The following packages will be installed: 1. gmake~primary~std~4.4 Disk space required to install these packages: 1375 KiB [1/1] gmake~primary~std~4.4 [ok] -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> Fetching for duktape:std -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> Fetching for duktape:std ===> Extracting for duktape:std => SHA256 Checksum OK for duktape-2.7.0.tar.xz. ===> Assembling package metadata files (set) ===> Assembling package metadata files (primary) ===> Assembling package metadata files (dev) ===> Assembling package metadata files (tools) -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for duktape:std ===> Applying common patches for duktape:std Applying common patch patch-Makefile.sharedlibrary Patching file Makefile.sharedlibrary using Plan A... -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for duktape:std -------------------------------------------------------------------------------- -- Phase: build -------------------------------------------------------------------------------- ===> Building for duktape:std ==> Set environment: BSD_INSTALL_PROGRAM=install -s -m 555 BSD_INSTALL_LIB=install -s -m 444 BSD_INSTALL_SCRIPT=install -m 555 BSD_INSTALL_DATA=install -m 0644 BSD_INSTALL_MAN=install -m 444 PREFIX=/raven LOCALBASE=/raven OPSYS=DragonFly CC=cc CFLAGS=-pipe -O2 -I/raven/include CPP=cpp CPPFLAGS=-I/raven/include LDFLAGS= LIBS= CXX=c++ CXXFLAGS=-pipe -O2 -I/raven/include STD_DOCDIR=/raven/share/doc/duktape STD_EXAMPLESDIR=/raven/share/examples/duktape MANPREFIX=/raven/share ==> cd /construction/duktape/duktape-2.7.0; gmake -f Makefile.sharedlibrary -j10 INSTALL_PREFIX=/raven all gmake[1]: Entering directory '/construction/duktape/duktape-2.7.0' cc -pipe -O2 -I/raven/include -I/raven/include -shared -fPIC -Wall -Wextra -Os -Wl,-soname,libduktape.so.207 \ -o libduktape.so.207.20700 ./src/duktape.c -lm cc -pipe -O2 -I/raven/include -I/raven/include -shared -fPIC -g -Wall -Wextra -Os -Wl,-soname,libduktaped.so.207 \ -o libduktaped.so.207.20700 ./src/duktape.c -lm sed -e "s|@PREFIX@|/raven|" \ -e "s|@LIBDIR@|/lib|" \ -e "s|@VERSION@|2.7.0|" \ duktape.pc.in \ > duktape.pc gmake[1]: Leaving directory '/construction/duktape/duktape-2.7.0' (cd /construction/duktape/duktape-2.7.0 && /usr/bin/env gmake -f Makefile.cmdline duk) gmake[1]: Entering directory '/construction/duktape/duktape-2.7.0' cc -o duk -Os -pedantic -std=c99 -Wall -fstrict-aliasing -fomit-frame-pointer -I./examples/cmdline -I./src -DDUK_CMDLINE_PRINTALERT_SUPPORT -I./extras/print-alert -DDUK_CMDLINE_CONSOLE_SUPPORT -I./extras/console -DDUK_CMDLINE_LOGGING_SUPPORT -I./extras/logging -DDUK_CMDLINE_MODULE_SUPPORT -I./extras/module-duktape src/duktape.c examples/cmdline/duk_cmdline.c extras/print-alert/duk_print_alert.c extras/console/duk_console.c extras/logging/duk_logging.c extras/module-duktape/duk_module_duktape.c -lm gmake[1]: Leaving directory '/construction/duktape/duktape-2.7.0' -------------------------------------------------------------------------------- -- Phase: stage -------------------------------------------------------------------------------- ===> Staging for duktape:std ===> Generating temporary packing list (set) ===> Generating temporary packing list (primary) ===> Generating temporary packing list (dev) ===> Generating temporary packing list (tools) gmake[1]: Entering directory '/construction/duktape/duktape-2.7.0' mkdir -p /construction/duktape/stage/raven/lib/pkgconfig cp libduktape.so.207.20700 libduktaped.so.207.20700 duktape.pc /construction/duktape/stage/raven/lib/ rm -f /construction/duktape/stage/raven/lib/libduktape.so /construction/duktape/stage/raven/lib/libduktape.so.207 ln -s libduktape.so.207.20700 /construction/duktape/stage/raven/lib/libduktape.so ln -s libduktape.so.207.20700 /construction/duktape/stage/raven/lib/libduktape.so.207 rm -f /construction/duktape/stage/raven/lib/libduktaped.so /construction/duktape/stage/raven/lib/libduktaped.so.207 ln -s libduktaped.so.207.20700 /construction/duktape/stage/raven/lib/libduktaped.so ln -s libduktaped.so.207.20700 /construction/duktape/stage/raven/lib/libduktaped.so.207 mv /construction/duktape/stage/raven/lib/duktape.pc /construction/duktape/stage/raven/lib/pkgconfig/ mkdir -p /construction/duktape/stage/raven/include/ cp ./src/duktape.h ./src/duk_config.h /construction/duktape/stage/raven/include/ gmake[1]: Leaving directory '/construction/duktape/duktape-2.7.0' install -s -m 555 /construction/duktape/duktape-2.7.0/duk /construction/duktape/stage/raven/bin /raven/toolchain/bin/strip /construction/duktape/stage/raven/lib/lib*.so ====> Start decompressing man pages ====> Man page decompression complete ====> Install MIT license (primary) ====> Running Q/A tests (stage-qa) License information: License file: summary.primary.std ====================================================================================== This package is solo-licensed: * MIT (MIT license / X11 license) ====================================================================================== License file: MIT.std ====================================================================================== =============== Duktape license =============== (http://opensource.org/licenses/MIT) Copyright (c) 2013-present by Duktape authors (see AUTHORS.rst) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ====================================================================================== -------------------------------------------------------------------------------- -- Phase: Post-stage integrity check -------------------------------------------------------------------------------- => Checking for system changes between configuration and staging Everything is fine. -------------------------------------------------------------------------------- -- Phase: check-plist -------------------------------------------------------------------------------- ====> Checking for package manifest issues ====> No manifest issues found ====> Full manifest saved at /build/ravenports/tilde/manifests/duktape___std.txt -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Creating duktape~set~std~2.7.0_4.rvn package ===> Creating duktape~primary~std~2.7.0_4.rvn package ===> Creating duktape~dev~std~2.7.0_4.rvn package ===> Creating duktape~tools~std~2.7.0_4.rvn package -------------------------------------------------------------------------------- -- Phase: install / test / deinstall all packages -------------------------------------------------------------------------------- ===> Removing all packages The following packages will be removed: 1. gmake~primary~std version: 4.4 [1/1] Removing gmake~primary~std~4.4 -------------------------------------------------------------------------------- -- Phase: install -------------------------------------------------------------------------------- Reference checksum obtained from the local repository Downloaded and verified catalog.rvn from the local repository Catalog update completed. 5 packages processed. ===> Install the std variant of the duktape package The latest versions of the requested packages are already cached. The following packages will be installed: 1. | |` duktape~primary~std~2.7.0_4 2. |` duktape~tools~std~2.7.0_4 3. |` duktape~dev~std~2.7.0_4 4. duktape~set~std~2.7.0_4 Disk space required to install these packages: 1028 KiB [1/4] | |` duktape~primary~std~2.7.0_4 [ok] [2/4] |` duktape~tools~std~2.7.0_4 [ok] [3/4] |` duktape~dev~std~2.7.0_4 [ok] [4/4] duktape~set~std~2.7.0_4 [ok] -------------------------------------------------------------------------------- -- Phase: deinstall -------------------------------------------------------------------------------- => Checking shared library dependencies ===> duktape~primary~std~2.7.0_4 subpackage: NEEDED libm.so.4 NEEDED libc.so.8 ===> duktape~tools~std~2.7.0_4 subpackage: NEEDED libm.so.4 NEEDED libc.so.8 ===> Deinstalling duktape:std The following packages will be removed: 1. duktape~set~std version: 2.7.0_4 2. duktape~dev~std version: 2.7.0_4 3. duktape~tools~std version: 2.7.0_4 4. duktape~primary~std version: 2.7.0_4 [1/4] Removing duktape~set~std~2.7.0_4 [2/4] Removing duktape~dev~std~2.7.0_4 [3/4] Removing duktape~tools~std~2.7.0_4 [4/4] Removing duktape~primary~std~2.7.0_4 => Checking for system changes between clean builder and package deinstallation Everything is fine. -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Saturday, 16 NOV 2024 at 23:27:14 UTC Duration: 00:00:22