=> Building sysutils/yadm Started : Friday, 14 FEB 2020 at 18:44:25 UTC Platform: 5.7-DEVELOPMENT DragonFly v5.7.0.1432.g9cd86-DEVELOPMENT #23: Thu Feb 13 14:43:04 PST 2020 root@sting.dragonflybsd.org:/usr/obj/usr/src/sys/X86_64_GENERIC x86_64 -------------------------------------------------- -- Environment -------------------------------------------------- UNAME_r=5.7-SYNTH UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=DragonFly 5.7-SYNTH UNAME_s=DragonFly PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SSL_NO_VERIFY_PEER=1 TERM=dumb PKG_CACHEDIR=/var/cache/pkg8 PKG_DBDIR=/var/db/pkg8 PORTSDIR=/xports LANG=C HOME=/root USER=root -------------------------------------------------- -- Options -------------------------------------------------- -------------------------------------------------- -- CONFIGURE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/sysutils/yadm XDG_CONFIG_HOME=/construction/sysutils/yadm HOME=/construction/sysutils/yadm TMPDIR="/tmp" PATH=/construction/sysutils/yadm/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 -------------------------------------------------- -- CONFIGURE_ARGS -------------------------------------------------- -------------------------------------------------- -- MAKE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/sysutils/yadm XDG_CONFIG_HOME=/construction/sysutils/yadm HOME=/construction/sysutils/yadm TMPDIR="/tmp" PATH=/construction/sysutils/yadm/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" " LIBS="" CXX="c++" CXXFLAGS=" -pipe -O2 -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" -------------------------------------------------- -- MAKE_ARGS -------------------------------------------------- DESTDIR=/construction/sysutils/yadm/stage -------------------------------------------------- -- PLIST_SUB -------------------------------------------------- OSREL=5.7 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/yadm" EXAMPLESDIR="share/examples/yadm" DATADIR="share/yadm" WWWDIR="www/yadm" ETCDIR="etc/yadm" -------------------------------------------------- -- SUB_LIST -------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/yadm DOCSDIR=/usr/local/share/doc/yadm EXAMPLESDIR=/usr/local/share/examples/yadm WWWDIR=/usr/local/www/yadm ETCDIR=/usr/local/etc/yadm -------------------------------------------------- -- /etc/make.conf -------------------------------------------------- SYNTHPROFILE=LiveSystem USE_PACKAGE_DEPENDS_ONLY=yes PACKAGE_BUILDING=yes BATCH=yes PKG_CREATE_VERBOSE=yes PORTSDIR=/xports DISTDIR=/distfiles WRKDIRPREFIX=/construction PORT_DBDIR=/options PACKAGES=/packages MAKE_JOBS_NUMBER_LIMIT=15 DPORTS_BUILDER= yes DISABLE_LICENSES= yes DEFAULT_VERSIONS= ssl=openssl FORCE_PACKAGE= yes DEVELOPER= yes HAVE_COMPAT_IA32_KERN= CONFIGURE_MAX_CMD_LEN=262144 _PERL5_FROM_BIN=5.30.1 _ALTCCVERSION_921dbbb2=none _OBJC_ALTCCVERSION_921dbbb2=none _SMP_CPUS=32 UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=500709 OSVERSION=9999999 OSREL=5.7 _OSRELEASE=5.7-SYNTH PYTHONBASE=/usr/local _PKG_CHECKED=1 -------------------------------------------------------------------------------- -- Phase: check-sanity -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: pkg-depends -------------------------------------------------------------------------------- ===> yadm-2.3.0 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.12.0_1.txz Installing pkg-1.12.0_1... Extracting pkg-1.12.0_1: .......... done ===> yadm-2.3.0 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of yadm-2.3.0 -------------------------------------------------------------------------------- -- Phase: fetch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> Fetching all distfiles required by yadm-2.3.0 for building -------------------------------------------------------------------------------- -- Phase: checksum -------------------------------------------------------------------------------- ===> Fetching all distfiles required by yadm-2.3.0 for building => SHA256 Checksum OK for TheLocehiliosan-yadm-2.3.0_GH0.tar.gz. -------------------------------------------------------------------------------- -- Phase: extract-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> Fetching all distfiles required by yadm-2.3.0 for building ===> Extracting for yadm-2.3.0 => SHA256 Checksum OK for TheLocehiliosan-yadm-2.3.0_GH0.tar.gz. -------------------------------------------------------------------------------- -- Phase: patch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for yadm-2.3.0 -------------------------------------------------------------------------------- -- Phase: build-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: lib-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for yadm-2.3.0 -------------------------------------------------------------------------------- -- Phase: build -------------------------------------------------------------------------------- ===> Building for yadm-2.3.0 --- all --- --- usage --- make TARGET [option=value, ...] TESTING make test [testargs=ARGS] - Run all tests. "testargs" can specify a single string of arguments for py.test. make .py [testargs=ARGS] - Run tests from a specific test file. "testargs" can specify a single string of arguments for py.test. make testhost [version=VERSION] - Create an ephemeral container for doing adhoc yadm testing. The HEAD revision of yadm will be used unless "version" is specified. "version" can be set to any commit, branch, tag, etc. The targeted "version" will be retrieved from the repo, and linked into the container as a local volume. make scripthost [version=VERSION] - Create an ephemeral container for demonstrating a bug. After exiting the shell, a log of the commands used to illustrate the problem will be written to the file "script.txt". This file can be useful to developers to make a repeatable test for the problem. LINTING make testenv - Create a python virtual environment with the same dependencies used by yadm's testbed environment. Creating and activating this environment might be useful if your editor does real time linting of python files. After creating the virtual environment, you can activate it by typing: source testenv/bin/activate MANPAGES make man - View yadm.1 as a standard man page. make man-wide - View yadm.1 as a man page, using all columns of your display. make man-ps - Create a postscript version of the man page. FILE GENERATION make yadm.md - Generate the markdown version of the man page (for viewing on the web). make contrib - Generate the CONTRIBUTORS file, from the repo history. INSTALLATION make install PREFIX= - Install yadm, manpage, etc. to UTILITIES make sync-clock - Reset the hardware clock for the docker hypervisor host. This can be useful for docker engine hosts which are not Linux-based. -------------------------------------------------------------------------------- -- Phase: run-depends -------------------------------------------------------------------------------- ===> yadm-2.3.0 depends on executable: git - not found ===> Installing existing package /packages/All/git-2.25.0.txz Installing git-2.25.0... `-- Installing curl-7.68.0... | `-- Installing ca_root_nss-3.50... | `-- Extracting ca_root_nss-3.50: ..... done | `-- Installing libnghttp2-1.40.0... | `-- Extracting libnghttp2-1.40.0: ....... done | `-- Installing openssl-1.1.1d,1... | `-- Extracting openssl-1.1.1d,1: .......... done `-- Extracting curl-7.68.0: .......... done `-- Installing cvsps-2.1_2... `-- Extracting cvsps-2.1_2: ... done `-- Installing expat-2.2.8... `-- Extracting expat-2.2.8: .......... done `-- Installing gettext-runtime-0.20.1... | `-- Installing indexinfo-0.3.1... | `-- Extracting indexinfo-0.3.1: . done `-- Extracting gettext-runtime-0.20.1: .......... done `-- Installing p5-Authen-SASL-2.16_1... | `-- Installing p5-Digest-HMAC-1.03_1... | | `-- Installing perl5-5.30.1... | | `-- Extracting perl5-5.30.1: .......... done | `-- Extracting p5-Digest-HMAC-1.03_1: ....... done | `-- Installing p5-GSSAPI-0.28_1... | | `-- Installing krb5-1.17.1... | | `-- Installing readline-8.0.1... | | | `-- Installing ncurses-6.1.20190525... | | | `-- Extracting ncurses-6.1.20190525: .......... done | | `-- Extracting readline-8.0.1: .......... done | | `-- Extracting krb5-1.17.1: .......... done | `-- Extracting p5-GSSAPI-0.28_1: .......... done `-- Extracting p5-Authen-SASL-2.16_1: .......... done `-- Installing p5-CGI-4.46... | `-- Installing p5-HTML-Parser-3.72... | | `-- Installing p5-HTML-Tagset-3.20_1... | | `-- Extracting p5-HTML-Tagset-3.20_1: ... done | `-- Extracting p5-HTML-Parser-3.72: .......... done `-- Extracting p5-CGI-4.46: .......... done `-- Installing p5-Error-0.17029... `-- Extracting p5-Error-0.17029: ..... done `-- Installing p5-IO-Socket-SSL-2.066... | `-- Installing p5-IO-Socket-INET6-2.72_1... | | `-- Installing p5-Socket6-0.29... | | `-- Extracting p5-Socket6-0.29: .... done | `-- Extracting p5-IO-Socket-INET6-2.72_1: ... done | `-- Installing p5-Mozilla-CA-20180117... | `-- Extracting p5-Mozilla-CA-20180117: ..... done | `-- Installing p5-Net-SSLeay-1.88... | `-- Extracting p5-Net-SSLeay-1.88: .......... done `-- Extracting p5-IO-Socket-SSL-2.066: .......... done `-- Installing p5-Term-ReadKey-2.38_1... `-- Extracting p5-Term-ReadKey-2.38_1: .... done `-- Installing p5-subversion-1.13.0... | `-- Installing apr-1.7.0.1.6.1... | | `-- Installing db5-5.3.28_7... | | `-- Extracting db5-5.3.28_7: .......... done | | `-- Installing gdbm-1.18.1_1... | | `-- Extracting gdbm-1.18.1_1: .......... done | `-- Extracting apr-1.7.0.1.6.1: .......... done | `-- Installing liblz4-1.9.2_1,1... | `-- Extracting liblz4-1.9.2_1,1: .......... done | `-- Installing sqlite3-3.30.1,1... | `-- Extracting sqlite3-3.30.1,1: ......... done | `-- Installing subversion-1.13.0... | | `-- Installing serf-1.3.9_4... | | `-- Extracting serf-1.3.9_4: ......... done | | `-- Installing utf8proc-2.4.0... | | `-- Extracting utf8proc-2.4.0: ........ done | `-- Extracting subversion-1.13.0: .......... done `-- Extracting p5-subversion-1.13.0: .......... done `-- Installing pcre-8.43_2... `-- Extracting pcre-8.43_2: .......... done `-- Installing python37-3.7.6... | `-- Installing libffi-3.2.1_3... | `-- Extracting libffi-3.2.1_3: .......... done `-- Extracting python37-3.7.6: .......... done ===> Creating groups. Creating group 'git_daemon' with gid '964'. ===> Creating users Creating user 'git_daemon' with uid '964'. Extracting git-2.25.0: .......... done ===== Message from ca_root_nss-3.50: -- FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem ===== Message from perl5-5.30.1: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. ===== Message from apr-1.7.0.1.6.1: -- The Apache Portable Runtime project removed support for FreeTDS with version 1.6. Users requiring MS-SQL connectivity must migrate configurations to use the added ODBC driver and FreeTDS' ODBC features. ===== Message from python37-3.7.6: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 ===== Message from git-2.25.0: -- If you installed the GITWEB option please follow these instructions: In the directory /usr/local/share/examples/git/gitweb you can find all files to make gitweb work as a public repository on the web. All you have to do to make gitweb work is: 1) Please be sure you're able to execute CGI scripts in /usr/local/share/examples/git/gitweb. 2) Set the GITWEB_CONFIG variable in your webserver's config to /usr/local/etc/git/gitweb.conf. This variable is passed to gitweb.cgi. 3) Restart server. If you installed the CONTRIB option please note that the scripts are installed in /usr/local/share/git-core/contrib. Some of them require other ports to be installed (perl, python, etc), which you may need to install manually. ===> yadm-2.3.0 depends on executable: git - found ===> Returning to build of yadm-2.3.0 ===> yadm-2.3.0 depends on executable: bash - not found ===> Installing existing package /packages/All/bash-5.0.16.txz Installing bash-5.0.16... Extracting bash-5.0.16: .......... done ===> yadm-2.3.0 depends on executable: bash - found ===> Returning to build of yadm-2.3.0 -------------------------------------------------------------------------------- -- Phase: stage -------------------------------------------------------------------------------- ===> Staging for yadm-2.3.0 ===> Generating temporary packing list install -m 444 /construction/sysutils/yadm/yadm-2.3.0/yadm.1 /construction/sysutils/yadm/stage/usr/local/man/man1/ install -m 555 /construction/sysutils/yadm/yadm-2.3.0/yadm /construction/sysutils/yadm/stage/usr/local/bin/ ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Building package for yadm-2.3.0 file sizes/checksums [2]: . done packing files [2]: . done packing directories [0]: . done -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Friday, 14 FEB 2020 at 18:44:51 UTC Duration: 00:00:25