Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Sep 2022 07:42:18 -0400
From:      =?UTF-8?B?SmVzw7pz?= Daniel Colmenares Oviedo <DtxdF@disroot.org>
To:        ports@freebsd.org
Subject:   Re: libcrypto was not found in the pkg-config search path
Message-ID:  <20220915074218.2d8aaa24@dtxdf-laptop>
In-Reply-To: <H4Tx7tIo3nOybhkt4gHjiJ7oxFbelE3YMZFZbNroXqyB4wgnYNMe74N0tC7fIR8AfcROzmx2OTV0BiJTJRwCYoZerele7KZB9jbj9Jk-taQ=@proton.me>
References:  <y67wo0IZCO1z-Ys53u8i34VJL-QYBsgh_veIv32ERH5gBAV6Hy9qVc_-WXKiigJgSVwtvCOhLFW2xNhLHS8lX3WZewJzKWbAJSu6iBeWYjU=@proton.me> <20220913212838.6429bf61@dtxdf-laptop> <H4Tx7tIo3nOybhkt4gHjiJ7oxFbelE3YMZFZbNroXqyB4wgnYNMe74N0tC7fIR8AfcROzmx2OTV0BiJTJRwCYoZerele7KZB9jbj9Jk-taQ=@proton.me>

next in thread | previous in thread | raw e-mail | index | archive | help
--MP_/UK5+xKt80m6O/25uD7zh4pM
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

> Hi,
> 
> Thanks for taking the time to test.
> Actually, the issue is only with the new kitty 0.26.2.
> Would it be possible for you to test this version on poudriere and confirm you also have this issue ?
> 
> 
> For the bug with libepoll-shim, we are waiting on Q4 : https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265017
> 
> Alexis

Yes, I confirm. I can reproduce this issue with the new version:

---
Package libcrypto was not found in the pkg-config search path.
Perhaps you should add the directory containing `libcrypto.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libcrypto', required by 'virtual:world', not found
CC: ['cc'] (13, 0)
The package libcrypto was not found on your system
*** Error code 1

Stop.
make: stopped in /usr/ports/x11/kitty
---

I made some changes to the port to see if I can compile it:

---
diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile
index 2d9229c9a5..f11ec0b588 100644
--- a/x11/kitty/Makefile
+++ b/x11/kitty/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	kitty
-DISTVERSION=	0.25.2
+DISTVERSION=	0.26.2
 PORTREVISION=	1
 CATEGORIES=	x11 wayland
 MASTER_SITES=	https://github.com/kovidgoyal/${PORTNAME}/releases/download/v${DISTVERSION}/
@@ -15,6 +15,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}furo>0:textproc/py-furo@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sphinx-copybutton>0:textproc/py-sphinx-copybutton@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sphinx-inline-tabs>0:textproc/py-sphinx-inline-tabs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sphinxext-opengraph>0:textproc/py-sphinxext-opengraph@${PY_FLAVOR} \
+		openssl>0:security/openssl \
 		sphinx-build:textproc/py-sphinx@${PY_FLAVOR} \
 		wayland-protocols>=0:graphics/wayland-protocols
 LIB_DEPENDS=	libdbus-1.so:devel/dbus \
diff --git a/x11/kitty/distinfo b/x11/kitty/distinfo
index e2d938b113..3e11243fb1 100644
--- a/x11/kitty/distinfo
+++ b/x11/kitty/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1660419246
-SHA256 (kitty-0.25.2.tar.xz) = a20a470490fee05bd4bd0ce0964b5b87df1fabe51f05fa076364bbfe2ee4e03c
-SIZE (kitty-0.25.2.tar.xz) = 4681940
+TIMESTAMP = 1663234885
+SHA256 (kitty-0.26.2.tar.xz) = 586ff599c5a3f31831b2a32dd9faafacb6c3581f2561f8ddcab0ba815bc7dab4
+SIZE (kitty-0.26.2.tar.xz) = 4716932
diff --git a/x11/kitty/pkg-plist b/x11/kitty/pkg-plist
index 1d5a72f7db..870f81dbc8 100644
--- a/x11/kitty/pkg-plist
+++ b/x11/kitty/pkg-plist
@@ -36,8 +36,7 @@ lib/kitty/kittens/mouse_demo/__init__.py
 lib/kitty/kittens/mouse_demo/main.py
 lib/kitty/kittens/panel/__init__.py
 lib/kitty/kittens/panel/main.py
-lib/kitty/kittens/prewarm/__init__.py
-lib/kitty/kittens/prewarm/main.py
+lib/kitty/kitty/prewarm.py
 lib/kitty/kittens/query_terminal/__init__.py
 lib/kitty/kittens/query_terminal/main.py
 lib/kitty/kittens/remote_file/__init__.py

---

I have sent the poudriere-testport log as an attachment. It can compile, but I have a doubt. I have added openssl as a build dependency, but I don't known if it is required also as a run dependency. I can't use kitty because my laptop is too old and my box where poudriere runs too, so it is necessary to check if kitty can run without problems. I guess so because fast_data_types.so depends on it, but check it.

The only error is in stage-qa:

---
Error: /usr/local/lib/kitty/kitty/fast_data_types.so is linked to /usr/local/lib/libcrypto.so.11 from security/openssl but it is not declared as a dependency
---

But when I add it:

---
All LIB_DEPENDS should use the new format and start out with lib. (libfoo.so
vs foo.so)
---

The library is in lib/kitty/kitty/fast_data_types.so.

--MP_/UK5+xKt80m6O/25uD7zh4pM
Content-Type: text/x-log
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=kitty-0.26.2.log

build started at Thu Sep 15 07:01:50 -04 2022
port directory: /usr/ports/x11/kitty
package name: kitty-0.26.2
building for: FreeBSD 131amd64-stable 13.1-RELEASE-p2 FreeBSD 13.1-RELEASE-p2 amd64
maintained by: alexis.praga@free.fr
Makefile datestamp: -rw-r--r--  1 root  wheel  3271 Sep 15 10:57 /usr/ports/x11/kitty/Makefile
Ports top last git commit: f98586797
Ports top unclean checkout: yes
Port dir last git commit: 7c2d326ef
Port dir unclean checkout: yes
Poudriere version: poudriere-git-3.3.99.20220713
Host OSVERSION: 1301000
Jail OSVERSION: 1301000
Job Id: 

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1301000
UNAME_v=FreeBSD 13.1-RELEASE-p2
UNAME_r=13.1-RELEASE-p2
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
POUDRIERE_NAME=poudriere-git
TRYBROKEN=yes
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.3.99.20220713
MASTERMNT=/usr/local/poudriere/data/.m/131amd64-stable/ref
LC_COLLATE=C
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=screen
OUTPUT_REDIRECTED_STDERR=4
OUTPUT_REDIRECTED=1
PWD=/usr/local/poudriere/data/.m/131amd64-stable/ref/.p
OUTPUT_REDIRECTED_STDOUT=3
NO_WARNING_PKG_INSTALL_EOL=yes
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=131amd64-stable
SCRIPTPREFIX=/usr/local/share/poudriere
SCRIPTNAME=testport.sh
OLDPWD=/usr/local/poudriere/data/.m/131amd64-stable/ref/.p
POUDRIERE_PKGNAME=poudriere-git-3.3.99.20220713
SCRIPTPATH=/usr/local/share/poudriere/testport.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=PACKAGES=/tmp/pkgs PKGREPOSITORY=/tmp/pkgs PKGLATESTREPOSITORY=/tmp/pkgs/Latest
FLAVOR=
DEPENDS_ARGS=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
---End OPTIONS List---

--MAINTAINER--
alexis.praga@free.fr
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
MAKE=gmake PKG_CONFIG=pkgconf PYTHON="/usr/local/bin/python3.9" XDG_DATA_HOME=/wrkdirs/usr/ports/x11/kitty/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11/kitty/work  XDG_CACHE_HOME=/wrkdirs/usr/ports/x11/kitty/work/.cache  HOME=/wrkdirs/usr/ports/x11/kitty/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/x11/kitty/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/x11/kitty/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/x11/kitty/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11/kitty/work  XDG_CACHE_HOME=/wrkdirs/usr/ports/x11/kitty/work/.cache  HOME=/wrkdirs/usr/ports/x11/kitty/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/x11/kitty/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/x11/kitty/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/libdata/pkgconfig NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS="`pkg-config --cflags epoll-shim-interpose`"  LDFLAGS=" `pkg-config --libs epoll-shim-interpose` -Wl,-rpath=/usr/local/lib -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--
PYTHON_INCLUDEDIR=include/python3.9  PYTHON_LIBDIR=lib/python3.9  PYTHON_PLATFORM=freebsd13  PYTHON_SITELIBDIR=lib/python3.9/site-packages  PYTHON_SUFFIX=39  PYTHON_EXT_SUFFIX=.cpython-39  PYTHON_VER=3.9  PYTHON_VERSION=python3.9 PYTHON2="@comment " PYTHON3="" OSREL=13.1 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/kitty"  EXAMPLESDIR="share/examples/kitty"  DATADIR="share/kitty"  WWWDIR="www/kitty"  ETCDIR="etc/kitty"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/kitty DOCSDIR=/usr/local/share/doc/kitty EXAMPLESDIR=/usr/local/share/examples/kitty  WWWDIR=/usr/local/www/kitty ETCDIR=/usr/local/etc/kitty
--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
####  ####
LICENSES_ACCEPTED+=	NONE
WITH_CCACHE_BUILD=yes
CCACHE_DIR=/root/.ccache
#### Misc Poudriere ####
.include "/etc/make.conf.ports_env"
GID=0
UID=0
---End make.conf---
--Resource limits--
cpu time               (seconds, -t)  unlimited
file size           (512-blocks, -f)  unlimited
data seg size           (kbytes, -d)  33554432
stack size              (kbytes, -s)  524288
core file size      (512-blocks, -c)  unlimited
max memory size         (kbytes, -m)  unlimited
locked memory           (kbytes, -l)  unlimited
max user processes              (-u)  15872
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   >============================
===== env: DEVELOPER_MODE=yes DEVELOPER=1 STRICT_DEPENDS=yes USER=root UID=0 GID=0
===>  License GPLv3 accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===== env: DEVELOPER_MODE=yes USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0
===>   kitty-0.26.2 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.18.3.pkg
[131amd64-stable] Installing pkg-1.18.3...
[131amd64-stable] Extracting pkg-1.18.3: .......... done
===>   kitty-0.26.2 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of kitty-0.26.2
===========================================================================
=======================<phase: fetch-depends  >============================
===== env: DEVELOPER_MODE=yes USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0
===========================================================================
=======================<phase: fetch          >============================
===== env: DEVELOPER_MODE=yes STRICT_DEPENDS=yes USER=root UID=0 GID=0
===>  License GPLv3 accepted by the user
===>   kitty-0.26.2 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by kitty-0.26.2 for building
===========================================================================
=======================<phase: checksum       >============================
===== env: DEVELOPER_MODE=yes STRICT_DEPENDS=yes USER=root UID=0 GID=0
===>  License GPLv3 accepted by the user
===>   kitty-0.26.2 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by kitty-0.26.2 for building
=> SHA256 Checksum OK for kitty-0.26.2.tar.xz.
===========================================================================
=======================<phase: extract-depends>============================
===== env: DEVELOPER_MODE=yes USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0
===========================================================================
=======================<phase: extract        >============================
===== env: DEVELOPER_MODE=yes STRICT_DEPENDS=yes USER=root UID=0 GID=0
===>  License GPLv3 accepted by the user
===>   kitty-0.26.2 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by kitty-0.26.2 for building
===>  Extracting for kitty-0.26.2
=> SHA256 Checksum OK for kitty-0.26.2.tar.xz.
===========================================================================
=======================<phase: patch-depends  >============================
===== env: DEVELOPER_MODE=yes USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0
===========================================================================
=======================<phase: patch          >============================
===== env: DEVELOPER_MODE=yes DEVELOPER=1 STRICT_DEPENDS=yes USER=root UID=0 GID=0
===>  Patching for kitty-0.26.2
===========================================================================
=======================<phase: build-depends  >============================
===== env: DEVELOPER_MODE=yes USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0
===>   kitty-0.26.2 depends on package: py39-furo>0 - not found
===>   Installing existing package /packages/All/py39-furo-2022.6.21.pkg
[131amd64-stable] Installing py39-furo-2022.6.21...
[131amd64-stable] `-- Installing py39-beautifulsoup-4.11.1...
[131amd64-stable] |   `-- Installing py39-html5lib-1.0.1...
[131amd64-stable] |   | `-- Installing py39-setuptools-62.1.0_1...
[131amd64-stable] |   |   `-- Installing python39-3.9.13...
[131amd64-stable] |   |   | `-- Installing gettext-runtime-0.21...
[131amd64-stable] |   |   |   `-- Installing indexinfo-0.3.1...
[131amd64-stable] |   |   |   `-- Extracting indexinfo-0.3.1: .... done
[131amd64-stable] |   |   | `-- Extracting gettext-runtime-0.21: .......... done
[131amd64-stable] |   |   | `-- Installing libffi-3.4.2...
[131amd64-stable] |   |   | `-- Extracting libffi-3.4.2: .......... done
[131amd64-stable] |   |   | `-- Installing mpdecimal-2.5.1...
[131amd64-stable] |   |   | `-- Extracting mpdecimal-2.5.1: .......... done
[131amd64-stable] |   |   | `-- Installing readline-8.1.2...
[131amd64-stable] |   |   | `-- Extracting readline-8.1.2: .......... done
[131amd64-stable] |   |   `-- Extracting python39-3.9.13: .......... done
[131amd64-stable] |   | `-- Extracting py39-setuptools-62.1.0_1: .......... done
[131amd64-stable] |   | `-- Installing py39-six-1.16.0...
[131amd64-stable] |   | `-- Extracting py39-six-1.16.0: .......... done
[131amd64-stable] |   | `-- Installing py39-webencodings-0.5.1...
[131amd64-stable] |   | `-- Extracting py39-webencodings-0.5.1: .......... done
[131amd64-stable] |   `-- Extracting py39-html5lib-1.0.1: .......... done
[131amd64-stable] |   `-- Installing py39-lxml-4.9.0...
[131amd64-stable] |   | `-- Installing libxml2-2.9.13_2...
[131amd64-stable] |   | `-- Extracting libxml2-2.9.13_2: .......... done
[131amd64-stable] |   | `-- Installing libxslt-1.1.35_3...
[131amd64-stable] |   |   `-- Installing libgcrypt-1.9.4_1...
[131amd64-stable] |   |   | `-- Installing libgpg-error-1.45...
[131amd64-stable] |   |   | `-- Extracting libgpg-error-1.45: .......... done
[131amd64-stable] |   |   `-- Extracting libgcrypt-1.9.4_1: .......... done
[131amd64-stable] |   | `-- Extracting libxslt-1.1.35_3: .......... done
[131amd64-stable] |   `-- Extracting py39-lxml-4.9.0: .......... done
[131amd64-stable] |   `-- Installing py39-soupsieve-2.0.1...
[131amd64-stable] |   `-- Extracting py39-soupsieve-2.0.1: .......... done
[131amd64-stable] `-- Extracting py39-beautifulsoup-4.11.1: .......... done
[131amd64-stable] `-- Installing py39-pygments-2.9.0...
[131amd64-stable] `-- Extracting py39-pygments-2.9.0: .......... done
[131amd64-stable] `-- Installing py39-sphinx-4.5.0,1...
[131amd64-stable] |   `-- Installing ca_root_nss-3.78...
[131amd64-stable] |   `-- Extracting ca_root_nss-3.78: .......... done
[131amd64-stable] |   `-- Installing py39-Babel-2.10.2...
[131amd64-stable] |   | `-- Installing py39-pytz-2021.3,1...
[131amd64-stable] |   | `-- Extracting py39-pytz-2021.3,1: .......... done
[131amd64-stable] |   `-- Extracting py39-Babel-2.10.2: .......... done
[131amd64-stable] |   `-- Installing py39-Jinja2-3.0.1...
[131amd64-stable] |   | `-- Installing py39-markupsafe-2.1.1...
[131amd64-stable] |   | `-- Extracting py39-markupsafe-2.1.1: .......... done
[131amd64-stable] |   `-- Extracting py39-Jinja2-3.0.1: .......... done
[131amd64-stable] |   `-- Installing py39-alabaster-0.7.12...
[131amd64-stable] |   `-- Extracting py39-alabaster-0.7.12: .......... done
[131amd64-stable] |   `-- Installing py39-docutils-0.17.1,1...
[131amd64-stable] |   `-- Extracting py39-docutils-0.17.1,1: .......... done
[131amd64-stable] |   `-- Installing py39-imagesize-1.3.0...
[131amd64-stable] |   `-- Extracting py39-imagesize-1.3.0: .......... done
[131amd64-stable] |   `-- Installing py39-importlib-metadata-4.8.1...
[131amd64-stable] |   | `-- Installing py39-zipp-3.4.0...
[131amd64-stable] |   | `-- Extracting py39-zipp-3.4.0: .......... done
[131amd64-stable] |   `-- Extracting py39-importlib-metadata-4.8.1: .......... done
[131amd64-stable] |   `-- Installing py39-packaging-21.3...
[131amd64-stable] |   | `-- Installing py39-pyparsing-3.0.9...
[131amd64-stable] |   | `-- Extracting py39-pyparsing-3.0.9: .......... done
[131amd64-stable] |   `-- Extracting py39-packaging-21.3: .......... done
[131amd64-stable] |   `-- Installing py39-requests-2.28.0...
[131amd64-stable] |   | `-- Installing py39-certifi-2022.5.18.1...
[131amd64-stable] |   | `-- Extracting py39-certifi-2022.5.18.1: .......... done
[131amd64-stable] |   | `-- Installing py39-charset-normalizer-2.0.12...
[131amd64-stable] |   | `-- Extracting py39-charset-normalizer-2.0.12: .......... done
[131amd64-stable] |   | `-- Installing py39-idna-3.3...
[131amd64-stable] |   | `-- Extracting py39-idna-3.3: .......... done
[131amd64-stable] |   | `-- Installing py39-pysocks-1.7.1...
[131amd64-stable] |   | `-- Extracting py39-pysocks-1.7.1: .......... done
[131amd64-stable] |   | `-- Installing py39-urllib3-1.26.9,1...
[131amd64-stable] |   |   `-- Installing py39-cryptography-3.4.8...
[131amd64-stable] |   |   | `-- Installing py39-cffi-1.15.0_1...
[131amd64-stable] |   |   |   `-- Installing py39-pycparser-2.21...
[131amd64-stable] |   |   |   `-- Extracting py39-pycparser-2.21: .......... done
[131amd64-stable] |   |   | `-- Extracting py39-cffi-1.15.0_1: .......... done
[131amd64-stable] |   |   `-- Extracting py39-cryptography-3.4.8: .......... done
[131amd64-stable] |   |   `-- Installing py39-openssl-20.0.1,1...
[131amd64-stable] |   |   `-- Extracting py39-openssl-20.0.1,1: .......... done
[131amd64-stable] |   | `-- Extracting py39-urllib3-1.26.9,1: .......... done
[131amd64-stable] |   `-- Extracting py39-requests-2.28.0: .......... done
[131amd64-stable] |   `-- Installing py39-snowballstemmer-2.2.0...
[131amd64-stable] |   | `-- Installing py39-pystemmer-2.0.1...
[131amd64-stable] |   | `-- Extracting py39-pystemmer-2.0.1: ......... done
[131amd64-stable] |   `-- Extracting py39-snowballstemmer-2.2.0: .......... done
[131amd64-stable] |   `-- Installing py39-sphinxcontrib-applehelp-1.0.2...
[131amd64-stable] |   `-- Extracting py39-sphinxcontrib-applehelp-1.0.2: .......... done
[131amd64-stable] |   `-- Installing py39-sphinxcontrib-devhelp-1.0.2...
[131amd64-stable] |   `-- Extracting py39-sphinxcontrib-devhelp-1.0.2: .......... done
[131amd64-stable] |   `-- Installing py39-sphinxcontrib-htmlhelp-2.0.0...
[131amd64-stable] |   `-- Extracting py39-sphinxcontrib-htmlhelp-2.0.0: .......... done
[131amd64-stable] |   `-- Installing py39-sphinxcontrib-jsmath-1.0.1...
[131amd64-stable] |   `-- Extracting py39-sphinxcontrib-jsmath-1.0.1: .......... done
[131amd64-stable] |   `-- Installing py39-sphinxcontrib-qthelp-1.0.3...
[131amd64-stable] |   `-- Extracting py39-sphinxcontrib-qthelp-1.0.3: .......... done
[131amd64-stable] |   `-- Installing py39-sphinxcontrib-serializinghtml-1.1.5...
[131amd64-stable] |   `-- Extracting py39-sphinxcontrib-serializinghtml-1.1.5: .......... done
[131amd64-stable] `-- Extracting py39-sphinx-4.5.0,1: .......... done
[131amd64-stable] `-- Installing py39-sphinx-basic-ng-0.0.1a12...
[131amd64-stable] `-- Extracting py39-sphinx-basic-ng-0.0.1a12: .......... done
[131amd64-stable] Extracting py39-furo-2022.6.21: .......... done
=====
Message from python39-3.9.13:

--
Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:

py39-gdbm       databases/py-gdbm@py39
py39-sqlite3    databases/py-sqlite3@py39
py39-tkinter    x11-toolkits/py-tkinter@py39
=====
Message from ca_root_nss-3.78:

--
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 py39-urllib3-1.26.9,1:

--
Since version 1.25 HTTPS connections are now verified by default which is done
via "cert_reqs = 'CERT_REQUIRED'".  While certificate verification can be
disabled via "cert_reqs = 'CERT_NONE'", it's highly recommended to leave it on.

Various consumers of net/py-urllib3 already have implemented routines that
either explicitly enable or disable HTTPS certificate verification (e.g. via
configuration settings, CLI arguments, etc.).

Yet it may happen that there are still some consumers which don't explicitly
enable/disable certificate verification for HTTPS connections which could then
lead to errors (as is often the case with self-signed certificates).

In case of an error one should try first to temporarily disable certificate
verification of the problematic urllib3 consumer to see if that approach will
remedy the issue.
===>   kitty-0.26.2 depends on package: py39-furo>0 - found
===>   Returning to build of kitty-0.26.2
===>   kitty-0.26.2 depends on package: py39-sphinx-copybutton>0 - not found
===>   Installing existing package /packages/All/py39-sphinx-copybutton-0.5.0.pkg
[131amd64-stable] Installing py39-sphinx-copybutton-0.5.0...
[131amd64-stable] Extracting py39-sphinx-copybutton-0.5.0: .......... done
===>   kitty-0.26.2 depends on package: py39-sphinx-copybutton>0 - found
===>   Returning to build of kitty-0.26.2
===>   kitty-0.26.2 depends on package: py39-sphinx-inline-tabs>0 - not found
===>   Installing existing package /packages/All/py39-sphinx-inline-tabs-2022.1.2b11.pkg
[131amd64-stable] Installing py39-sphinx-inline-tabs-2022.1.2b11...
[131amd64-stable] Extracting py39-sphinx-inline-tabs-2022.1.2b11: .......... done
===>   kitty-0.26.2 depends on package: py39-sphinx-inline-tabs>0 - found
===>   Returning to build of kitty-0.26.2
===>   kitty-0.26.2 depends on package: py39-sphinxext-opengraph>0 - not found
===>   Installing existing package /packages/All/py39-sphinxext-opengraph-0.6.3.pkg
[131amd64-stable] Installing py39-sphinxext-opengraph-0.6.3...
[131amd64-stable] Extracting py39-sphinxext-opengraph-0.6.3: .......... done
===>   kitty-0.26.2 depends on package: py39-sphinxext-opengraph>0 - found
===>   Returning to build of kitty-0.26.2
===>   kitty-0.26.2 depends on executable: sphinx-build - found
===>   kitty-0.26.2 depends on package: wayland-protocols>=0 - not found
===>   Installing existing package /packages/All/wayland-protocols-1.26.pkg
[131amd64-stable] Installing wayland-protocols-1.26...
[131amd64-stable] Extracting wayland-protocols-1.26: .......... done
===>   kitty-0.26.2 depends on package: wayland-protocols>=0 - found
===>   Returning to build of kitty-0.26.2
===>   kitty-0.26.2 depends on package: openssl>0 - not found
===>   Installing existing package /packages/All/openssl-1.1.1q,1.pkg
[131amd64-stable] Installing openssl-1.1.1q,1...
[131amd64-stable] Extracting openssl-1.1.1q,1: .......... done
===>   kitty-0.26.2 depends on package: openssl>0 - found
===>   Returning to build of kitty-0.26.2
===>   kitty-0.26.2 depends on executable: update-desktop-database - not found
===>   Installing existing package /packages/All/desktop-file-utils-0.26_1.pkg
[131amd64-stable] Installing desktop-file-utils-0.26_1...
[131amd64-stable] `-- Installing glib-2.72.2,2...
[131amd64-stable] |   `-- Installing libiconv-1.16...
[131amd64-stable] |   `-- Extracting libiconv-1.16: .......... done
[131amd64-stable] |   `-- Installing pcre-8.45_1...
[131amd64-stable] |   `-- Extracting pcre-8.45_1: .......... done
[131amd64-stable] `-- Extracting glib-2.72.2,2: .......... done
[131amd64-stable] Extracting desktop-file-utils-0.26_1: .......... done
Building cache database of MIME types
Compiling glib schemas
No schema files found: doing nothing.
Generating GIO modules cache
Building cache database of MIME types
===>   kitty-0.26.2 depends on executable: update-desktop-database - found
===>   Returning to build of kitty-0.26.2
===>   kitty-0.26.2 depends on package: gmake>=4.3 - not found
===>   Installing existing package /packages/All/gmake-4.3_2.pkg
[131amd64-stable] Installing gmake-4.3_2...
[131amd64-stable] Extracting gmake-4.3_2: .......... done
===>   kitty-0.26.2 depends on package: gmake>=4.3 - found
===>   Returning to build of kitty-0.26.2
===>   kitty-0.26.2 depends on package: pkgconf>=1.3.0_1 - not found
===>   Installing existing package /packages/All/pkgconf-1.8.0,1.pkg
[131amd64-stable] Installing pkgconf-1.8.0,1...
[131amd64-stable] Extracting pkgconf-1.8.0,1: .......... done
===>   kitty-0.26.2 depends on package: pkgconf>=1.3.0_1 - found
===>   Returning to build of kitty-0.26.2
===>   kitty-0.26.2 depends on file: /usr/local/bin/python3.9 - found
===>   kitty-0.26.2 depends on file: /usr/local/lib/libncurses.so.6 - not found
===>   Installing existing package /packages/All/ncurses-6.3.pkg
[131amd64-stable] Installing ncurses-6.3...
[131amd64-stable] Extracting ncurses-6.3: .......... done
=====
Message from ncurses-6.3:

--
To get the terminfo database please install the terminfo-db package:
pkg install terminfo-db
===>   kitty-0.26.2 depends on file: /usr/local/lib/libncurses.so.6 - found
===>   Returning to build of kitty-0.26.2
===>   kitty-0.26.2 depends on package: xorgproto>=0 - not found
===>   Installing existing package /packages/All/xorgproto-2022.1.pkg
[131amd64-stable] Installing xorgproto-2022.1...
[131amd64-stable] Extracting xorgproto-2022.1: .......... done
===>   kitty-0.26.2 depends on package: xorgproto>=0 - found
===>   Returning to build of kitty-0.26.2
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - not found
===>   Installing existing package /packages/All/libX11-1.7.2,1.pkg
[131amd64-stable] Installing libX11-1.7.2,1...
[131amd64-stable] `-- Installing libxcb-1.15...
[131amd64-stable] |   `-- Installing libXau-1.0.9...
[131amd64-stable] |   `-- Extracting libXau-1.0.9: .......... done
[131amd64-stable] |   `-- Installing libXdmcp-1.1.3...
[131amd64-stable] |   `-- Extracting libXdmcp-1.1.3: ......... done
[131amd64-stable] |   `-- Installing libpthread-stubs-0.4...
[131amd64-stable] |   `-- Extracting libpthread-stubs-0.4: .... done
[131amd64-stable] `-- Extracting libxcb-1.15: .......... done
[131amd64-stable] Extracting libX11-1.7.2,1: .......... done
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found
===>   Returning to build of kitty-0.26.2
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/xcb.pc - found
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/xcursor.pc - not found
===>   Installing existing package /packages/All/libXcursor-1.2.0.pkg
[131amd64-stable] Installing libXcursor-1.2.0...
[131amd64-stable] `-- Installing libXfixes-6.0.0...
[131amd64-stable] `-- Extracting libXfixes-6.0.0: .......... done
[131amd64-stable] `-- Installing libXrender-0.9.10_2...
[131amd64-stable] `-- Extracting libXrender-0.9.10_2: .......... done
[131amd64-stable] Extracting libXcursor-1.2.0: .......... done
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/xcursor.pc - found
===>   Returning to build of kitty-0.26.2
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/xi.pc - not found
===>   Installing existing package /packages/All/libXi-1.8,1.pkg
[131amd64-stable] Installing libXi-1.8,1...
[131amd64-stable] `-- Installing libXext-1.3.4,1...
[131amd64-stable] `-- Extracting libXext-1.3.4,1: .......... done
[131amd64-stable] Extracting libXi-1.8,1: .......... done
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/xi.pc - found
===>   Returning to build of kitty-0.26.2
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/xinerama.pc - not found
===>   Installing existing package /packages/All/libXinerama-1.1.4_2,1.pkg
[131amd64-stable] Installing libXinerama-1.1.4_2,1...
[131amd64-stable] Extracting libXinerama-1.1.4_2,1: .......... done
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/xinerama.pc - found
===>   Returning to build of kitty-0.26.2
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/xrandr.pc - not found
===>   Installing existing package /packages/All/libXrandr-1.5.2.pkg
[131amd64-stable] Installing libXrandr-1.5.2...
[131amd64-stable] Extracting libXrandr-1.5.2: .......... done
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/xrandr.pc - found
===>   Returning to build of kitty-0.26.2
===>   kitty-0.26.2 depends on file: /usr/local/bin/ccache - not found
===>   Installing existing package /packages/All/ccache-3.7.12_3.pkg
[131amd64-stable] Installing ccache-3.7.12_3...
[131amd64-stable] Extracting ccache-3.7.12_3: .......... done
Create compiler links...
create symlink for cc
create symlink for cc (world)
create symlink for c++
create symlink for c++ (world)
create symlink for CC
create symlink for CC (world)
create symlink for clang
create symlink for clang (world)
create symlink for clang++
create symlink for clang++ (world)
=====
Message from ccache-3.7.12_3:

--
NOTE:
Please read /usr/local/share/doc/ccache/ccache-howto-freebsd.txt for
information on using ccache with FreeBSD ports and src.
===>   kitty-0.26.2 depends on file: /usr/local/bin/ccache - found
===>   Returning to build of kitty-0.26.2
===========================================================================
=======================<phase: lib-depends    >============================
===== env: DEVELOPER_MODE=yes USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0
===>   kitty-0.26.2 depends on shared library: libdbus-1.so - not found
===>   Installing existing package /packages/All/dbus-1.14.0,1.pkg
[131amd64-stable] Installing dbus-1.14.0,1...
[131amd64-stable] `-- Installing expat-2.4.8...
[131amd64-stable] `-- Extracting expat-2.4.8: .......... done
[131amd64-stable] `-- Installing libICE-1.0.10,1...
[131amd64-stable] `-- Extracting libICE-1.0.10,1: .......... done
[131amd64-stable] `-- Installing libSM-1.2.3,1...
[131amd64-stable] `-- Extracting libSM-1.2.3,1: .......... done
===> Creating groups.
Creating group 'messagebus' with gid '556'.
===> Creating users
Creating user 'messagebus' with uid '556'.
[131amd64-stable] Extracting dbus-1.14.0,1: ......... done
===>   kitty-0.26.2 depends on shared library: libdbus-1.so - found (/usr/local/lib/libdbus-1.so)
===>   Returning to build of kitty-0.26.2
===>   kitty-0.26.2 depends on shared library: libepoll-shim-interpose.so - not found
===>   Installing existing package /packages/All/libepoll-shim-0.0.20220703.pkg
[131amd64-stable] Installing libepoll-shim-0.0.20220703...
[131amd64-stable] Extracting libepoll-shim-0.0.20220703: .......... done
===>   kitty-0.26.2 depends on shared library: libepoll-shim-interpose.so - found (/usr/local/lib/libepoll-shim-interpose.so)
===>   Returning to build of kitty-0.26.2
===>   kitty-0.26.2 depends on shared library: libfontconfig.so - not found
===>   Installing existing package /packages/All/fontconfig-2.13.94_2,1.pkg
[131amd64-stable] Installing fontconfig-2.13.94_2,1...
[131amd64-stable] `-- Installing freetype2-2.12.1...
[131amd64-stable] |   `-- Installing png-1.6.37_1...
[131amd64-stable] |   `-- Extracting png-1.6.37_1: .......... done
[131amd64-stable] `-- Extracting freetype2-2.12.1: .......... done
[131amd64-stable] Extracting fontconfig-2.13.94_2,1: .......... done
Running fc-cache to build fontconfig cache...
=====
Message from freetype2-2.12.1:

--
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/index.html, if documentation was installed).
===>   kitty-0.26.2 depends on shared library: libfontconfig.so - found (/usr/local/lib/libfontconfig.so)
===>   Returning to build of kitty-0.26.2
===>   kitty-0.26.2 depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so)
===>   kitty-0.26.2 depends on shared library: libharfbuzz.so - not found
===>   Installing existing package /packages/All/harfbuzz-4.4.1.pkg
[131amd64-stable] Installing harfbuzz-4.4.1...
[131amd64-stable] `-- Installing graphite2-1.3.14...
[131amd64-stable] `-- Extracting graphite2-1.3.14: .......... done
[131amd64-stable] Extracting harfbuzz-4.4.1: .......... done
===>   kitty-0.26.2 depends on shared library: libharfbuzz.so - found (/usr/local/lib/libharfbuzz.so)
===>   Returning to build of kitty-0.26.2
===>   kitty-0.26.2 depends on shared library: liblcms2.so - not found
===>   Installing existing package /packages/All/lcms2-2.13.1.pkg
[131amd64-stable] Installing lcms2-2.13.1...
[131amd64-stable] `-- Installing jpeg-turbo-2.1.3...
[131amd64-stable] `-- Extracting jpeg-turbo-2.1.3: .......... done
[131amd64-stable] `-- Installing tiff-4.3.0...
[131amd64-stable] |   `-- Installing jbigkit-2.1_1...
[131amd64-stable] |   `-- Extracting jbigkit-2.1_1: .......... done
[131amd64-stable] `-- Extracting tiff-4.3.0: .......... done
[131amd64-stable] Extracting lcms2-2.13.1: .......... done
===>   kitty-0.26.2 depends on shared library: liblcms2.so - found (/usr/local/lib/liblcms2.so)
===>   Returning to build of kitty-0.26.2
===>   kitty-0.26.2 depends on shared library: libpng.so - found (/usr/local/lib/libpng.so)
===>   kitty-0.26.2 depends on shared library: librsync.so - not found
===>   Installing existing package /packages/All/librsync-2.3.2.pkg
[131amd64-stable] Installing librsync-2.3.2...
[131amd64-stable] `-- Installing popt-1.18_1...
[131amd64-stable] `-- Extracting popt-1.18_1: .......... done
[131amd64-stable] Extracting librsync-2.3.2: .......... done
===>   kitty-0.26.2 depends on shared library: librsync.so - found (/usr/local/lib/librsync.so)
===>   Returning to build of kitty-0.26.2
===>   kitty-0.26.2 depends on shared library: libwayland-client.so - not found
===>   Installing existing package /packages/All/wayland-1.21.0.pkg
[131amd64-stable] Installing wayland-1.21.0...
[131amd64-stable] Extracting wayland-1.21.0: .......... done
=====
Message from wayland-1.21.0:

--
Wayland requires XDG_RUNTIME_DIR to be defined to a path that will
contain "wayland-%d" unix(4) sockets. This is usually handled by
consolekit2 (via ck-launch-session) or pam_xdg (via login).
===>   kitty-0.26.2 depends on shared library: libwayland-client.so - found (/usr/local/lib/libwayland-client.so)
===>   Returning to build of kitty-0.26.2
===>   kitty-0.26.2 depends on shared library: libwayland-cursor.so - found (/usr/local/lib/libwayland-cursor.so)
===>   kitty-0.26.2 depends on shared library: libxkbcommon.so - not found
===>   Installing existing package /packages/All/libxkbcommon-1.4.1.pkg
[131amd64-stable] Installing libxkbcommon-1.4.1...
[131amd64-stable] `-- Installing xkeyboard-config-2.34_2...
[131amd64-stable] `-- Extracting xkeyboard-config-2.34_2: .......... done
[131amd64-stable] Extracting libxkbcommon-1.4.1: .......... done
=====
Message from libxkbcommon-1.4.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
===>   kitty-0.26.2 depends on shared library: libxkbcommon.so - found (/usr/local/lib/libxkbcommon.so)
===>   Returning to build of kitty-0.26.2
===>   kitty-0.26.2 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so)
===>   kitty-0.26.2 depends on shared library: libGL.so - not found
===>   Installing existing package /packages/All/libglvnd-1.4.0_2.pkg
[131amd64-stable] Installing libglvnd-1.4.0_2...
[131amd64-stable] Extracting libglvnd-1.4.0_2: .......... done
===>   kitty-0.26.2 depends on shared library: libGL.so - found (/usr/local/lib/libGL.so)
===>   Returning to build of kitty-0.26.2
===========================================================================
=>> Recording filesystem state for prebuild... done
=======================<phase: configure      >============================
===== env: DEVELOPER_MODE=yes STRICT_DEPENDS=yes USER=root UID=0 GID=0
===>   kitty-0.26.2 depends on package: py39-furo>0 - found
===>   kitty-0.26.2 depends on package: py39-sphinx-copybutton>0 - found
===>   kitty-0.26.2 depends on package: py39-sphinx-inline-tabs>0 - found
===>   kitty-0.26.2 depends on package: py39-sphinxext-opengraph>0 - found
===>   kitty-0.26.2 depends on executable: sphinx-build - found
===>   kitty-0.26.2 depends on package: wayland-protocols>=0 - found
===>   kitty-0.26.2 depends on package: openssl>0 - found
===>   kitty-0.26.2 depends on executable: update-desktop-database - found
===>   kitty-0.26.2 depends on package: gmake>=4.3 - found
===>   kitty-0.26.2 depends on package: pkgconf>=1.3.0_1 - found
===>   kitty-0.26.2 depends on file: /usr/local/bin/python3.9 - found
===>   kitty-0.26.2 depends on file: /usr/local/lib/libncurses.so.6 - found
===>   kitty-0.26.2 depends on package: xorgproto>=0 - found
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/xcb.pc - found
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/xcursor.pc - found
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/xi.pc - found
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/xinerama.pc - found
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/xrandr.pc - found
===>   kitty-0.26.2 depends on file: /usr/local/bin/ccache - found
===>   kitty-0.26.2 depends on shared library: libdbus-1.so - found (/usr/local/lib/libdbus-1.so)
===>   kitty-0.26.2 depends on shared library: libepoll-shim-interpose.so - found (/usr/local/lib/libepoll-shim-interpose.so)
===>   kitty-0.26.2 depends on shared library: libfontconfig.so - found (/usr/local/lib/libfontconfig.so)
===>   kitty-0.26.2 depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so)
===>   kitty-0.26.2 depends on shared library: libharfbuzz.so - found (/usr/local/lib/libharfbuzz.so)
===>   kitty-0.26.2 depends on shared library: liblcms2.so - found (/usr/local/lib/liblcms2.so)
===>   kitty-0.26.2 depends on shared library: libpng.so - found (/usr/local/lib/libpng.so)
===>   kitty-0.26.2 depends on shared library: librsync.so - found (/usr/local/lib/librsync.so)
===>   kitty-0.26.2 depends on shared library: libwayland-client.so - found (/usr/local/lib/libwayland-client.so)
===>   kitty-0.26.2 depends on shared library: libwayland-cursor.so - found (/usr/local/lib/libwayland-cursor.so)
===>   kitty-0.26.2 depends on shared library: libxkbcommon.so - found (/usr/local/lib/libxkbcommon.so)
===>   kitty-0.26.2 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so)
===>   kitty-0.26.2 depends on shared library: libGL.so - found (/usr/local/lib/libGL.so)
===>  Configuring for kitty-0.26.2
===========================================================================
=======================<phase: build          >============================
===== env: DEVELOPER_MODE=yes STRICT_DEPENDS=yes USER=root UID=0 GID=0
===>  Building for kitty-0.26.2
(cd /wrkdirs/usr/ports/x11/kitty/work/kitty-0.26.2 &&  /usr/bin/env XDG_DATA_HOME=/wrkdirs/usr/ports/x11/kitty/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11/kitty/work  XDG_CACHE_HOME=/wrkdirs/usr/ports/x11/kitty/work/.cache  HOME=/wrkdirs/usr/ports/x11/kitty/work TMPDIR="/tmp" PATH=/usr/local/libexec/ccache:/wrkdirs/usr/ports/x11/kitty/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/x11/kitty/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/libdata/pkgconfig NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS="`pkg-config --cflags epoll-shim-interpose`"  LDFLAGS=" `pkg-config --libs epoll-shim-interpose` -Wl,-rpath=/usr/local/lib -fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing  "  MANPREFIX="/u
 sr/local" CCACHE_DIR="/root/.ccache" 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" /usr/local/bin/python3.9 setup.py linux-package --update-check-interval 0 --extra-include-dirs /usr/local/include/ --extra-library-dirs /usr/local/lib)
CC: ['cc'] (13, 0)
[1/16] Generating wayland-xdg-shell-client-protocol.h ...
[2/16] Generating wayland-xdg-shell-client-protocol.c ...
[3/16] Generating wayland-viewporter-client-protocol.h ...
[4/16] Generating wayland-viewporter-client-protocol.c ...
[5/16] Generating wayland-relative-pointer-unstable-v1-client-protocol.h ...
[6/16] Generating wayland-relative-pointer-unstable-v1-client-protocol.c ...
[7/16] Generating wayland-pointer-constraints-unstable-v1-client-protocol.h ...
[8/16] Generating wayland-pointer-constraints-unstable-v1-client-protocol.c ...
[9/16] Generating wayland-idle-inhibit-unstable-v1-client-protocol.h ...
[10/16] Generating wayland-idle-inhibit-unstable-v1-client-protocol.c ...
[11/16] Generating wayland-xdg-decoration-unstable-v1-client-protocol.h ...
[12/16] Generating wayland-xdg-decoration-unstable-v1-client-protocol.c ...
[13/16] Generating wayland-primary-selection-unstable-v1-client-protocol.h ...
[14/16] Generating wayland-primary-selection-unstable-v1-client-protocol.c ...
[15/16] Generating wayland-text-input-unstable-v3-client-protocol.h ...
[16/16] Generating wayland-text-input-unstable-v3-client-protocol.c ...
 done
[1/103] Compiling kitty/unicode-data.c ...
[2/103] Compiling kitty/screen.c ...
[3/103] Compiling [x11] glfw/x11_window.c ...
[4/103] Compiling kitty/graphics.c ...
[5/103] Compiling [wayland] glfw/wl_window.c ...
[6/103] Compiling kitty/fonts.c ...
[7/103] Compiling kitty/glfw.c ...
[8/103] Compiling kitty/child-monitor.c ...
[9/103] Compiling kitty/parser.c ...
[10/103] Compiling kitty/parser.c ...
[11/103] Compiling kitty/shaders.c ...
[12/103] Compiling kitty/state.c ...
[13/103] Compiling [x11] glfw/input.c ...
[14/103] Compiling [wayland] glfw/input.c ...
[15/103] Compiling [x11] glfw/xkb_glfw.c ...
[16/103] Compiling [wayland] glfw/xkb_glfw.c ...
[17/103] Compiling kitty/mouse.c ...
[18/103] Compiling [x11] glfw/window.c ...
[19/103] Compiling [wayland] glfw/window.c ...
[20/103] Compiling kitty/line.c ...
[21/103] Compiling [wayland] glfw/wl_init.c ...
[22/103] Compiling kitty/glfw-wrapper.c ...
[23/103] Compiling kitty/freetype.c ...
[24/103] Compiling [x11] glfw/x11_init.c ...
[25/103] Compiling kitty/freetype_render_ui_text.c ...
[26/103] Compiling [x11] glfw/egl_context.c ...
[27/103] Compiling [wayland] glfw/egl_context.c ...
[28/103] Compiling kitty/disk-cache.c ...
[29/103] Compiling [x11] glfw/glx_context.c ...
[30/103] Compiling kitty/colors.c ...
[31/103] Compiling kitty/line-buf.c ...
[32/103] Compiling kitty/history.c ...
[33/103] Compiling [x11] glfw/x11_monitor.c ...
[34/103] Compiling [x11] glfw/context.c ...
[35/103] Compiling [wayland] glfw/context.c ...
[36/103] Compiling kitty/crypto.c ...
[37/103] Compiling [wayland] glfw/wl_client_side_decorations.c ...
[38/103] Compiling kitty/fontconfig.c ...
[39/103] Compiling kitty/keys.c ...
[40/103] Compiling [x11] glfw/ibus_glfw.c ...
[41/103] Compiling [wayland] glfw/ibus_glfw.c ...
[42/103] Compiling kitty/charsets.c ...
[43/103] Compiling kitty/charsets.c ...
[44/103] Compiling kitty/key_encoding.c ...
[45/103] Compiling [x11] glfw/monitor.c ...
[46/103] Compiling [wayland] glfw/monitor.c ...
[47/103] Compiling kitty/data-types.c ...
[48/103] Compiling [x11] glfw/backend_utils.c ...
[49/103] Compiling [wayland] glfw/backend_utils.c ...
[50/103] Compiling [x11] glfw/dbus_glfw.c ...
[51/103] Compiling [wayland] glfw/dbus_glfw.c ...
[52/103] Compiling [x11] glfw/vulkan.c ...
[53/103] Compiling [wayland] glfw/vulkan.c ...
[54/103] Compiling [x11] glfw/init.c ...
[55/103] Compiling [wayland] glfw/init.c ...
[56/103] Compiling [x11] glfw/osmesa_context.c ...
[57/103] Compiling [wayland] glfw/osmesa_context.c ...
[58/103] Compiling kitty/launcher/main.c ...
[59/103] Compiling kitty/gl.c ...
[60/103] Compiling kitty/cursor.c ...
[61/103] Compiling kitty/loop-utils.c ...
[62/103] Compiling kitty/ringbuf.c ...
[63/103] Compiling kittens/transfer/rsync.c ...
[64/103] Compiling kittens/choose/main.c ...
[65/103] Compiling [wayland] glfw/linux_desktop_settings.c ...
[66/103] Compiling kitty/child.c ...
[67/103] Compiling kittens/diff/speedup.c ...
[68/103] Compiling kitty/kittens.c ...
[69/103] Compiling [wayland] glfw/wl_monitor.c ...
[70/103] Compiling kittens/choose/score.c ...
[71/103] Compiling kitty/desktop.c ...
[72/103] Compiling [wayland] glfw/wl_text_input.c ...
[73/103] Compiling kitty/png-reader.c ...
[74/103] Compiling [wayland] glfw/wayland-xdg-shell-client-protocol.c ...
[75/103] Compiling kitty/hyperlink.c ...
[76/103] Compiling [x11] glfw/linux_notify.c ...
[77/103] Compiling [wayland] glfw/linux_notify.c ...
[78/103] Compiling [wayland] glfw/wayland-primary-selection-unstable-v1-client-protocol.c ...
[79/103] Compiling kitty/wcswidth.c ...
[80/103] Compiling [wayland] glfw/wayland-pointer-constraints-unstable-v1-client-protocol.c ...
[81/103] Compiling kitty/fast-file-copy.c ...
[82/103] Compiling [wayland] glfw/wayland-text-input-unstable-v3-client-protocol.c ...
[83/103] Compiling kittens/unicode_input/unicode_names.c ...
[84/103] Compiling kittens/choose/output.c ...
[85/103] Compiling [x11] glfw/posix_thread.c ...
[86/103] Compiling [wayland] glfw/posix_thread.c ...
[87/103] Compiling kitty/window_logo.c ...
[88/103] Compiling [wayland] glfw/wayland-xdg-decoration-unstable-v1-client-protocol.c ...
[89/103] Compiling [wayland] glfw/wayland-relative-pointer-unstable-v1-client-protocol.c ...
[90/103] Compiling kitty/glyph-cache.c ...
[91/103] Compiling [wayland] glfw/wayland-idle-inhibit-unstable-v1-client-protocol.c ...
[92/103] Compiling [wayland] glfw/wayland-viewporter-client-protocol.c ...
[93/103] Compiling kitty/logging.c ...
[94/103] Compiling [wayland] glfw/wl_cursors.c ...
[95/103] Compiling [x11] glfw/null_joystick.c ...
[96/103] Compiling [wayland] glfw/null_joystick.c ...
[97/103] Compiling kitty/utmp.c ...
[98/103] Compiling kittens/choose/unix_compat.c ...
[99/103] Compiling kitty/cleanup.c ...
[100/103] Compiling [x11] glfw/monotonic.c ...
[101/103] Compiling [wayland] glfw/monotonic.c ...
[102/103] Compiling kitty/monotonic.c ...
[103/103] Compiling kitty/gl-wrapper.c ...
 done
[1/8] Linking kitty/fast_data_types ...
[2/8] Linking [x11] kitty/glfw-x11 ...
[3/8] Linking [wayland] kitty/glfw-wayland ...
[4/8] Linking kittens/unicode_input/unicode_names ...
[5/8] Linking kittens/diff/diff_speedup ...
[6/8] Linking kittens/transfer/rsync ...
[7/8] Linking kittens/choose/subseq_matcher ...
[8/8] Linking launcher ...
 done
/usr/bin/find /wrkdirs/usr/ports/x11/kitty/work/kitty-0.26.2/linux-package -name __pycache__ -type d -exec /bin/rm -f -r -- {} +
===========================================================================
=>> Checking for filesystem violations... done
=======================<phase: run-depends    >============================
===== env: DEVELOPER_MODE=yes USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0
===>   kitty-0.26.2 depends on executable: update-desktop-database - found
===>   kitty-0.26.2 depends on file: /usr/local/bin/python3.9 - found
===>   kitty-0.26.2 depends on file: /usr/local/lib/libncurses.so.6 - found
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/xcb.pc - found
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/xcursor.pc - found
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/xi.pc - found
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/xinerama.pc - found
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/xrandr.pc - found
===========================================================================
=>> Recording filesystem state for prestage... done
=======================<phase: stage          >============================
===== env: DEVELOPER_MODE=yes STRICT_DEPENDS=yes USER=root UID=0 GID=0
===>  Staging for kitty-0.26.2
===>   kitty-0.26.2 depends on executable: update-desktop-database - found
===>   kitty-0.26.2 depends on file: /usr/local/bin/python3.9 - found
===>   kitty-0.26.2 depends on file: /usr/local/lib/libncurses.so.6 - found
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/xcb.pc - found
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/xcursor.pc - found
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/xi.pc - found
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/xinerama.pc - found
===>   kitty-0.26.2 depends on file: /usr/local/libdata/pkgconfig/xrandr.pc - found
===>   Generating temporary packing list
cp -f -a /wrkdirs/usr/ports/x11/kitty/work/kitty-0.26.2/linux-package/ /wrkdirs/usr/ports/x11/kitty/work/stage/usr/local
/usr/bin/strip /wrkdirs/usr/ports/x11/kitty/work/stage/usr/local/lib/kitty/kitty/fast_data_types.so /wrkdirs/usr/ports/x11/kitty/work/stage/usr/local/lib/kitty/kitty/glfw-x11.so /wrkdirs/usr/ports/x11/kitty/work/stage/usr/local/lib/kitty/kittens/diff/diff_speedup.so /wrkdirs/usr/ports/x11/kitty/work/stage/usr/local/lib/kitty/kittens/unicode_input/unicode_names.so /wrkdirs/usr/ports/x11/kitty/work/stage/usr/local/lib/kitty/kitty/glfw-wayland.so /wrkdirs/usr/ports/x11/kitty/work/stage/usr/local/lib/kitty/kittens/choose/subseq_matcher.so /wrkdirs/usr/ports/x11/kitty/work/stage/usr/local/bin/kitty /wrkdirs/usr/ports/x11/kitty/work/stage/usr/local/lib/kitty/kittens/transfer/rsync.so
install  -m 0644 /wrkdirs/usr/ports/x11/kitty/work/kitty-0.26.2/terminfo/kitty.terminfo  /wrkdirs/usr/ports/x11/kitty/work/stage/usr/local/share/misc/
====> Compressing man pages (compress-man)
===========================================================================
====> Running Q/A tests (stage-qa)
Warning: you need USES=ssl
Error: /usr/local/lib/kitty/kitty/fast_data_types.so is linked to /usr/local/lib/libcrypto.so.11 from security/openssl but it is not declared as a dependency
Warning: you need USES=ssl
====> 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        >============================
===== env: DEVELOPER_MODE=yes PACKAGES=/tmp/pkgs PKGREPOSITORY=/tmp/pkgs PKGLATESTREPOSITORY=/tmp/pkgs/Latest 'PKG_NOTES=build_timestamp ports_top_git_hash ports_top_checkout_unclean port_git_hash port_checkout_unclean built_by' 'PKG_NOTE_build_timestamp=2022-09-15T11:01:50+0000' 'PKG_NOTE_ports_top_git_hash=f98586797' 'PKG_NOTE_ports_top_checkout_unclean=yes' 'PKG_NOTE_port_git_hash=7c2d326ef' 'PKG_NOTE_port_checkout_unclean=yes' 'PKG_NOTE_built_by=poudriere-git-3.3.99.20220713' STRICT_DEPENDS=yes USER=root UID=0 GID=0
===>  Building package for kitty-0.26.2
===========================================================================
=>> Recording filesystem state for preinst... done
=======================<phase: install        >============================
===== env: DEVELOPER_MODE=yes STRICT_DEPENDS=yes USER=root UID=0 GID=0
===>  Installing for kitty-0.26.2
===>  Checking if kitty is already installed
===>   Registering installation for kitty-0.26.2
[131amd64-stable] Installing kitty-0.26.2...
Building cache database of MIME types
===> SECURITY REPORT: 
      This port has installed the following files which may act as network
      servers and may therefore pose a remote security risk to the system.
/usr/local/lib/kitty/kitty/fast_data_types.so

      If there are vulnerabilities in these programs there may be a security
      risk to the system. FreeBSD makes no guarantee about the security of
      ports included in the Ports Collection. Please type 'make deinstall'
      to deinstall the port if this is a concern.
===========================================================================
=>> Checking shared library dependencies
 0x0000000000000001 NEEDED               Shared library: [libGL.so.1]
 0x0000000000000001 NEEDED               Shared library: [libX11-xcb.so.1]
 0x0000000000000001 NEEDED               Shared library: [libX11.so.6]
 0x0000000000000001 NEEDED               Shared library: [libXcursor.so.1]
 0x0000000000000001 NEEDED               Shared library: [libXinerama.so.1]
 0x0000000000000001 NEEDED               Shared library: [libXrandr.so.2]
 0x0000000000000001 NEEDED               Shared library: [libc.so.7]
 0x0000000000000001 NEEDED               Shared library: [libcrypt.so.5]
 0x0000000000000001 NEEDED               Shared library: [libcrypto.so.11]
 0x0000000000000001 NEEDED               Shared library: [libdbus-1.so.3]
 0x0000000000000001 NEEDED               Shared library: [libdl.so.1]
 0x0000000000000001 NEEDED               Shared library: [libepoll-shim-interpose.so.0]
 0x0000000000000001 NEEDED               Shared library: [libepoll-shim.so.0]
 0x0000000000000001 NEEDED               Shared library: [libharfbuzz.so.0]
 0x0000000000000001 NEEDED               Shared library: [libintl.so.8]
 0x0000000000000001 NEEDED               Shared library: [liblcms2.so.2]
 0x0000000000000001 NEEDED               Shared library: [libm.so.5]
 0x0000000000000001 NEEDED               Shared library: [libpng16.so.16]
 0x0000000000000001 NEEDED               Shared library: [libpython3.9.so.1.0]
 0x0000000000000001 NEEDED               Shared library: [librsync.so.2]
 0x0000000000000001 NEEDED               Shared library: [librt.so.1]
 0x0000000000000001 NEEDED               Shared library: [libthr.so.3]
 0x0000000000000001 NEEDED               Shared library: [libutil.so.9]
 0x0000000000000001 NEEDED               Shared library: [libwayland-client.so.0]
 0x0000000000000001 NEEDED               Shared library: [libwayland-cursor.so.0]
 0x0000000000000001 NEEDED               Shared library: [libxcb.so.1]
 0x0000000000000001 NEEDED               Shared library: [libxkbcommon-x11.so.0]
 0x0000000000000001 NEEDED               Shared library: [libxkbcommon.so.0]
 0x0000000000000001 NEEDED               Shared library: [libz.so.6]
=======================<phase: deinstall      >============================
===== env: DEVELOPER_MODE=yes STRICT_DEPENDS=yes USER=root UID=0 GID=0
===>  Deinstalling for kitty
===>   Deinstalling kitty-0.26.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:
	kitty: 0.26.2

Number of packages to be removed: 1

The operation will free 9 MiB.
[131amd64-stable] [1/1] Deinstalling kitty-0.26.2...
[131amd64-stable] [1/1] Deleting files for kitty-0.26.2: .......... done
Building cache database of MIME types
===========================================================================
=>> Checking for extra files and directories
[00:03:00] Installing from package
[131amd64-stable] Installing kitty-0.26.2...
[131amd64-stable] Extracting kitty-0.26.2: .......... done
Building cache database of MIME types
[00:03:00] Cleaning up
===>  Cleaning for kitty-0.26.2
[00:03:01] Deinstalling 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:
	kitty: 0.26.2

Number of packages to be removed: 1

The operation will free 9 MiB.
[131amd64-stable] [1/1] Deinstalling kitty-0.26.2...
[131amd64-stable] [1/1] Deleting files for kitty-0.26.2: .......... done
Building cache database of MIME types
build of x11/kitty | kitty-0.26.2 ended at Thu Sep 15 07:04:18 -04 2022
build time: 00:02:27

--MP_/UK5+xKt80m6O/25uD7zh4pM--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20220915074218.2d8aaa24>