Page MenuHomeFreeBSD
Paste P465

x11/fuzzel: built on 12.2 i386
ArchivedPublic

Authored by jbeich on Dec 20 2020, 5:45 PM.
Tags
None
Referenced Files
F13940627: x11/fuzzel: built on 12.2 i386
Dec 20 2020, 5:45 PM
Subscribers
None
=>> Building x11/fuzzel
build started at Sun Dec 20 19:41:31 CAT 2020
port directory: /usr/ports/x11/fuzzel
package name: fuzzel-1.4.2
building for: FreeBSD 122i386-default-job-01 12.2-RELEASE FreeBSD 12.2-RELEASE i386
maintained by: jbeich@FreeBSD.org
Makefile ident:
Poudriere version: 3.3.99.20200326_1
Host OSVERSION: 1300131
Jail OSVERSION: 1202000
Job Id: 01
---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1202000
UNAME_v=FreeBSD 12.2-RELEASE
UNAME_r=12.2-RELEASE
BLOCKSIZE=K
MAIL=/var/mail/root
WARNING_WAIT=0
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.3.99.20200326_1
MASTERMNT=/poudriere/data/.m/122i386-default/ref
DEV_WARNING_WAIT=0
LC_COLLATE=C
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=tmux-256color
GID=0
OUTPUT_REDIRECTED_STDERR=4
OUTPUT_REDIRECTED=1
UID=0
PWD=/poudriere/data/.m/122i386-default/ref/.p/pool
OUTPUT_REDIRECTED_STDOUT=3
NO_WARNING_PKG_INSTALL_EOL=yes
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=122i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/poudriere/data/.m/122i386-default/ref/.p
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---
---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
DEPENDS_ARGS=
MAKE_ARGS=
---End Poudriere Port Flags/Env---
---Begin OPTIONS List---
---End OPTIONS List---
--MAINTAINER--
jbeich@FreeBSD.org
--End MAINTAINER--
--CONFIGURE_ARGS--
--prefix /usr/local --mandir man --infodir share/info --buildtype release --strip _build
--End CONFIGURE_ARGS--
--CONFIGURE_ENV--
PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/x11/fuzzel/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11/fuzzel/work HOME=/wrkdirs/usr/ports/x11/fuzzel/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/x11/fuzzel/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8
--End CONFIGURE_ENV--
--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/x11/fuzzel/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11/fuzzel/work HOME=/wrkdirs/usr/ports/x11/fuzzel/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/x11/fuzzel/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES DESTDIR=/wrkdirs/usr/ports/x11/fuzzel/work/stage LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -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"
--End MAKE_ENV--
--PLIST_SUB--
GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" OSREL=12.2 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/fuzzel" EXAMPLESDIR="share/examples/fuzzel" DATADIR="share/fuzzel" WWWDIR="www/fuzzel" ETCDIR="etc/fuzzel"
--End PLIST_SUB--
--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/fuzzel DOCSDIR=/usr/local/share/doc/fuzzel EXAMPLESDIR=/usr/local/share/examples/fuzzel WWWDIR=/usr/local/www/fuzzel ETCDIR=/usr/local/etc/fuzzel
--End SUB_LIST--
---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
FORCE_PACKAGE=yes
PACKAGE_BUILDING=yes
PACKAGE_BUILDING_FLAVORS=yes
MACHINE=i386
MACHINE_ARCH=i386
ARCH=${MACHINE_ARCH}
#### /usr/local/etc/poudriere.d/make.conf ####
DEV_WARNING_WAIT=0
#NO_IGNORE=
# Minimize TeX dependency
devel_doxygen_UNSET += DOCS LATEX
# Avoid 2Gb large x11-fonts/nerd-fonts dependency
shells_starship_UNSET+= FONTS
# Bootstrapping isn't necessary for modern compilers and prevents taking
# advantage of native-xtools. GCC < 6 aren't C++11-compatible while
# Clang >= 6 and GCC >= 6 default to C++14.
lang_gcc7_UNSET += BOOTSTRAP
lang_gcc8_UNSET += BOOTSTRAP
lang_gcc9_UNSET += BOOTSTRAP
lang_gcc10_UNSET += BOOTSTRAP
lang_gcc11_UNSET += BOOTSTRAP
# Workaround GCC/qemu crashes
.if ${MACHINE:Marm*}
math_ceres-solver_UNSET += OPENMP
graphics_colmap_UNSET += OPENMP
.endif
#### /usr/ports/Mk/Scripts/ports_env.sh ####
_CCVERSION_921dbbb2=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: i386-unknown-freebsd12.2 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: i386-unknown-freebsd12.2 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-m" "elf_i386_fbsd" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o"
CC_OUTPUT_921dbbb2_58173849=yes
CC_OUTPUT_921dbbb2_9bdba57c=yes
CC_OUTPUT_921dbbb2_6a4fe7f5=yes
CC_OUTPUT_921dbbb2_6bcac02b=yes
CC_OUTPUT_921dbbb2_67d20829=yes
CC_OUTPUT_921dbbb2_bfa62e83=yes
CC_OUTPUT_921dbbb2_f0b4d593=yes
CC_OUTPUT_921dbbb2_308abb44=yes
CC_OUTPUT_921dbbb2_f00456e5=yes
CC_OUTPUT_921dbbb2_65ad290d=yes
CC_OUTPUT_921dbbb2_f2776b26=yes
CC_OUTPUT_921dbbb2_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: i386-unknown-freebsd12.2 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=i386
OPSYS=FreeBSD
_OSRELEASE=12.2-RELEASE
OSREL=12.2
OSVERSION=1202000
PYTHONBASE=/usr/local
_SMP_CPUS=8
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
---End make.conf---
--Resource limits--
cpu time (seconds, -t) unlimited
file size (512-blocks, -f) unlimited
data seg size (kbytes, -d) 524288
stack size (kbytes, -s) 65536
core file size (512-blocks, -c) unlimited
max memory size (kbytes, -m) unlimited
locked memory (kbytes, -l) unlimited
max user processes (-u) 63536
open files (-n) 1024
virtual mem size (kbytes, -v) unlimited
swap limit (kbytes, -w) unlimited
socket buffer size (bytes, -b) unlimited
pseudo-terminals (-p) unlimited
kqueues (-k) unlimited
umtx shared locks (-o) unlimited
--End resource limits--
=======================<phase: check-sanity >============================
===> License MIT accepted by the user
===========================================================================
=======================<phase: pkg-depends >============================
===> fuzzel-1.4.2 depends on file: /usr/local/sbin/pkg - not found
===> Installing existing package /packages/All/pkg-1.15.10.txz
[122i386-default-job-01] Installing pkg-1.15.10...
[122i386-default-job-01] Extracting pkg-1.15.10: .......... done
===> fuzzel-1.4.2 depends on file: /usr/local/sbin/pkg - found
===> Returning to build of fuzzel-1.4.2
===========================================================================
=======================<phase: fetch-depends >============================
===========================================================================
=======================<phase: fetch >============================
===> License MIT accepted by the user
===> fuzzel-1.4.2 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by fuzzel-1.4.2 for building
===========================================================================
=======================<phase: checksum >============================
===> License MIT accepted by the user
===> fuzzel-1.4.2 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by fuzzel-1.4.2 for building
=> SHA256 Checksum OK for fuzzel-1.4.2.tar.gz.
=> SHA256 Checksum OK for d0ce4f2081a5.patch.
=> SHA256 Checksum OK for 7637fdf4133b.patch.
=> SHA256 Checksum OK for 816d7e5c06a3.patch.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract >============================
===> License MIT accepted by the user
===> fuzzel-1.4.2 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by fuzzel-1.4.2 for building
===> Extracting for fuzzel-1.4.2
=> SHA256 Checksum OK for fuzzel-1.4.2.tar.gz.
=> SHA256 Checksum OK for d0ce4f2081a5.patch.
=> SHA256 Checksum OK for 7637fdf4133b.patch.
=> SHA256 Checksum OK for 816d7e5c06a3.patch.
===========================================================================
=======================<phase: patch-depends >============================
===========================================================================
=======================<phase: patch >============================
===> Patching for fuzzel-1.4.2
===> Applying distribution patches for fuzzel-1.4.2
===========================================================================
=======================<phase: build-depends >============================
===> fuzzel-1.4.2 depends on package: tllist>=1.0.1 - not found
===> Installing existing package /packages/All/tllist-1.0.2.txz
[122i386-default-job-01] Installing tllist-1.0.2...
[122i386-default-job-01] Extracting tllist-1.0.2: ..... done
===> fuzzel-1.4.2 depends on package: tllist>=1.0.1 - found
===> Returning to build of fuzzel-1.4.2
===> fuzzel-1.4.2 depends on package: wayland-protocols>0 - not found
===> Installing existing package /packages/All/wayland-protocols-1.20.txz
[122i386-default-job-01] Installing wayland-protocols-1.20...
[122i386-default-job-01] Extracting wayland-protocols-1.20: .......... done
===> fuzzel-1.4.2 depends on package: wayland-protocols>0 - found
===> Returning to build of fuzzel-1.4.2
===> fuzzel-1.4.2 depends on executable: scdoc - not found
===> Installing existing package /packages/All/scdoc-1.11.1.txz
[122i386-default-job-01] Installing scdoc-1.11.1...
[122i386-default-job-01] Extracting scdoc-1.11.1: ....... done
===> fuzzel-1.4.2 depends on executable: scdoc - found
===> Returning to build of fuzzel-1.4.2
===> fuzzel-1.4.2 depends on executable: meson - not found
===> Installing existing package /packages/All/meson-0.56.0.txz
[122i386-default-job-01] Installing meson-0.56.0...
[122i386-default-job-01] `-- Installing ninja-1.10.2,2...
[122i386-default-job-01] | `-- Installing python37-3.7.9_1...
[122i386-default-job-01] | | `-- Installing gettext-runtime-0.21...
[122i386-default-job-01] | | `-- Installing indexinfo-0.3.1...
[122i386-default-job-01] | | `-- Extracting indexinfo-0.3.1: .... done
[122i386-default-job-01] | | `-- Extracting gettext-runtime-0.21: .......... done
[122i386-default-job-01] | | `-- Installing libffi-3.3_1...
[122i386-default-job-01] | | `-- Extracting libffi-3.3_1: .......... done
[122i386-default-job-01] | | `-- Installing readline-8.0.4...
[122i386-default-job-01] | | `-- Extracting readline-8.0.4: .......... done
[122i386-default-job-01] | `-- Extracting python37-3.7.9_1: .......... done
[122i386-default-job-01] `-- Extracting ninja-1.10.2,2: ........ done
[122i386-default-job-01] `-- Installing py37-setuptools-44.0.0...
[122i386-default-job-01] `-- Extracting py37-setuptools-44.0.0: .......... done
[122i386-default-job-01] Extracting meson-0.56.0: .......... done
=====
Message from python37-3.7.9_1:
--
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
===> fuzzel-1.4.2 depends on executable: meson - found
===> Returning to build of fuzzel-1.4.2
===> fuzzel-1.4.2 depends on executable: ninja - found
===> fuzzel-1.4.2 depends on package: pkgconf>=1.3.0_1 - not found
===> Installing existing package /packages/All/pkgconf-1.7.3,1.txz
[122i386-default-job-01] Installing pkgconf-1.7.3,1...
[122i386-default-job-01] Extracting pkgconf-1.7.3,1: .......... done
===> fuzzel-1.4.2 depends on package: pkgconf>=1.3.0_1 - found
===> Returning to build of fuzzel-1.4.2
===> fuzzel-1.4.2 depends on file: /usr/local/libdata/pkgconfig/pixman-1.pc - not found
===> Installing existing package /packages/All/pixman-0.40.0_1.txz
[122i386-default-job-01] Installing pixman-0.40.0_1...
[122i386-default-job-01] Extracting pixman-0.40.0_1: .......... done
===> fuzzel-1.4.2 depends on file: /usr/local/libdata/pkgconfig/pixman-1.pc - found
===> Returning to build of fuzzel-1.4.2
===========================================================================
=======================<phase: lib-depends >============================
===> fuzzel-1.4.2 depends on shared library: libepoll-shim.so - not found
===> Installing existing package /packages/All/libepoll-shim-0.0.20200602.txz
[122i386-default-job-01] Installing libepoll-shim-0.0.20200602...
[122i386-default-job-01] Extracting libepoll-shim-0.0.20200602: .......... done
===> fuzzel-1.4.2 depends on shared library: libepoll-shim.so - found (/usr/local/lib/libepoll-shim.so)
===> Returning to build of fuzzel-1.4.2
===> fuzzel-1.4.2 depends on shared library: libwayland-client.so - not found
===> Installing existing package /packages/All/wayland-1.18.0_4.txz
[122i386-default-job-01] Installing wayland-1.18.0_4...
[122i386-default-job-01] `-- Installing expat-2.2.10...
[122i386-default-job-01] `-- Extracting expat-2.2.10: .......... done
[122i386-default-job-01] `-- Installing libxml2-2.9.10_2...
[122i386-default-job-01] `-- Extracting libxml2-2.9.10_2: .......... done
[122i386-default-job-01] Extracting wayland-1.18.0_4: .......... done
===> fuzzel-1.4.2 depends on shared library: libwayland-client.so - found (/usr/local/lib/libwayland-client.so)
===> Returning to build of fuzzel-1.4.2
===> fuzzel-1.4.2 depends on shared library: libfcft.so - not found
===> Installing existing package /packages/All/fcft-2.3.2.txz
[122i386-default-job-01] Installing fcft-2.3.2...
[122i386-default-job-01] `-- Installing fontconfig-2.13.92_2,1...
[122i386-default-job-01] | `-- Installing freetype2-2.10.4...
[122i386-default-job-01] | | `-- Installing png-1.6.37...
[122i386-default-job-01] | | `-- Extracting png-1.6.37: .......... done
[122i386-default-job-01] | `-- Extracting freetype2-2.10.4: .......... done
[122i386-default-job-01] `-- Extracting fontconfig-2.13.92_2,1: .......... done
Running fc-cache to build fontconfig cache...
Font directories:
/usr/local/share/fonts
/usr/local/lib/X11/fonts
/usr/local/share/fonts: skipping, no such directory
/usr/local/lib/X11/fonts: skipping, no such directory
/var/db/fontconfig: cleaning cache directory
fc-cache: succeeded
[122i386-default-job-01] `-- Installing harfbuzz-2.7.2_1...
[122i386-default-job-01] | `-- Installing glib-2.66.4,1...
[122i386-default-job-01] | | `-- Installing libiconv-1.16...
[122i386-default-job-01] | | `-- Extracting libiconv-1.16: .......... done
[122i386-default-job-01] | | `-- Installing pcre-8.44...
[122i386-default-job-01] | | `-- Extracting pcre-8.44: .......... done
[122i386-default-job-01] | `-- Extracting glib-2.66.4,1: .......... done
No schema files found: doing nothing.
[122i386-default-job-01] | `-- Installing graphite2-1.3.14...
[122i386-default-job-01] | `-- Extracting graphite2-1.3.14: .......... done
[122i386-default-job-01] `-- Extracting harfbuzz-2.7.2_1: .......... done
[122i386-default-job-01] Extracting fcft-2.3.2: .......... done
=====
Message from freetype2-2.10.4:
--
The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as
the default, emulating a modern version of ClearType. This change inevitably
leads to different rendering results, and you might change port's options to
adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment
variable).
The environment variable "FREETYPE_PROPERTIES" can be used to control the
driver properties. Example:
FREETYPE_PROPERTIES=truetype:interpreter-version=35 \
cff:no-stem-darkening=1 \
autofitter:warping=1
This allows to select, say, the subpixel hinting mode at runtime for a given
application.
If LONG_PCF_NAMES port's option was enabled, the PCF family names may include
the foundry and information whether they contain wide characters. For example,
"Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at
run time with using pcf:no-long-family-names property, if needed. Example:
FREETYPE_PROPERTIES=pcf:no-long-family-names=1
How to recreate fontconfig cache with using such environment variable,
if needed:
# env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv
The controllable properties are listed in the section "Controlling FreeType
Modules" in the reference's table of contents
(/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed).
===> fuzzel-1.4.2 depends on shared library: libfcft.so - found (/usr/local/lib/libfcft.so)
===> Returning to build of fuzzel-1.4.2
===> fuzzel-1.4.2 depends on shared library: libxkbcommon.so - not found
===> Installing existing package /packages/All/libxkbcommon-1.0.1.txz
[122i386-default-job-01] Installing libxkbcommon-1.0.1...
[122i386-default-job-01] `-- Installing libxcb-1.14_1...
[122i386-default-job-01] | `-- Installing libXau-1.0.9...
[122i386-default-job-01] | `-- Extracting libXau-1.0.9: .......... done
[122i386-default-job-01] | `-- Installing libXdmcp-1.1.3...
[122i386-default-job-01] | | `-- Installing xorgproto-2020.1...
[122i386-default-job-01] | | `-- Extracting xorgproto-2020.1: .......... done
[122i386-default-job-01] | `-- Extracting libXdmcp-1.1.3: ......... done
[122i386-default-job-01] | `-- Installing libpthread-stubs-0.4...
[122i386-default-job-01] | `-- Extracting libpthread-stubs-0.4: .... done
[122i386-default-job-01] `-- Extracting libxcb-1.14_1: .......... done
[122i386-default-job-01] `-- Installing xkeyboard-config-2.31...
[122i386-default-job-01] `-- Extracting xkeyboard-config-2.31: .......... done
[122i386-default-job-01] Extracting libxkbcommon-1.0.1: .......... done
=====
Message from libxkbcommon-1.0.1:
--
If arrow keys don't work under X11 switch to legacy rules e.g.,
For sh/bash/ksh/zsh run and (optionally) add into ~/.profile:
export XKB_DEFAULT_RULES=xorg
For csh/tcsh run and (optionally) add into ~/.login:
setenv XKB_DEFAULT_RULES xorg
===> fuzzel-1.4.2 depends on shared library: libxkbcommon.so - found (/usr/local/lib/libxkbcommon.so)
===> Returning to build of fuzzel-1.4.2
===> fuzzel-1.4.2 depends on shared library: libcairo.so - not found
===> Installing existing package /packages/All/cairo-1.16.0_1,3.txz
[122i386-default-job-01] Installing cairo-1.16.0_1,3...
[122i386-default-job-01] `-- Installing libX11-1.6.12,1...
[122i386-default-job-01] `-- Extracting libX11-1.6.12,1: .......... done
[122i386-default-job-01] `-- Installing libXext-1.3.4,1...
[122i386-default-job-01] `-- Extracting libXext-1.3.4,1: .......... done
[122i386-default-job-01] `-- Installing libXrender-0.9.10_2...
[122i386-default-job-01] `-- Extracting libXrender-0.9.10_2: .......... done
[122i386-default-job-01] `-- Installing libglvnd-1.3.2...
[122i386-default-job-01] `-- Extracting libglvnd-1.3.2: .......... done
[122i386-default-job-01] Extracting cairo-1.16.0_1,3: .......... done
===> fuzzel-1.4.2 depends on shared library: libcairo.so - found (/usr/local/lib/libcairo.so)
===> Returning to build of fuzzel-1.4.2
===> fuzzel-1.4.2 depends on shared library: libgdk_pixbuf-2.0.so - not found
===> Installing existing package /packages/All/gdk-pixbuf2-2.40.0.txz
[122i386-default-job-01] Installing gdk-pixbuf2-2.40.0...
[122i386-default-job-01] `-- Installing jpeg-turbo-2.0.6...
[122i386-default-job-01] `-- Extracting jpeg-turbo-2.0.6: .......... done
[122i386-default-job-01] `-- Installing shared-mime-info-2.0...
[122i386-default-job-01] `-- Extracting shared-mime-info-2.0: .......... done
[122i386-default-job-01] `-- Installing tiff-4.1.0...
[122i386-default-job-01] | `-- Installing jbigkit-2.1_1...
[122i386-default-job-01] | `-- Extracting jbigkit-2.1_1: .......... done
[122i386-default-job-01] `-- Extracting tiff-4.1.0: .......... done
[122i386-default-job-01] Extracting gdk-pixbuf2-2.40.0: .......... done
===> fuzzel-1.4.2 depends on shared library: libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so)
===> Returning to build of fuzzel-1.4.2
===> fuzzel-1.4.2 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so)
===> fuzzel-1.4.2 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so)
===> fuzzel-1.4.2 depends on shared library: libgsf-1.so - not found
===> Installing existing package /packages/All/libgsf-1.14.47_1.txz
[122i386-default-job-01] Installing libgsf-1.14.47_1...
[122i386-default-job-01] Extracting libgsf-1.14.47_1: .......... done
===> fuzzel-1.4.2 depends on shared library: libgsf-1.so - found (/usr/local/lib/libgsf-1.so)
===> Returning to build of fuzzel-1.4.2
===> fuzzel-1.4.2 depends on shared library: librsvg-2.so - not found
===> Installing existing package /packages/All/librsvg2-rust-2.50.2.txz
[122i386-default-job-01] Installing librsvg2-rust-2.50.2...
[122i386-default-job-01] `-- Installing pango-1.42.4_5...
[122i386-default-job-01] | `-- Installing encodings-1.0.5,1...
[122i386-default-job-01] | `-- Extracting encodings-1.0.5,1: .......... done
[122i386-default-job-01] | `-- Installing fribidi-1.0.10...
[122i386-default-job-01] | `-- Extracting fribidi-1.0.10: .......... done
[122i386-default-job-01] | `-- Installing libXft-2.3.3...
[122i386-default-job-01] | `-- Extracting libXft-2.3.3: .......... done
[122i386-default-job-01] | `-- Installing xorg-fonts-truetype-7.7_1...
[122i386-default-job-01] | | `-- Installing dejavu-2.37_1...
[122i386-default-job-01] | | `-- Installing mkfontscale-1.2.1...
[122i386-default-job-01] | | | `-- Installing libfontenc-1.1.4...
[122i386-default-job-01] | | | `-- Extracting libfontenc-1.1.4: ......... done
[122i386-default-job-01] | | `-- Extracting mkfontscale-1.2.1: ....... done
[122i386-default-job-01] | | `-- Extracting dejavu-2.37_1: .......... done
[122i386-default-job-01] | | `-- Installing font-bh-ttf-1.0.3_4...
[122i386-default-job-01] | | `-- Extracting font-bh-ttf-1.0.3_4: .......... done
[122i386-default-job-01] | | `-- Installing font-misc-ethiopic-1.0.4...
[122i386-default-job-01] | | `-- Extracting font-misc-ethiopic-1.0.4: ...... done
[122i386-default-job-01] | | `-- Installing font-misc-meltho-1.0.3_4...
[122i386-default-job-01] | | `-- Extracting font-misc-meltho-1.0.3_4: .......... done
[122i386-default-job-01] `-- Extracting pango-1.42.4_5: .......... done
[122i386-default-job-01] Extracting librsvg2-rust-2.50.2: .......... done
=====
Message from dejavu-2.37_1:
--
Make sure that the freetype module is loaded. If it is not, add the following
line to the "Modules" section of your X Windows configuration file:
Load "freetype"
Add the following line to the "Files" section of X Windows configuration file:
FontPath "/usr/local/share/fonts/dejavu/"
Note: your X Windows configuration file is typically /etc/X11/XF86Config
if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org.
===> fuzzel-1.4.2 depends on shared library: librsvg-2.so - found (/usr/local/lib/librsvg-2.so)
===> Returning to build of fuzzel-1.4.2
===> fuzzel-1.4.2 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so)
===> fuzzel-1.4.2 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so)
===========================================================================
=>> Recording filesystem state for prebuild... done
=======================<phase: configure >============================
===> fuzzel-1.4.2 depends on package: tllist>=1.0.1 - found
===> fuzzel-1.4.2 depends on package: wayland-protocols>0 - found
===> fuzzel-1.4.2 depends on executable: scdoc - found
===> fuzzel-1.4.2 depends on executable: meson - found
===> fuzzel-1.4.2 depends on executable: ninja - found
===> fuzzel-1.4.2 depends on package: pkgconf>=1.3.0_1 - found
===> fuzzel-1.4.2 depends on file: /usr/local/libdata/pkgconfig/pixman-1.pc - found
===> fuzzel-1.4.2 depends on shared library: libepoll-shim.so - found (/usr/local/lib/libepoll-shim.so)
===> fuzzel-1.4.2 depends on shared library: libwayland-client.so - found (/usr/local/lib/libwayland-client.so)
===> fuzzel-1.4.2 depends on shared library: libfcft.so - found (/usr/local/lib/libfcft.so)
===> fuzzel-1.4.2 depends on shared library: libxkbcommon.so - found (/usr/local/lib/libxkbcommon.so)
===> fuzzel-1.4.2 depends on shared library: libcairo.so - found (/usr/local/lib/libcairo.so)
===> fuzzel-1.4.2 depends on shared library: libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so)
===> fuzzel-1.4.2 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so)
===> fuzzel-1.4.2 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so)
===> fuzzel-1.4.2 depends on shared library: libgsf-1.so - found (/usr/local/lib/libgsf-1.so)
===> fuzzel-1.4.2 depends on shared library: librsvg-2.so - found (/usr/local/lib/librsvg-2.so)
===> fuzzel-1.4.2 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so)
===> fuzzel-1.4.2 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so)
===> Configuring for fuzzel-1.4.2
The Meson build system
Version: 0.56.0
Source dir: /wrkdirs/usr/ports/x11/fuzzel/work/fuzzel
Build dir: /wrkdirs/usr/ports/x11/fuzzel/work/fuzzel/_build
Build type: native build
Project name: fuzzel
Project version: 1.4.2
Using 'CC' from environment with value: 'cc'
Using 'CFLAGS' from environment with value: '-O2 -pipe -fstack-protector-strong -fno-strict-aliasing '
Using 'LDFLAGS' from environment with value: ' -fstack-protector-strong '
Using 'CPPFLAGS' from environment with value: ''
C compiler for the host machine: cc (clang 10.0.1 "FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2)")
C linker for the host machine: cc ld.lld 10.0.1
Using 'CC' from environment with value: 'cc'
Using 'CFLAGS' from environment with value: '-O2 -pipe -fstack-protector-strong -fno-strict-aliasing '
Using 'LDFLAGS' from environment with value: ' -fstack-protector-strong '
Using 'CPPFLAGS' from environment with value: ''
Host machine cpu family: x86
Host machine cpu: i386
Checking for function "memfd_create" : NO
Compiler for C supports arguments -fmacro-prefix-map=/foo=: YES
Using 'PKG_CONFIG' from environment with value: 'pkgconf'
Found pkg-config: /usr/local/bin/pkgconf (1.7.3)
Run-time dependency pixman-1 found: YES 0.40.0
Run-time dependency cairo found: YES 1.16.0
Run-time dependency cairo-ft found: YES 1.16.0
Run-time dependency epoll-shim found: YES
Run-time dependency librsvg-2.0 found: YES 2.50.2
Run-time dependency wayland-protocols found: YES 1.20
Run-time dependency wayland-client found: YES 1.18.0
Run-time dependency wayland-cursor found: YES 1.18.0
Run-time dependency xkbcommon found: YES 1.0.1
Run-time dependency tllist found: YES 1.0.2
Run-time dependency fcft found: YES 2.3.2
Using 'PKG_CONFIG' from environment with value: 'pkgconf'
Found pkg-config: /usr/local/bin/pkgconf (1.7.3)
Build-time dependency wayland-scanner found: YES 1.18.0
Program /usr/local/bin/wayland-scanner found: YES (/usr/local/bin/wayland-scanner)
Program sh found: YES (/bin/sh)
Build-time dependency scdoc found: YES 1.11.1
Program /usr/local/bin/scdoc found: YES (/usr/local/bin/scdoc)
Build targets in project: 9
Found ninja-1.10.2 at /usr/local/bin/ninja
===========================================================================
=======================<phase: build >============================
===> Building for fuzzel-1.4.2
[1/24] /usr/local/bin/wayland-scanner client-header ../external/wlr-layer-shell-unstable-v1.xml wlr-layer-shell-unstable-v1.h
[2/24] /usr/local/bin/wayland-scanner private-code ../external/wlr-layer-shell-unstable-v1.xml wlr-layer-shell-unstable-v1.c
[3/24] /usr/local/bin/wayland-scanner client-header //usr/local/share/wayland-protocols/stable/xdg-shell/xdg-shell.xml xdg-shell.h
[4/24] /usr/local/bin/wayland-scanner private-code //usr/local/share/wayland-protocols/stable/xdg-shell/xdg-shell.xml xdg-shell.c
[5/24] /usr/local/bin/wayland-scanner private-code //usr/local/share/wayland-protocols/unstable/xdg-output/xdg-output-unstable-v1.xml xdg-output-unstable-v1.c
[6/24] ../generate-version.sh 1.4.2 .. version.h
[7/24] /usr/local/bin/wayland-scanner client-header //usr/local/share/wayland-protocols/unstable/xdg-output/xdg-output-unstable-v1.xml xdg-output-unstable-v1.h
[8/24] cc -Ifuzzel.p -I. -I.. -I/usr/local/include/pixman-1 -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/libepoll-shim -I/usr/local/include/librsvg-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/harfbuzz -Xclang -fcolor-diagnostics -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -std=c18 -O3 -D_GNU_SOURCE -fmacro-prefix-map=../= -O2 -fstack-protector-strong -fno-strict-aliasing -pthread -D_THREAD_SAFE -MD -MQ fuzzel.p/meson-generated_.._wlr-layer-shell-unstable-v1.c.o -MF fuzzel.p/meson-generated_.._wlr-layer-shell-unstable-v1.c.o.d -o fuzzel.p/meson-generated_.._wlr-layer-shell-unstable-v1.c.o -c wlr-layer-shell-unstable-v1.c
[9/24] cc -Ifuzzel.p -I. -I.. -I/usr/local/include/pixman-1 -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/libepoll-shim -I/usr/local/include/librsvg-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/harfbuzz -Xclang -fcolor-diagnostics -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -std=c18 -O3 -D_GNU_SOURCE -fmacro-prefix-map=../= -O2 -fstack-protector-strong -fno-strict-aliasing -pthread -D_THREAD_SAFE -MD -MQ fuzzel.p/meson-generated_.._xdg-shell.c.o -MF fuzzel.p/meson-generated_.._xdg-shell.c.o.d -o fuzzel.p/meson-generated_.._xdg-shell.c.o -c xdg-shell.c
[10/24] cc -Ifuzzel.p -I. -I.. -I/usr/local/include/pixman-1 -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/libepoll-shim -I/usr/local/include/librsvg-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/harfbuzz -Xclang -fcolor-diagnostics -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -std=c18 -O3 -D_GNU_SOURCE -fmacro-prefix-map=../= -O2 -fstack-protector-strong -fno-strict-aliasing -pthread -D_THREAD_SAFE -MD -MQ fuzzel.p/meson-generated_.._xdg-output-unstable-v1.c.o -MF fuzzel.p/meson-generated_.._xdg-output-unstable-v1.c.o.d -o fuzzel.p/meson-generated_.._xdg-output-unstable-v1.c.o -c xdg-output-unstable-v1.c
[11/24] cc -Ifuzzel.p -I. -I.. -I/usr/local/include/pixman-1 -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/libepoll-shim -I/usr/local/include/librsvg-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/harfbuzz -Xclang -fcolor-diagnostics -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -std=c18 -O3 -D_GNU_SOURCE -fmacro-prefix-map=../= -O2 -fstack-protector-strong -fno-strict-aliasing -pthread -D_THREAD_SAFE -MD -MQ fuzzel.p/log.c.o -MF fuzzel.p/log.c.o.d -o fuzzel.p/log.c.o -c ../log.c
[12/24] cc -Ifuzzel.p -I. -I.. -I/usr/local/include/pixman-1 -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/libepoll-shim -I/usr/local/include/librsvg-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/harfbuzz -Xclang -fcolor-diagnostics -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -std=c18 -O3 -D_GNU_SOURCE -fmacro-prefix-map=../= -O2 -fstack-protector-strong -fno-strict-aliasing -pthread -D_THREAD_SAFE -MD -MQ fuzzel.p/dmenu.c.o -MF fuzzel.p/dmenu.c.o.d -o fuzzel.p/dmenu.c.o -c ../dmenu.c
[13/24] cc -Ifuzzel.p -I. -I.. -I/usr/local/include/pixman-1 -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/libepoll-shim -I/usr/local/include/librsvg-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/harfbuzz -Xclang -fcolor-diagnostics -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -std=c18 -O3 -D_GNU_SOURCE -fmacro-prefix-map=../= -O2 -fstack-protector-strong -fno-strict-aliasing -pthread -D_THREAD_SAFE -MD -MQ fuzzel.p/fdm.c.o -MF fuzzel.p/fdm.c.o.d -o fuzzel.p/fdm.c.o -c ../fdm.c
[14/24] cc -Ifuzzel.p -I. -I.. -I/usr/local/include/pixman-1 -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/libepoll-shim -I/usr/local/include/librsvg-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/harfbuzz -Xclang -fcolor-diagnostics -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -std=c18 -O3 -D_GNU_SOURCE -fmacro-prefix-map=../= -O2 -fstack-protector-strong -fno-strict-aliasing -pthread -D_THREAD_SAFE -MD -MQ fuzzel.p/prompt.c.o -MF fuzzel.p/prompt.c.o.d -o fuzzel.p/prompt.c.o -c ../prompt.c
[15/24] cc -Ifuzzel.p -I. -I.. -I/usr/local/include/pixman-1 -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/libepoll-shim -I/usr/local/include/librsvg-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/harfbuzz -Xclang -fcolor-diagnostics -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -std=c18 -O3 -D_GNU_SOURCE -fmacro-prefix-map=../= -O2 -fstack-protector-strong -fno-strict-aliasing -pthread -D_THREAD_SAFE -MD -MQ fuzzel.p/application.c.o -MF fuzzel.p/application.c.o.d -o fuzzel.p/application.c.o -c ../application.c
[16/24] /usr/local/bin/meson --internal exe --capture doc/fuzzel.1 -- /bin/sh -c '/usr/local/bin/scdoc < ../doc/fuzzel.scd'
[17/24] cc -Ifuzzel.p -I. -I.. -I/usr/local/include/pixman-1 -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/libepoll-shim -I/usr/local/include/librsvg-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/harfbuzz -Xclang -fcolor-diagnostics -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -std=c18 -O3 -D_GNU_SOURCE -fmacro-prefix-map=../= -O2 -fstack-protector-strong -fno-strict-aliasing -pthread -D_THREAD_SAFE -MD -MQ fuzzel.p/match.c.o -MF fuzzel.p/match.c.o.d -o fuzzel.p/match.c.o -c ../match.c
[18/24] cc -Ifuzzel.p -I. -I.. -I/usr/local/include/pixman-1 -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/libepoll-shim -I/usr/local/include/librsvg-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/harfbuzz -Xclang -fcolor-diagnostics -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -std=c18 -O3 -D_GNU_SOURCE -fmacro-prefix-map=../= -O2 -fstack-protector-strong -fno-strict-aliasing -pthread -D_THREAD_SAFE -MD -MQ fuzzel.p/shm.c.o -MF fuzzel.p/shm.c.o.d -o fuzzel.p/shm.c.o -c ../shm.c
[19/24] cc -Ifuzzel.p -I. -I.. -I/usr/local/include/pixman-1 -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/libepoll-shim -I/usr/local/include/librsvg-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/harfbuzz -Xclang -fcolor-diagnostics -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -std=c18 -O3 -D_GNU_SOURCE -fmacro-prefix-map=../= -O2 -fstack-protector-strong -fno-strict-aliasing -pthread -D_THREAD_SAFE -MD -MQ fuzzel.p/icon.c.o -MF fuzzel.p/icon.c.o.d -o fuzzel.p/icon.c.o -c ../icon.c
[20/24] cc -Ifuzzel.p -I. -I.. -I/usr/local/include/pixman-1 -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/libepoll-shim -I/usr/local/include/librsvg-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/harfbuzz -Xclang -fcolor-diagnostics -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -std=c18 -O3 -D_GNU_SOURCE -fmacro-prefix-map=../= -O2 -fstack-protector-strong -fno-strict-aliasing -pthread -D_THREAD_SAFE -MD -MQ fuzzel.p/main.c.o -MF fuzzel.p/main.c.o.d -o fuzzel.p/main.c.o -c ../main.c
[21/24] cc -Ifuzzel.p -I. -I.. -I/usr/local/include/pixman-1 -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/libepoll-shim -I/usr/local/include/librsvg-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/harfbuzz -Xclang -fcolor-diagnostics -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -std=c18 -O3 -D_GNU_SOURCE -fmacro-prefix-map=../= -O2 -fstack-protector-strong -fno-strict-aliasing -pthread -D_THREAD_SAFE -MD -MQ fuzzel.p/render.c.o -MF fuzzel.p/render.c.o.d -o fuzzel.p/render.c.o -c ../render.c
[22/24] cc -Ifuzzel.p -I. -I.. -I/usr/local/include/pixman-1 -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/libepoll-shim -I/usr/local/include/librsvg-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/harfbuzz -Xclang -fcolor-diagnostics -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -std=c18 -O3 -D_GNU_SOURCE -fmacro-prefix-map=../= -O2 -fstack-protector-strong -fno-strict-aliasing -pthread -D_THREAD_SAFE -MD -MQ fuzzel.p/xdg.c.o -MF fuzzel.p/xdg.c.o.d -o fuzzel.p/xdg.c.o -c ../xdg.c
[23/24] cc -Ifuzzel.p -I. -I.. -I/usr/local/include/pixman-1 -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/libepoll-shim -I/usr/local/include/librsvg-2.0 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/harfbuzz -Xclang -fcolor-diagnostics -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -std=c18 -O3 -D_GNU_SOURCE -fmacro-prefix-map=../= -O2 -fstack-protector-strong -fno-strict-aliasing -pthread -D_THREAD_SAFE -MD -MQ fuzzel.p/wayland.c.o -MF fuzzel.p/wayland.c.o.d -o fuzzel.p/wayland.c.o -c ../wayland.c
[24/24] cc -o fuzzel fuzzel.p/meson-generated_.._wlr-layer-shell-unstable-v1.c.o fuzzel.p/meson-generated_.._xdg-shell.c.o fuzzel.p/meson-generated_.._xdg-output-unstable-v1.c.o fuzzel.p/application.c.o fuzzel.p/dmenu.c.o fuzzel.p/fdm.c.o fuzzel.p/icon.c.o fuzzel.p/log.c.o fuzzel.p/main.c.o fuzzel.p/match.c.o fuzzel.p/prompt.c.o fuzzel.p/render.c.o fuzzel.p/shm.c.o fuzzel.p/wayland.c.o fuzzel.p/xdg.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fstack-protector-strong -Wl,--start-group /usr/local/lib/libpixman-1.so /usr/local/lib/libcairo.so -lpthread /usr/local/lib/libfreetype.so /usr/local/lib/libepoll-shim.so /usr/local/lib/librsvg-2.so -lm /usr/local/lib/libgio-2.0.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libwayland-client.so /usr/local/lib/libwayland-cursor.so /usr/local/lib/libxkbcommon.so /usr/local/lib/libfcft.so -Wl,--end-group
===========================================================================
=>> Checking for filesystem violations... done
=======================<phase: run-depends >============================
===> fuzzel-1.4.2 depends on file: /usr/local/libdata/pkgconfig/pixman-1.pc - found
===========================================================================
=>> Recording filesystem state for prestage... done
=======================<phase: stage >============================
===> Staging for fuzzel-1.4.2
===> fuzzel-1.4.2 depends on file: /usr/local/libdata/pkgconfig/pixman-1.pc - found
===> Generating temporary packing list
[1/4] ../generate-version.sh 1.4.2 .. version.h
[1/2] /usr/local/bin/meson install --no-rebuild
Installing fuzzel to /wrkdirs/usr/ports/x11/fuzzel/work/stage/usr/local/bin
Stripping target 'fuzzel' using strip.
Installing doc/fuzzel.1 to /wrkdirs/usr/ports/x11/fuzzel/work/stage/usr/local/man/man1
Installing /wrkdirs/usr/ports/x11/fuzzel/work/fuzzel/LICENSE to /wrkdirs/usr/ports/x11/fuzzel/work/stage/usr/local/share/doc/fuzzel
Installing /wrkdirs/usr/ports/x11/fuzzel/work/fuzzel/README.md to /wrkdirs/usr/ports/x11/fuzzel/work/stage/usr/local/share/doc/fuzzel
Installing /wrkdirs/usr/ports/x11/fuzzel/work/fuzzel/CHANGELOG.md to /wrkdirs/usr/ports/x11/fuzzel/work/stage/usr/local/share/doc/fuzzel
Installing /wrkdirs/usr/ports/x11/fuzzel/work/fuzzel/completions/zsh/_fuzzel to /wrkdirs/usr/ports/x11/fuzzel/work/stage/usr/local/share/zsh/site-functions
====> Compressing man pages (compress-man)
===========================================================================
====> Running Q/A tests (stage-qa)
Warning: Possible REINPLACE_CMD issues:
- - REINPLACE_CMD ran, but did not modify file contents: xdg.c
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for items in pkg-plist which are not in STAGEDIR
===> No pkg-plist issues found (check-plist)
=>> Checking for staging violations... done
=======================<phase: package >============================
===> Building package for fuzzel-1.4.2
===========================================================================
=>> Recording filesystem state for preinst... done
=======================<phase: install >============================
===> Installing for fuzzel-1.4.2
===> Checking if fuzzel is already installed
===> Registering installation for fuzzel-1.4.2
[122i386-default-job-01] Installing fuzzel-1.4.2...
===========================================================================
=>> Checking shared library dependencies
0x00000001 NEEDED Shared library: [libc.so.7]
0x00000001 NEEDED Shared library: [libcairo.so.2]
0x00000001 NEEDED Shared library: [libepoll-shim.so.0]
0x00000001 NEEDED Shared library: [libfcft.so.3]
0x00000001 NEEDED Shared library: [libgobject-2.0.so.0]
0x00000001 NEEDED Shared library: [libm.so.5]
0x00000001 NEEDED Shared library: [libpixman-1.so.0]
0x00000001 NEEDED Shared library: [librsvg-2.so.2]
0x00000001 NEEDED Shared library: [libwayland-client.so.0]
0x00000001 NEEDED Shared library: [libwayland-cursor.so.0]
0x00000001 NEEDED Shared library: [libxkbcommon.so.0]
=======================<phase: deinstall >============================
===> Deinstalling for fuzzel
===> Deinstalling fuzzel-1.4.2
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:
fuzzel: 1.4.2
Number of packages to be removed: 1
[122i386-default-job-01] [1/1] Deinstalling fuzzel-1.4.2...
[122i386-default-job-01] [1/1] Deleting files for fuzzel-1.4.2: ...... done
===========================================================================
=>> Checking for extra files and directories
=>> Cleaning up wrkdir
===> Cleaning for fuzzel-1.4.2
build of x11/fuzzel | fuzzel-1.4.2 ended at Sun Dec 20 19:41:51 CAT 2020
build time: 00:00:21

Event Timeline

jbeich created this object in space S1 Global.