=> Building zlib:standard (version 1.3.1) Started : Wednesday,24 JAN 2024 at 22:21:39 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 RAVENSW_CACHEDIR=/var/cache/pkg8 RAVENSW_DBDIR=/var/db/pkg8 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 -------------------------------------------------- prefix="/raven" cflags="-pipe -O2 -I/raven/include" 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/zlib" STD_EXAMPLESDIR="/raven/share/examples/zlib" 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 -------------------------------------------------- DESTDIR=/construction/zlib/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=1.3.1 SOMAJOR=1 -------------------------------------------------- -- SUB_LIST -------------------------------------------------- LOCALBASE=/raven PREFIX=/raven ETCDIR=/raven/etc/zlib -------------------------------------------------- -- /etc/make.conf -------------------------------------------------- RAVENPROFILE=release64 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 -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> Fetching for zlib-standard => zlib-1.3.1.tar.gz doesn't seem to exist in /distfiles. => Attempting to fetch http://www.zlib.net/zlib-1.3.1.tar.gz zlib-1.3.1.tar.gz 1477 kB 4176 kBps 00s -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> Fetching for zlib-standard ===> Extracting for zlib-standard => SHA256 Checksum OK for zlib-1.3.1.tar.gz. ===> Extracting ZLIB license from /construction/zlib/zlib-1.3.1/zlib.h ===> Creating package metadata (complete) ===> Creating package metadata (primary) ===> Creating package metadata (dev) ===> Creating package metadata (man) -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for zlib-standard ===> Applying common patches for zlib-standard Applying common patch patch-configure Patching file configure using Plan A... Hunk #1 succeeded at 192 (offset 1 line). Hunk #2 succeeded at 227 (offset 1 line). -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for zlib-standard ==> cd /construction/zlib/zlib-1.3.1 && /usr/bin/env CC="cc" CPP="cpp" CXX="c++" CFLAGS="-pipe -O2 -I/raven/include" CPPFLAGS="-I/raven/include" CXXFLAGS="-pipe -O2 -I/raven/include" LDFLAGS="" LIBS="" INSTALL="/usr/bin/install -c" INSTALL_DATA="install -m 0644" INSTALL_LIB="install -s -m 444" INSTALL_PROGRAM="install -s -m 555" INSTALL_SCRIPT="install -m 555" prefix=/raven cflags=-pipe -O2 -I/raven/include 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 Checking for shared library support... Building shared library libz.so.1.3.1 with cc. Checking for size_t... Yes. Checking for off64_t... No. Checking for fseeko... Yes. Checking for strerror... Yes. Checking for unistd.h... Yes. Checking for stdarg.h... Yes. Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf(). Checking for vsnprintf() in stdio.h... Yes. Checking for return value of vsnprintf()... Yes. Checking for attribute(visibility) support... Yes. -------------------------------------------------------------------------------- -- Phase: build -------------------------------------------------------------------------------- ===> Building for zlib-standard ==> 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/zlib STD_EXAMPLESDIR=/raven/share/examples/zlib MANPREFIX=/raven/share ==> cd /construction/zlib/zlib-1.3.1; /usr/bin/make -f Makefile all cc -pipe -O2 -I/raven/include -DHAVE_HIDDEN -I. -c -o example.o test/example.c cc -pipe -O2 -I/raven/include -DHAVE_HIDDEN -c -o adler32.o adler32.c cc -pipe -O2 -I/raven/include -DHAVE_HIDDEN -c -o crc32.o crc32.c cc -pipe -O2 -I/raven/include -DHAVE_HIDDEN -c -o deflate.o deflate.c cc -pipe -O2 -I/raven/include -DHAVE_HIDDEN -c -o infback.o infback.c cc -pipe -O2 -I/raven/include -DHAVE_HIDDEN -c -o inffast.o inffast.c cc -pipe -O2 -I/raven/include -DHAVE_HIDDEN -c -o inflate.o inflate.c cc -pipe -O2 -I/raven/include -DHAVE_HIDDEN -c -o inftrees.o inftrees.c cc -pipe -O2 -I/raven/include -DHAVE_HIDDEN -c -o trees.o trees.c cc -pipe -O2 -I/raven/include -DHAVE_HIDDEN -c -o zutil.o zutil.c cc -pipe -O2 -I/raven/include -DHAVE_HIDDEN -c -o compress.o compress.c cc -pipe -O2 -I/raven/include -DHAVE_HIDDEN -c -o uncompr.o uncompr.c cc -pipe -O2 -I/raven/include -DHAVE_HIDDEN -c -o gzclose.o gzclose.c cc -pipe -O2 -I/raven/include -DHAVE_HIDDEN -c -o gzlib.o gzlib.c cc -pipe -O2 -I/raven/include -DHAVE_HIDDEN -c -o gzread.o gzread.c cc -pipe -O2 -I/raven/include -DHAVE_HIDDEN -c -o gzwrite.o gzwrite.c ar rc libz.a adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o cc -pipe -O2 -I/raven/include -DHAVE_HIDDEN -o example example.o -L. libz.a cc -pipe -O2 -I/raven/include -DHAVE_HIDDEN -I. -c -o minigzip.o test/minigzip.c cc -pipe -O2 -I/raven/include -DHAVE_HIDDEN -o minigzip minigzip.o -L. libz.a cc -pipe -O2 -I/raven/include -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/adler32.o adler32.c cc -pipe -O2 -I/raven/include -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/crc32.o crc32.c cc -pipe -O2 -I/raven/include -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/deflate.o deflate.c cc -pipe -O2 -I/raven/include -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/infback.o infback.c cc -pipe -O2 -I/raven/include -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/inffast.o inffast.c cc -pipe -O2 -I/raven/include -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/inflate.o inflate.c cc -pipe -O2 -I/raven/include -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/inftrees.o inftrees.c cc -pipe -O2 -I/raven/include -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/trees.o trees.c cc -pipe -O2 -I/raven/include -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/zutil.o zutil.c cc -pipe -O2 -I/raven/include -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/compress.o compress.c cc -pipe -O2 -I/raven/include -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/uncompr.o uncompr.c cc -pipe -O2 -I/raven/include -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/gzclose.o gzclose.c cc -pipe -O2 -I/raven/include -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/gzlib.o gzlib.c cc -pipe -O2 -I/raven/include -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/gzread.o gzread.c cc -pipe -O2 -I/raven/include -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/gzwrite.o gzwrite.c cc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map -pipe -O2 -I/raven/include -fPIC -DHAVE_HIDDEN -o libz.so.1.3.1 adler32.lo crc32.lo deflate.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo zutil.lo compress.lo uncompr.lo gzclose.lo gzlib.lo gzread.lo gzwrite.lo -lc rm -f libz.so libz.so.1 ln -s libz.so.1.3.1 libz.so ln -s libz.so.1.3.1 libz.so.1 cc -pipe -O2 -I/raven/include -DHAVE_HIDDEN -o examplesh example.o -L. libz.so.1.3.1 cc -pipe -O2 -I/raven/include -DHAVE_HIDDEN -o minigzipsh minigzip.o -L. libz.so.1.3.1 (cd /construction/zlib/zlib-1.3.1 && ar -cq libz_pic.a *.lo && ranlib libz_pic.a) => Checking for system changes between port configure and build Everything is fine. -------------------------------------------------------------------------------- -- Phase: stage -------------------------------------------------------------------------------- ===> Staging for zlib-standard ===> Generating temporary packing list (complete) ===> Generating temporary packing list (primary) ===> Generating temporary packing list (dev) ===> Generating temporary packing list (man) rm -f /construction/zlib/stage/raven/lib/libz.a cp libz.a /construction/zlib/stage/raven/lib chmod 644 /construction/zlib/stage/raven/lib/libz.a cp libz.so.1.3.1 /construction/zlib/stage/raven/lib chmod 755 /construction/zlib/stage/raven/lib/libz.so.1.3.1 rm -f /construction/zlib/stage/raven/share/man/man3/zlib.3 cp zlib.3 /construction/zlib/stage/raven/share/man/man3 chmod 644 /construction/zlib/stage/raven/share/man/man3/zlib.3 rm -f /construction/zlib/stage/raven/lib/pkgconfig/zlib.pc cp zlib.pc /construction/zlib/stage/raven/lib/pkgconfig chmod 644 /construction/zlib/stage/raven/lib/pkgconfig/zlib.pc rm -f /construction/zlib/stage/raven/include/zlib.h /construction/zlib/stage/raven/include/zconf.h cp zlib.h zconf.h /construction/zlib/stage/raven/include chmod 644 /construction/zlib/stage/raven/include/zlib.h /construction/zlib/stage/raven/include/zconf.h /raven/toolchain/bin/strip /construction/zlib/stage/raven/lib/libz.so install -m 0644 /construction/zlib/zlib-1.3.1/libz_pic.a /construction/zlib/stage/raven/lib/ ====> Start compressing man pages ====> Man page compression complete ====> Install ZLIB license (primary) ====> Running Q/A tests (stage-qa) License information: License file: summary.primary.standard ====================================================================================== This package is solo-licensed: * ZLIB (zlib License) ====================================================================================== License file: ZLIB.standard ====================================================================================== /* zlib.h -- interface of the 'zlib' general purpose compression library version 1.3.1, January 22nd, 2024 Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. Jean-loup Gailly Mark Adler jloup@gzip.org madler@alumni.caltech.edu The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and rfc1952 (gzip format). */ ====================================================================================== -------------------------------------------------------------------------------- -- Phase: test / deinstall all packages -------------------------------------------------------------------------------- ===> Autoremoving orphaned packages No packages installed. Nothing to do! -------------------------------------------------------------------------------- -- Phase: test / install run dependencies -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: check-plist -------------------------------------------------------------------------------- ====> Checking for package manifest issues ====> No manifest issues found ====> Full manifest saved at /build/ravenports/release64/manifests/zlib___standard.txt -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Building zlib-complete-standard-1.3.1 subpackage file sizes/checksums [0]: . done packing files [0]: . done packing directories [0]: . done ===> Building zlib-primary-standard-1.3.1 subpackage file sizes/checksums [4]: . done packing files [4]: . done packing directories [0]: . done ===> Building zlib-dev-standard-1.3.1 subpackage file sizes/checksums [6]: . done packing files [6]: . done packing directories [0]: . done ===> Building zlib-man-standard-1.3.1 subpackage file sizes/checksums [1]: . done packing files [1]: . done packing directories [0]: . done -------------------------------------------------------------------------------- -- Phase: install -------------------------------------------------------------------------------- ===> Installing zlib-complete-standard-1.3.1 package Installing zlib-complete-standard-1.3.1... `-- Installing zlib-primary-standard-1.3.1... `-- Extracting zlib-primary-standard-1.3.1: .... done `-- Installing zlib-dev-standard-1.3.1... `-- Extracting zlib-dev-standard-1.3.1: ...... done `-- Installing zlib-man-standard-1.3.1... `-- Extracting zlib-man-standard-1.3.1: . done ===> Installing zlib-primary-standard-1.3.1 package Installing zlib-primary-standard-1.3.1... the most recent version of zlib-primary-standard-1.3.1 is already installed ===> Installing zlib-dev-standard-1.3.1 package Installing zlib-dev-standard-1.3.1... the most recent version of zlib-dev-standard-1.3.1 is already installed ===> Installing zlib-man-standard-1.3.1 package Installing zlib-man-standard-1.3.1... the most recent version of zlib-man-standard-1.3.1 is already installed -------------------------------------------------------------------------------- -- Phase: deinstall -------------------------------------------------------------------------------- => Checking shared library dependencies ===> zlib-primary-standard-1.3.1 subpackage: NEEDED libc.so.8 ===> Deinstalling zlib-complete-standard-1.3.1 package Updating database digests format: .... done Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 1 packages (of 0 packages in the universe): Installed packages to be REMOVED: zlib-complete-standard-1.3.1 Number of packages to be removed: 1 [1/1] Deinstalling zlib-complete-standard-1.3.1... ===> Deinstalling zlib-primary-standard-1.3.1 package Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 1 packages (of 0 packages in the universe): Installed packages to be REMOVED: zlib-primary-standard-1.3.1 Number of packages to be removed: 1 [1/1] Deinstalling zlib-primary-standard-1.3.1... [1/1] Deleting files for zlib-primary-standard-1.3.1: .... done ===> Deinstalling zlib-dev-standard-1.3.1 package Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 1 packages (of 0 packages in the universe): Installed packages to be REMOVED: zlib-dev-standard-1.3.1 Number of packages to be removed: 1 [1/1] Deinstalling zlib-dev-standard-1.3.1... [1/1] Deleting files for zlib-dev-standard-1.3.1: ...... done ===> Deinstalling zlib-man-standard-1.3.1 package Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 1 packages (of 0 packages in the universe): Installed packages to be REMOVED: zlib-man-standard-1.3.1 Number of packages to be removed: 1 [1/1] Deinstalling zlib-man-standard-1.3.1... [1/1] Deleting files for zlib-man-standard-1.3.1: . done => Checking for system changes between staging and package deinstallation Everything is fine. -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Wednesday,24 JAN 2024 at 22:21:49 UTC Duration: 00:00:09