====>> Building graphics/peps build started at Sun Dec 20 17:14:10 GMT 2015 port directory: /usr/ports/graphics/peps building for: FreeBSD 102amd64-default-job-03 10.2-RELEASE-p8 FreeBSD 10.2-RELEASE-p8 amd64 maintained by: doceng@FreeBSD.org Makefile ident: $FreeBSD: head/graphics/peps/Makefile 395039 2015-08-22 15:43:04Z hrs $ Poudriere version: 3.1.10 Host OSVERSION: 1002000 Jail OSVERSION: 1002000 ---Begin Environment--- OSVERSION=1002000 UNAME_v=FreeBSD 10.2-RELEASE-p8 UNAME_r=10.2-RELEASE-p8 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM=screen MASTERMNT=/space/poudriere/poudriere_data/.m/102amd64-default/ref FORCE_PACKAGE=yes PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=peps-2.0_6 OLDPWD=/ PWD=/space/poudriere/poudriere_data/.m/102amd64-default/ref/.p/pool MASTERNAME=102amd64-default SCRIPTPREFIX=/usr/local/share/poudriere USER=root HOME=/root POUDRIERE_VERSION=3.1.10 SCRIPTPATH=/usr/local/share/poudriere/bulk.sh LIBEXECPREFIX=/usr/local/libexec/poudriere LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for peps-2.0_6: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/peps/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/peps/work HOME=/wrkdirs/usr/ports/graphics/peps/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- GSPATH="/usr/local/bin/gs" GZPATH="/usr/bin/gzip" ETC="/usr/local/etc" XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/peps/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/peps/work HOME=/wrkdirs/usr/ports/graphics/peps/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing " MANPREFIX="/usr/local" 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" --End MAKE_ENV-- --PLIST_SUB-- OSREL=10.2 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/peps" EXAMPLESDIR="share/examples/peps" DATADIR="share/peps" WWWDIR="www/peps" ETCDIR="etc/peps" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/peps DOCSDIR=/usr/local/share/doc/peps EXAMPLESDIR=/usr/local/share/examples/peps WWWDIR=/usr/local/www/peps ETCDIR=/usr/local/etc/peps --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== ===> License BSD2CLAUSE accepted by the user =========================================================================== =================================================== ===> peps-2.0_6 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.6.2.txz [102amd64-default-job-03] Installing pkg-1.6.2... [102amd64-default-job-03] Extracting pkg-1.6.2: .......... done Message from pkg-1.6.2: If you are upgrading from the old package format, first run: # pkg2ng ===> peps-2.0_6 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of peps-2.0_6 =========================================================================== =================================================== =========================================================================== =================================================== ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by peps-2.0_6 for building =========================================================================== =================================================== ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by peps-2.0_6 for building => SHA256 Checksum OK for peps-2.0.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by peps-2.0_6 for building ===> Extracting for peps-2.0_6 => SHA256 Checksum OK for peps-2.0.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for peps-2.0_6 =========================================================================== =================================================== =========================================================================== =================================================== =========================================================================== =================================================== ===> Configuring for peps-2.0_6 =========================================================================== =================================================== ===> Building for peps-2.0_6 cc -O2 -pipe -fstack-protector -fno-strict-aliasing -DGSPATH=\"/usr/local/bin/gs\" -DPNMDEFAULT=0 -DGZPATH=\"/usr/bin/gzip\" -DGZIP=3 -DETC=\"/usr/local/etc\" -DHAE=\"HTTP_ACCEPT_ENCODING\" -o peps peps.c peps.c:442:8: warning: implicitly declaring library function 'strncmp' with type 'int (const char *, const char *, unsigned long)' if (!strncmp(buffer, "%%BoundingBox:", 14)) { ^ peps.c:442:8: note: please include the header or explicitly provide a declaration for 'strncmp' peps.c:449:31: warning: implicit declaration of function 'isdigit' is invalid in C99 [-Wimplicit-function-declaration] if (((*charptr == '-') && (isdigit(charptr[1]))) || ^ peps.c:500:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (m = fopen(mimelist, "r")) while (fgets(buffer, 1024, m) != NULL) { ~~^~~~~~~~~~~~~~~~~~~~~~ peps.c:500:8: note: place parentheses around the assignment to silence this warning if (m = fopen(mimelist, "r")) while (fgets(buffer, 1024, m) != NULL) { ^ ( ) peps.c:500:8: note: use '==' to turn this assignment into an equality comparison if (m = fopen(mimelist, "r")) while (fgets(buffer, 1024, m) != NULL) { ^ == peps.c:505:37: warning: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)' if (!strncmp(format, charptr, i = strlen(format)) && (charptr[i] <= ' ')) ^ peps.c:505:37: note: please include the header or explicitly provide a declaration for 'strlen' peps.c:548:7: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' if (strcmp(format, mimes[i].format) == 0) { ^ peps.c:548:7: note: please include the header or explicitly provide a declaration for 'strcmp' peps.c:712:22: warning: implicit declaration of function 'isalpha' is invalid in C99 [-Wimplicit-function-declaration] if (!charptr || !isalpha(*charptr)) return usage(0); ^ peps.c:716:47: warning: implicit declaration of function 'isalnum' is invalid in C99 [-Wimplicit-function-declaration] for (charptr++; *charptr; charptr++) if (!isalnum(*charptr) && (*charptr != '_')) ^ peps.c:969:54: warning: implicitly declaring library function 'strstr' with type 'char *(const char *, const char *)' if ( (gzip == GZIP) && !((charptr = getenv(HAE)) && strstr(charptr, "gzip")) ) ^ peps.c:969:54: note: please include the header or explicitly provide a declaration for 'strstr' 8 warnings generated. touch -r peps.c peps =========================================================================== =================================================== ===> peps-2.0_6 depends on package: ghostscript9-base>=9.06_11 - not found ===> Installing existing package /packages/All/ghostscript9-base-9.06_11.txz [102amd64-default-job-03] Installing ghostscript9-base-9.06_11... [102amd64-default-job-03] `-- Installing cups-image-2.0.3_2... [102amd64-default-job-03] | `-- Installing jpeg-turbo-1.4.2... [102amd64-default-job-03] | `-- Extracting jpeg-turbo-1.4.2: .......... done [102amd64-default-job-03] | `-- Installing png-1.6.20... [102amd64-default-job-03] | `-- Extracting png-1.6.20: .......... done [102amd64-default-job-03] | `-- Installing cups-client-2.0.3_2... [102amd64-default-job-03] | | `-- Installing libgcrypt-1.6.4_2... [102amd64-default-job-03] | | `-- Installing indexinfo-0.2.4... [102amd64-default-job-03] | | `-- Extracting indexinfo-0.2.4: .... done [102amd64-default-job-03] | | `-- Installing libgpg-error-1.20_1... [102amd64-default-job-03] | | | `-- Installing gettext-runtime-0.19.6... [102amd64-default-job-03] | | | `-- Extracting gettext-runtime-0.19.6: .......... done [102amd64-default-job-03] | | `-- Extracting libgpg-error-1.20_1: .......... done [102amd64-default-job-03] | | `-- Extracting libgcrypt-1.6.4_2: .......... done [102amd64-default-job-03] | | `-- Installing gnutls-3.3.17.1... [102amd64-default-job-03] | | `-- Installing nettle-2.7.1... [102amd64-default-job-03] | | | `-- Installing gmp-5.1.3_2... [102amd64-default-job-03] | | | `-- Extracting gmp-5.1.3_2: .......... done [102amd64-default-job-03] | | `-- Extracting nettle-2.7.1: .......... done [102amd64-default-job-03] | | `-- Installing ca_root_nss-3.20.1... [102amd64-default-job-03] | | `-- Extracting ca_root_nss-3.20.1: ....... done [102amd64-default-job-03] | | `-- Installing libtasn1-4.7... [102amd64-default-job-03] | | `-- Extracting libtasn1-4.7: .......... done [102amd64-default-job-03] | | `-- Installing libidn-1.31... [102amd64-default-job-03] | | `-- Extracting libidn-1.31: .......... done [102amd64-default-job-03] | | `-- Installing p11-kit-0.23.2... [102amd64-default-job-03] | | | `-- Installing libffi-3.2.1... [102amd64-default-job-03] | | | `-- Extracting libffi-3.2.1: .......... done [102amd64-default-job-03] | | `-- Extracting p11-kit-0.23.2: .......... done [102amd64-default-job-03] | | `-- Installing trousers-tddl-0.3.10_7... ===> Creating users and/or groups. Creating group '_tss' with gid '601'. Creating user '_tss' with uid '601'. [102amd64-default-job-03] | | `-- Extracting trousers-tddl-0.3.10_7: .......... done [102amd64-default-job-03] | | `-- Extracting gnutls-3.3.17.1: .......... done [102amd64-default-job-03] | | `-- Installing mDNSResponder-576.30.4... [102amd64-default-job-03] | | `-- Extracting mDNSResponder-576.30.4: .......... done ===> Creating users and/or groups. Creating group 'cups' with gid '193'. Creating user 'cups' with uid '193'. [102amd64-default-job-03] | `-- Extracting cups-client-2.0.3_2: .......... done [102amd64-default-job-03] | `-- Installing tiff-4.0.6... [102amd64-default-job-03] | | `-- Installing jbigkit-2.1_1... [102amd64-default-job-03] | | `-- Extracting jbigkit-2.1_1: .......... done [102amd64-default-job-03] | `-- Extracting tiff-4.0.6: .......... done ===> Creating users and/or groups. Using existing group 'cups'. Using existing user 'cups'. [102amd64-default-job-03] `-- Extracting cups-image-2.0.3_2: .......... done [102amd64-default-job-03] `-- Installing jbig2dec-0.12... [102amd64-default-job-03] `-- Extracting jbig2dec-0.12: .......... done [102amd64-default-job-03] `-- Installing libpaper-1.1.24.4... [102amd64-default-job-03] `-- Extracting libpaper-1.1.24.4: .......... done [102amd64-default-job-03] `-- Installing svgalib-1.4.3_7... [102amd64-default-job-03] `-- Extracting svgalib-1.4.3_7: .......... done [102amd64-default-job-03] `-- Installing freetype2-2.6.2... [102amd64-default-job-03] `-- Extracting freetype2-2.6.2: .......... done [102amd64-default-job-03] `-- Installing expat-2.1.0_3... [102amd64-default-job-03] `-- Extracting expat-2.1.0_3: .......... done [102amd64-default-job-03] `-- Installing fontconfig-2.11.1_1,1... [102amd64-default-job-03] `-- Extracting fontconfig-2.11.1_1,1: .......... done Running fc-cache to build fontconfig cache... /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /root/.local/share/fonts: skipping, no such directory /root/.fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory /root/.cache/fontconfig: not cleaning non-existent cache directory /root/.fontconfig: not cleaning non-existent cache directory fc-cache: succeeded [102amd64-default-job-03] `-- Installing lcms2-2.7_2... [102amd64-default-job-03] `-- Extracting lcms2-2.7_2: .......... done [102amd64-default-job-03] `-- Installing gsfonts-8.11_6... [102amd64-default-job-03] `-- Extracting gsfonts-8.11_6: .......... done [102amd64-default-job-03] Extracting ghostscript9-base-9.06_11: .......... done Message from ca_root_nss-3.20.1: ********************************* WARNING ********************************* 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. *********************************** NOTE ********************************** 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 trousers-tddl-0.3.10_7: To run tcsd automatically, add the following line to /etc/rc.conf tcsd_enable="YES" You might want to edit /usr/local/etc/tcsd.conf to reflect your setup. To use TPM, add your_account to '_tss' group like following: # pw groupadd _tss -m your_account Message from ghostscript9-base-9.06_11: Note: in order to use the script "dvipdf", dvips must be installed. This program is provided by another package print/tex-dvipsk. FAPIfontmap and FAPIcidfmap in /usr/local/share/ghostscript/9.06/Resource/Init have to be configured if you want to use FAPI feature. ===> peps-2.0_6 depends on package: ghostscript9-base>=9.06_11 - found ===> Returning to build of peps-2.0_6 =========================================================================== =================================================== ===> Staging for peps-2.0_6 ===> Generating temporary packing list install -s -m 555 /wrkdirs/usr/ports/graphics/peps/work/peps-2.0/peps /wrkdirs/usr/ports/graphics/peps/work/stage/usr/local/bin install -m 444 /wrkdirs/usr/ports/graphics/peps/work/peps-2.0/peps.1 /wrkdirs/usr/ports/graphics/peps/work/stage/usr/local/man/man1 install -m 0644 /wrkdirs/usr/ports/graphics/peps/work/peps-2.0/peps.mime /wrkdirs/usr/ports/graphics/peps/work/stage/usr/local/etc install -m 0644 /wrkdirs/usr/ports/graphics/peps/work/peps-2.0/peps.pdf /wrkdirs/usr/ports/graphics/peps/work/stage/usr/local/share/doc/peps ====> Compressing man pages (compress-man) =========================================================================== =================================================== ===> Building package for peps-2.0_6 =========================================================================== ====>> Cleaning up wrkdir ===> Cleaning for peps-2.0_6 build of graphics/peps ended at Sun Dec 20 17:14:23 GMT 2015 build time: 00:00:13