Tuesday, November 05, 2024

Re: [NEW] net/tdlib-purple

On 2024-10-25, Lucas de Sena wrote:
> Hi,
>
> Attached port replaces net/telegram-purple, which ceased to work due to
> changes on Telegram API, as the Telegram plugin for pidgin and programs
> based on libpurple (eg' bitblee).
>
> portcheck(1) questions whether LIB_DEPENDS net/tdlib is needed. That
> port provides a static library needed for compilation. Should it be
> specified at BUILD_DEPENDS instead?
>
> Ok?
>
> --
> Lucas de Sena

Ping telegram.

Re: [UPDATE] net/tdlib 1.8.38

On 2024-10-25, Lucas de Sena wrote:
> Hi,
>
> Update net/tdlib to its last "unofficial minor version".
>
> Tested with net/tdlib-purple (new port, mailed to ports@) under bitlbee.
>
> Upstream removed ${WRKSRC}/gen_git_commit_h.sh in an earlier commit.
> The corresponding patch file and post-patch target got removed then.
>
> Cc'ed maintainer.
>
> Ok?
>
> --
> Lucas de Sena
>
>
> diff /usr/ports
> commit - dca0564f40e748605730135f76a145d75741b36f
> path + /usr/ports
> blob - 64c582485206c115f00f0659e655e70e72be9a80
> file + net/tdlib/Makefile
> --- net/tdlib/Makefile
> +++ net/tdlib/Makefile
> @@ -3,13 +3,12 @@ NOT_FOR_ARCHS = ${BE_ARCHS}
>
> COMMENT = cross-platform library for building Telegram clients
>
> +PKGNAME = tdlib-1.8.38
> +
> # upstream tags stable versions, but various clients using this library
> # track "unofficial minor versions" which are only present as commit hashes.
> -GH_ACCOUNT = tdlib
> -GH_PROJECT = td
> -GH_COMMIT = 7eabd8ca60de025e45e99d4e5edd39f4ebd9467e
> -DISTNAME = tdlib-1.8.4
> -REVISION = 0
> +COMMIT = d321984b75fccdb76239529e8aadcf7f80b0e35a
> +DIST_TUPLE = github tdlib td ${COMMIT} .
>
> SHARED_LIBS += tdjson 0.1
> CATEGORIES = net
> @@ -30,11 +29,4 @@ COMPILER = base-clang ports-gcc
>
> WANTLIB += ${COMPILER_LIBCXX} crypto m ssl z
>
> -# if moving from GH_COMMIT to GH_TAGNAME, include the actual commit hash here
> -COMMIT = ${GH_COMMIT}
> -SUBST_VARS += COMMIT
> -
> -post-patch:
> - ${SUBST_CMD} ${WRKSRC}/gen_git_commit_h.sh
> -
> .include <bsd.port.mk>
> blob - 6eabfae393e0b70cba062b91311c165d79572966
> file + net/tdlib/distinfo
> --- net/tdlib/distinfo
> +++ net/tdlib/distinfo
> @@ -1,2 +1,2 @@
> -SHA256 (tdlib-1.8.4-7eabd8ca.tar.gz) = 3qE4QUPH9FiNEjpOREEZ1xNsUOgWamoH8mbRE/mE2ms=
> -SIZE (tdlib-1.8.4-7eabd8ca.tar.gz) = 4648576
> +SHA256 (tdlib-1.8.38-d321984b.tar.gz) = seP5PU2A/tVlYlAR8KuJbgQJG4fjtrTmFuenQt5A2+0=
> +SIZE (tdlib-1.8.38-d321984b.tar.gz) = 5279869
> blob - 14a202c85d5cef8f38a5a881e7515cc0fa7e47ec
> file + net/tdlib/patches/patch-CMakeLists_txt
> --- net/tdlib/patches/patch-CMakeLists_txt
> +++ net/tdlib/patches/patch-CMakeLists_txt
> @@ -4,7 +4,7 @@ Index: CMakeLists.txt
> @@ -73,8 +73,8 @@ if (POLICY CMP0069)
> endif()
>
> - # Configure CCache if available
> + # Configure Ccache if available
> -find_program(CCACHE_FOUND ccache)
> -#set(CCACHE_FOUND 0)
> +#find_program(CCACHE_FOUND ccache)
> blob - 7faf5165753d4630224137146dd9fbd5a8c35f89
> file + /dev/null
> --- net/tdlib/patches/patch-gen_git_commit_h_sh
> +++ /dev/null
> @@ -1,14 +0,0 @@
> -Index: gen_git_commit_h.sh
> ---- gen_git_commit_h.sh.orig
> -+++ gen_git_commit_h.sh
> -@@ -1,8 +1,7 @@
> - #!/bin/sh
> - cd $(dirname $0)
> --commit=$(git rev-parse HEAD)
> --git diff-index --quiet HEAD
> --dirty=$?
> -+commit=${COMMIT}
> -+dirty=0
> - printf "#pragma once\n#define GIT_COMMIT \"$commit\"\n#define GIT_DIRTY $dirty\n" > auto/git_info.h.new
> - if cmp -s auto/git_info.h.new auto/git_info.h 2>&1 > /dev/null
> - then
> blob - 2a6d1f6d020de94d9755f9ffa428eef7903f8ae1
> file + net/tdlib/patches/patch-td_generate_CMakeLists_txt
> --- net/tdlib/patches/patch-td_generate_CMakeLists_txt
> +++ net/tdlib/patches/patch-td_generate_CMakeLists_txt
> @@ -4,12 +4,12 @@ Forcefully disable php/doxygen.
> Index: td/generate/CMakeLists.txt
> --- td/generate/CMakeLists.txt.orig
> +++ td/generate/CMakeLists.txt
> -@@ -100,7 +100,7 @@ if (NOT CMAKE_CROSSCOMPILING)
> +@@ -110,7 +110,7 @@ if (NOT CMAKE_CROSSCOMPILING)
> set(PHP_EXECUTABLE "PHP_EXECUTABLE-NOTFOUND")
> endif()
>
> - if (PHP_EXECUTABLE AND NOT TD_ENABLE_DOTNET)
> + if (FALSE AND NOT TD_ENABLE_DOTNET)
> - set(GENERATE_COMMON_CMD generate_common && ${PHP_EXECUTABLE} DoxygenTlDocumentationGenerator.php scheme/td_api.tl auto/td/telegram/td_api.h)
> + set(GENERATE_COMMON_CMD generate_common && ${PHP_EXECUTABLE} ../DoxygenTlDocumentationGenerator.php ../scheme/td_api.tl td/telegram/td_api.h)
> else()
> set(GENERATE_COMMON_CMD generate_common)
> blob - 324d12c644a789f2ce2aa6dd263b51273bccaf77
> file + net/tdlib/pkg/PLIST
> --- net/tdlib/pkg/PLIST
> +++ net/tdlib/pkg/PLIST
> @@ -13,6 +13,8 @@ lib/cmake/
> lib/cmake/Td/
> lib/cmake/Td/TdConfig.cmake
> lib/cmake/Td/TdConfigVersion.cmake
> +lib/cmake/Td/TdStaticTargets${MODCMAKE_BUILD_SUFFIX}
> +lib/cmake/Td/TdStaticTargets.cmake
> lib/cmake/Td/TdTargets${MODCMAKE_BUILD_SUFFIX}
> lib/cmake/Td/TdTargets.cmake
> @static-lib lib/libtdactor.a
> @@ -23,6 +25,7 @@ lib/cmake/Td/TdTargets.cmake
> @lib lib/libtdjson.so.${LIBtdjson_VERSION}
> @static-lib lib/libtdjson_private.a
> @static-lib lib/libtdjson_static.a
> +@static-lib lib/libtdmtproto.a
> @static-lib lib/libtdnet.a
> @static-lib lib/libtdsqlite.a
> @static-lib lib/libtdutils.a
> @@ -34,6 +37,7 @@ lib/pkgconfig/tddb.pc
> lib/pkgconfig/tdjson.pc
> lib/pkgconfig/tdjson_private.pc
> lib/pkgconfig/tdjson_static.pc
> +lib/pkgconfig/tdmtproto.pc
> lib/pkgconfig/tdnet.pc
> lib/pkgconfig/tdsqlite.pc
> lib/pkgconfig/tdutils.pc
>

Telegram ping.

Re: Remove telegram-purple

On 2024-09-20, Lucas de Sena wrote:
> Telegram-purple, as well as every libtgl-based application, does not
> work anymore (i tested).
>
> Port's page[1] says it is abandoned since 2021 and may or may not work
> (it did for some time, but now does not). It points to a new project
> for a libpurple plugin based on the last newest Telegram API:
> tdlib-purple[2], which is supposed to work until Telegram decides to
> change it all again.
>
> I wrote a port for net/tdlib-purple and updated the net/tdlib port in
> order for it to compile. I am going to send those on other emails.
>
> [1]: https://github.com/majn/telegram-purple
> [2]: https://github.com/BenWiederhake/tdlib-purple
>
> --
> Lucas de Sena
>

Telegram ping.

Re: zstd: enable pzstd

On Tue, 05 Nov 2024 00:58:37 +0100,
Nick Owens <mischief@offblast.org> wrote:
>
> diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile
> index 3b6d18883ae..22dca58e7dd 100644
> --- a/archivers/zstd/Makefile
> +++ b/archivers/zstd/Makefile
> @@ -44,6 +44,14 @@ TEST_TARGET = check
> TESTTMP = ${WRKDIR}/tmp
> TEST_ENV = TMPDIR=${TESTTMP}
>
> +do-build:
> + ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -C ${WRKSRC}
> + ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -C ${WRKSRC}/contrib/pzstd
> +
> +do-install:
> + ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -C ${WRKSRC} install
> + ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -C ${WRKSRC}/contrib/pzstd install
> +

I think you need ${_PBUILD} here as well.

--
wbr, Kirill

sysutils/docker-compose: update to 2.30.2

ports@,

Here a clean update for sysutils/docker-compose to 2.30.2

Changelog:
- https://github.com/docker/compose/releases/tag/v2.30.2

Tested on -current/amd64

Ok?

Index: Makefile
===================================================================
RCS file: /home/cvs/ports/sysutils/docker-compose/Makefile,v
diff -u -p -r1.9 Makefile
--- Makefile 2 Nov 2024 11:21:24 -0000 1.9
+++ Makefile 5 Nov 2024 21:15:11 -0000
@@ -1,7 +1,7 @@
COMMENT = define and run multi-container applications with Docker

MODGO_MODNAME = github.com/docker/compose/v2
-MODGO_VERSION
= v2.30.1
+MODGO_VERSION = v2.30.2
DISTNAME = docker-compose-${MODGO_VERSION}

CATEGORIES = sysutils
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/sysutils/docker-compose/distinfo,v
diff -u -p -r1.7 distinfo
--- distinfo 2 Nov 2024 11:21:24 -0000 1.7
+++ distinfo 5 Nov 2024 21:24:00 -0000
@@ -1,4 +1,4 @@
-SHA256 (docker-compose-v2.30.1.zip) = W9jhbWxj8t6uwVxjsCXryuRgZNd32tNPewpPOXyqsfY=
+SHA256 (docker-compose-v2.30.2.zip) = 3rgSsNq5vn2G27BtGZwwU1mrZvkneWFub7rPuIkU03g=
SHA256 (go_modules/cel.dev/expr/@v/v0.16.0.mod) = 0232HEIabYEuaJjQ22bXEnitPVOBRNeBskPYR2G4/Qo=
SHA256 (go_modules/cel.dev/expr/@v/v0.16.0.zip) = fD61kzmOeOyvjkyrBzx8sFKvp+17p1MfNi9vGV5YFcM=
SHA256 (go_modules/cloud.google.com/go/@v/v0.112.0.mod) = VtAE6OQgc1+TbaQH/PdS2hqai1NIJjtygRMQI9cMxwc=
@@ -377,8 +377,8 @@ SHA256 (go_modules/github.com/cncf/xds/g
SHA256 (go_modules/github.com/codahale/rfc6979/@v/v0.0.0-20141003034818-6a90f24967eb.mod) = x/z9qcumOCDuL/vNPhJQ3ERBRrIB86ObDK6Glo8/vCY=
SHA256 (go_modules/github.com/codahale/rfc6979/@v/v0.0.0-20141003034818-6a90f24967eb.zip) = sVI4VU4uZuBF30QSUFW4z1f61FoDIbJbR8n8pI7MjjI=
SHA256 (go_modules/github.com/compose-spec/compose-go/v2/@v/v2.1.6.mod) = LZrEW0z0NZn2dZU0aTJvZC9hyDXu1iYpUXx1XOJwqF8=
-SHA256 (go_modules/github.com/compose-spec/compose-go/v2/@v/v2.4.2.mod) = LZrEW0z0NZn2dZU0aTJvZC9hyDXu1iYpUXx1XOJwqF8=
-SHA256 (go_modules/github.com/compose-spec/compose-go/v2/@v/v2.4.2.zip) = guMf7/iIRC3AhOCh3Rt/06CjIC1uFbxl42xeKF00PwA=
+SHA256 (go_modules/github.com/compose-spec/compose-go/v2/@v/v2.4.3.mod) = LZrEW0z0NZn2dZU0aTJvZC9hyDXu1iYpUXx1XOJwqF8=
+SHA256 (go_modules/github.com/compose-spec/compose-go/v2/@v/v2.4.3.zip) = EhAmvY0xJsEbeHpsQafiFFHAP8QcHGWe0OXZK2yc8DU=
SHA256 (go_modules/github.com/containerd/aufs/@v/v1.0.0.mod) = 272HxqB66ueMkae+lZMwW5a4j1JDxkhvmqjz+6fnuCw=
SHA256 (go_modules/github.com/containerd/aufs/@v/v1.0.0.zip) = ZvY752ixbN7hLG0EDUqnwOivMGx2ILDBjB9jbISZrlI=
SHA256 (go_modules/github.com/containerd/btrfs/v2/@v/v2.0.0.mod) = WCakefYO0lLeg4XXP1WPhqDNqsN1LKeoWy6HXFaWwTE=
@@ -1331,7 +1331,7 @@ SHA256 (go_modules/tags.cncf.io/containe
SHA256 (go_modules/tags.cncf.io/container-device-interface/specs-go/@v/v0.7.0.mod) = cd5T9N06HQ/G+b/RbZCq+En4CS1db3vLKpTI1fXyEtU=
SHA256 (go_modules/tags.cncf.io/container-device-interface/specs-go/@v/v0.8.0.mod) = ls01XNT8EFcJEXpXnTm9ba+iNZHtIEug4S8FLJT4cVQ=
SHA256 (go_modules/tags.cncf.io/container-device-interface/specs-go/@v/v0.8.0.zip) = GcGueolLJMUcGaFPICznsg9pahAlIJQ7/cKE2s770T4=
-SIZE (docker-compose-v2.30.1.zip) = 659074
+SIZE (docker-compose-v2.30.2.zip) = 659540
SIZE (go_modules/cel.dev/expr/@v/v0.16.0.mod) = 156
SIZE (go_modules/cel.dev/expr/@v/v0.16.0.zip) = 190847
SIZE (go_modules/cloud.google.com/go/@v/v0.112.0.mod) = 1812
@@ -1710,8 +1710,8 @@ SIZE (go_modules/github.com/cncf/xds/go/
SIZE (go_modules/github.com/codahale/rfc6979/@v/v0.0.0-20141003034818-6a90f24967eb.mod) = 35
SIZE (go_modules/github.com/codahale/rfc6979/@v/v0.0.0-20141003034818-6a90f24967eb.zip) = 17305
SIZE (go_modules/github.com/compose-spec/compose-go/v2/@v/v2.1.6.mod) = 896
-SIZE (go_modules/github.com/compose-spec/compose-go/v2/@v/v2.4.2.mod) = 896
-SIZE (go_modules/github.com/compose-spec/compose-go/v2/@v/v2.4.2.zip) = 293988
+SIZE (go_modules/github.com/compose-spec/compose-go/v2/@v/v2.4.3.mod) = 896
+SIZE (go_modules/github.com/compose-spec/compose-go/v2/@v/v2.4.3.zip) = 294309
SIZE (go_modules/github.com/containerd/aufs/@v/v1.0.0.mod) = 256
SIZE (go_modules/github.com/containerd/aufs/@v/v1.0.0.zip) = 42845
SIZE (go_modules/github.com/containerd/btrfs/v2/@v/v2.0.0.mod) = 80
Index: modules.inc
===================================================================
RCS file: /home/cvs/ports/sysutils/docker-compose/modules.inc,v
diff -u -p -r1.3 modules.inc
--- modules.inc 2 Nov 2024 11:21:24 -0000 1.3
+++ modules.inc 5 Nov 2024 21:16:38 -0000
@@ -181,7 +181,7 @@ MODGO_MODULES = \
github.com/cloudflare/cfssl v0.0.0-20180223231731-4e2dcbde5004 \
github.com/cncf/xds/go v0.0.0-20240723142845-024c85f92f20 \
github.com/codahale/rfc6979 v0.0.0-20141003034818-6a90f24967eb \
- github.com/compose-spec/compose-go/v2 v2.4.2 \
+ github.com/compose-spec/compose-go/v2 v2.4.3 \
github.com/containerd/aufs v1.0.0 \
github.com/containerd/btrfs/v2 v2.0.0 \
github.com/containerd/cgroups v1.1.0 \


--
wbr, Kirill

iked + Windows (10/11) WAN Miniport IKEv2 performance drop on some traffic patterns after upgrade to 7.6

Hello everyone,

We've a few OpenBSD running -release at work and acting as IKE "road
warrior" VPN servers, serving traffic to Android (strongswan), Linux
(also strongswan) and Windows 10/11 ("default" Windows WAN Miniport
IKEv2 driver) clients.

Up until 7.5 everything was running smoothly. Last week we upgraded two
of our machines to 7.6 (nothing more than sysupgrade > pkg_add -u,
since sysmerge returned nothing and the configuration changes weren't
relevant for these servers).

Connections engaged with Linux or Android clients didn't show any
noticeable difference, while Windows users started to complain that
every download (whether it be on shared folders over SMB or straight
from an host on the broader Internet) comes almost to an halt.

Upon further investigation on multiple Windows clients (each from
different location and connected to our VPN endpoint through varying
media/ISP), we confirmed that download rates went down as low as 10kb/s
(from 10Mb/s on average on 7.5) as soon as SMB or any "barely big" http
download was involved.

Interestingly, "light" Web traffic wasn't affected, and Windows clients
were still able to get consistently north of 50Mb/s each when surfing
(on youtube for instance).

Both servers were affected the same, albeit being on slightly different
locations in our network.

Therefore, MTU and TCP MSS were the first thing we checked: MTU was
still set at its default value (on both servers), but MSS (as well as
randomizing TCP id and unsetting the DF bit) was already taken care of
in pf.conf, since well before the upgrade (and left unchanged after,
here again on both servers).

We lowered the MTU and MSS (to 1400 / 1350), and even dropped the
"scrub" line in pf.conf, to see if it has an impact at all, but to no
avail.

Everything else being equal (no Windows update on clients, no
meaningful network maintenance, ...) except for the 7.5>7.6 upgrade, we
decided to restore one server to its 7.5 version. Performance on
SMB/HTTP download got back to "normal" immediately.

As seen in dmesg (see below), both servers are guest machines, and as
such use vio(4) (more precisely a vlan(4) on top of vio(4)).

We did notice in the 7.6 changelog that some changes have been made to
vio(4), but are unsure if they come at play here.

There is also a "Fixed IPsec in use with IP forwarding 2 logic" in
changelog, but since we had this sysctl set to 2 in 7.5 not sure here also if
that's relevant.

Some configuration details (same on both servers):

iked.conf:
ikev2 "ike_user" passive esp \
from any to dynamic \
config address 10.0.24.1/23 \
config netmask 255.255.254.0 \
config dhcp-server 172.31.12.101 \
config name-server 172.31.12.101 \
config netbios-server 172.31.12.101 \
tag "IKExx"

pf.conf:
[...]
pass in log on $ext_if proto udp from any to self port {isakmp, ipsec-nat-t}

match on any scrub (random-id no-df max-mss 1394)
pass log on enc0 tagged IKExx

match out log on $ext_if inet tagged IKExx
[...]

sysctl.conf
net.inet.ip.forwarding=2

dmesg (7.5):
OpenBSD 7.5 (GENERIC.MP) #2: Mon Sep 16 15:56:43 CEST 2024
root@syspatch-75-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 2130563072 (2031MB)
avail mem = 2045104128 (1950MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.8 @ 0xf5220 (10 entries)
bios0: vendor SeaBIOS version "1.16.3-debian-1.16.3-2~bpo12+1" date 04/01/2014
bios0: QEMU Standard PC (i440FX + PIIX, 1996)
acpi0 at bios0: ACPI 1.0
acpi0: sleep states S5
acpi0: tables DSDT FACP APIC HPET WAET
acpi0: wakeup devices
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: AMD EPYC-Milan Processor, 1996.56 MHz, 19-01-01
cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,SSE3,PCLMUL,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,HV,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LA
HF,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,TOPEXT,CPCTR,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBRS,IBPB,SSBD,IBPB,IBRS,STIBP,SSBD,VIRTSSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu0: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB
64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
cpu0: apic clock running at 1000MHz
cpu1 at mainbus0: apid 1 (application processor)
cpu1: AMD EPYC-Milan Processor, 1996.62 MHz, 19-01-01
cpu1: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,SSE3,PCLMUL,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,HV,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LA
HF,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,TOPEXT,CPCTR,FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA,UMIP,PKU,IBRS,IBPB,SSBD,IBPB,IBRS,STIBP,SSBD,VIRTSSBD,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu1: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB
64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache
cpu1: smt 0, core 0, package 1
ioapic0 at mainbus0: apid 0 pa 0xfec00000, version 11, 24 pins
acpihpet0 at acpi0: 100000000 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
"ACPI0006" at acpi0 not configured
acpipci0 at acpi0 PCI0
"PNP0A06" at acpi0 not configured
"PNP0A06" at acpi0 not configured
"PNP0A06" at acpi0 not configured
"QEMU0002" at acpi0 not configured
com0 at acpi0 COM1 addr 0x3f8/0x8 irq 4: ns16550a, 16 byte fifo
acpicmos0 at acpi0
"ACPI0010" at acpi0 not configured
acpicpu0 at acpi0: C1(@1 halt!)
acpicpu1 at acpi0: C1(@1 halt!)
pvbus0 at mainbus0: KVM
pvclock0 at pvbus0
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel 82441FX" rev 0x02
pcib0 at pci0 dev 1 function 0 "Intel 82371SB ISA" rev 0x00
pciide0 at pci0 dev 1 function 1 "Intel 82371SB IDE" rev 0x00: DMA,
channel 0 wired to compatibility, channel 1 wired to compatibility
atapiscsi0 at pciide0 channel 0 drive 0
scsibus1 at atapiscsi0: 2 targets
cd0 at scsibus1 targ 0 lun 0: <QEMU, QEMU DVD-ROM, 2.5+> removable
cd0(pciide0:0:0): using PIO mode 4, DMA mode 2
pciide0: channel 1 disabled (no drives)
piixpm0 at pci0 dev 1 function 3 "Intel 82371AB Power" rev 0x03: apic 0 int 9
iic0 at piixpm0
vga1 at pci0 dev 2 function 0 "Bochs VGA" rev 0x02
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
virtio0 at pci0 dev 3 function 0 "Qumranet Virtio Network" rev 0x00
vio0 at virtio0: address 52:54:00:c9:03:28
virtio0: msix per-VQ
virtio1 at pci0 dev 4 function 0 "Qumranet Virtio Storage" rev 0x00
vioblk0 at virtio1
scsibus2 at vioblk0: 1 targets
sd0 at scsibus2 targ 0 lun 0: <VirtIO, Block Device, >
sd0: 15360MB, 512 bytes/sector, 31457280 sectors
virtio1: msix per-VQ
virtio2 at pci0 dev 5 function 0 "Qumranet Virtio Memory Balloon" rev 0x00
viomb0 at virtio2
virtio2: apic 0 int 10
isa0 at pcib0
isadma0 at isa0
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pms0 at pckbc0 (aux slot)
wsmouse0 at pms0 mux 0
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
vscsi0 at root
scsibus3 at vscsi0: 256 targets
softraid0 at root
scsibus4 at softraid0: 256 targets
root on sd0a (571c338be1b81e5d.a) swap on sd0b dump on sd0b

dmesg (7.6):
OpenBSD 7.6 (GENERIC.MP) #338: Mon Sep 30 08:55:35 MDT 2024
deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 2130563072 (2031MB)
avail mem = 2042884096 (1948MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.8 @ 0xf5220 (10 entries)
bios0: vendor SeaBIOS version "1.16.3-debian-1.16.3-2~bpo12+1" date 04/01/2014
bios0: QEMU Standard PC (i440FX + PIIX, 1996)
acpi0 at bios0: ACPI 1.0
acpi0: sleep states S5
acpi0: tables DSDT FACP APIC HPET WAET
acpi0: wakeup devices
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: AMD EPYC-Milan Processor, 1996.54 MHz, 19-01-01
cpu0: cpuid 1 edx=78bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2>
ecx=f6fa3203<SSE3,PCLMUL,SSSE3,FMA3,CX16,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,HV>
cpu0: cpuid 6 eax=4<ARAT>
cpu0: cpuid 7.0
ebx=219c07a9<FSGSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,SHA>
ecx=40000c<UMIP,PKU> edx=84000010<IBRS,IBPB,SSBD>
cpu0: cpuid d.1 eax=f<XSAVEOPT,XSAVEC,XGETBV1,XSAVES>
cpu0: cpuid 80000001 edx=2fd3fbff<NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG>
ecx=c003f1<LAHF,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,TOPEXT,CPCTR>
cpu0: cpuid 80000008 ebx=300d205<IBPB,IBRS,STIBP,SSBD,VIRTSSBD>
cpu0: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 512KB
64b/line 8-way L2 cache, 32MB 64b/line 16-way L3 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
cpu0: apic clock running at 1000MHz
cpu1 at mainbus0: apid 1 (application processor)
cpu1: AMD EPYC-Milan Processor, 1996.66 MHz, 19-01-01
cpu1: smt 0, core 0, package 1
ioapic0 at mainbus0: apid 0 pa 0xfec00000, version 11, 24 pins
acpihpet0 at acpi0: 100000000 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
"ACPI0006" at acpi0 not configured
acpipci0 at acpi0 PCI0
"PNP0A06" at acpi0 not configured
"PNP0A06" at acpi0 not configured
"PNP0A06" at acpi0 not configured
"QEMU0002" at acpi0 not configured
com0 at acpi0 COM1 addr 0x3f8/0x8 irq 4: ns16550a, 16 byte fifo
acpicmos0 at acpi0
"ACPI0010" at acpi0 not configured
acpicpu0 at acpi0: C1(@1 halt!)
acpicpu1 at acpi0: C1(@1 halt!)
pvbus0 at mainbus0: KVM
pvclock0 at pvbus0
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel 82441FX" rev 0x02
pcib0 at pci0 dev 1 function 0 "Intel 82371SB ISA" rev 0x00
pciide0 at pci0 dev 1 function 1 "Intel 82371SB IDE" rev 0x00: DMA,
channel 0 wired to compatibility, channel 1 wired to compatibility
atapiscsi0 at pciide0 channel 0 drive 0
scsibus1 at atapiscsi0: 2 targets
cd0 at scsibus1 targ 0 lun 0: <QEMU, QEMU DVD-ROM, 2.5+> removable
cd0(pciide0:0:0): using PIO mode 4, DMA mode 2
pciide0: channel 1 disabled (no drives)
piixpm0 at pci0 dev 1 function 3 "Intel 82371AB Power" rev 0x03: apic 0 int 9
iic0 at piixpm0
vga1 at pci0 dev 2 function 0 "Bochs VGA" rev 0x02
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
virtio0 at pci0 dev 3 function 0 "Qumranet Virtio Network" rev 0x00
vio0 at virtio0, address 52:54:00:0f:37:07
virtio0: msix per-VQ
virtio1 at pci0 dev 4 function 0 "Qumranet Virtio Storage" rev 0x00
vioblk0 at virtio1
scsibus2 at vioblk0: 1 targets
sd0 at scsibus2 targ 0 lun 0: <VirtIO, Block Device, >
sd0: 15360MB, 512 bytes/sector, 31457280 sectors
virtio1: msix per-VQ
virtio2 at pci0 dev 5 function 0 "Qumranet Virtio Memory Balloon" rev 0x00
viomb0 at virtio2
virtio2: apic 0 int 10
isa0 at pcib0
isadma0 at isa0
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pms0 at pckbc0 (aux slot)
wsmouse0 at pms0 mux 0
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
vscsi0 at root
scsibus3 at vscsi0: 256 targets
softraid0 at root
scsibus4 at softraid0: 256 targets
root on sd0a (1f2435ee5375e4cb.a) swap on sd0b dump on sd0b
fd0 at fdc0 drive 1: density unknown

We've kept one IKE server upgraded to 7.6 on purpose, to help with
troubleshooting.

Loïc REVEST

Re: devel/sbt: update to 1.10.5

05.11.2024 23:03, Kirill A. Korinsky пишет:
> Here a clean update of devel/sbt to 1.10.5.

OK kn

devel/sbt: update to 1.10.5

ports@,

Here a clean update of devel/sbt to 1.10.5.

Changelog:
- https://github.com/sbt/sbt/releases/tag/v1.10.5

Tested on -current/amd64.

Ok?

Index: Makefile
===================================================================
RCS file: /home/cvs/ports/devel/sbt/Makefile,v
diff -u -p -r1.6 Makefile
--- Makefile 30 Oct 2024 07:32:19 -0000 1.6
+++ Makefile 5 Nov 2024 19:35:31 -0000
@@ -1,6 +1,6 @@
COMMENT= interactive build tool, primarily for Scala/Java

-V= 1.10.4
+V= 1.10.5
DISTNAME= sbt-$V
CATEGORIES= devel

Index: distinfo
===================================================================
RCS file: /home/cvs/ports/devel/sbt/distinfo,v
diff -u -p -r1.6 distinfo
--- distinfo 30 Oct 2024 07:32:19 -0000 1.6
+++ distinfo 5 Nov 2024 19:49:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (sbt-1.10.4.tgz) = DL/ju2aoVX0mG4VUayGJzV1vH/2ymZyoz8lFG4U6MaQ=
-SIZE (sbt-1.10.4.tgz) = 64817358
+SHA256 (sbt-1.10.5.tgz) = +yIy4FH/lj6UnWEAd4ZtJQz40YwxL8/QTwf7/8PV6S8=
+SIZE (sbt-1.10.5.tgz) = 57171386


--
wbr, Kirill

Re: www/qobuy-dl: new port with dependencies

On Tue, 05 Nov 2024 20:22:37 +0100,
Kirill A. Korinsky <kirill@korins.ky> wrote:
>
> ports@,
>
> I'd like to import a new port www/qobuz-dl and two it's dependencies:
> devel/py-pathvalidate and devel/py-pick.
>
> qobuz-dl is a programm that allows user to download music from Qobuz. Qobuz
> allows you to stream its library and buy music as flac files. Unfortunately
> it doesn't have a way to download .zip from the web UI for a while, and you
> have to download tracks one by one, which is quite annoying.
>
> I've tested on -current/amd64 yt-dlp, but it doesn't support qobuz, not
> directly or via generic extractor.
>
> Feedback? Ok?
>

And here updated tgz which contains fixed PLIST.

--
wbr, Kirill

www/qobuy-dl: new port with dependencies

ports@,

I'd like to import a new port www/qobuz-dl and two it's dependencies:
devel/py-pathvalidate and devel/py-pick.

qobuz-dl is a programm that allows user to download music from Qobuz. Qobuz
allows you to stream its library and buy music as flac files. Unfortunately
it doesn't have a way to download .zip from the web UI for a while, and you
have to download tracks one by one, which is quite annoying.

I've tested on -current/amd64 yt-dlp, but it doesn't support qobuz, not
directly or via generic extractor.

Feedback? Ok?

--
wbr, Kirill

Re: mkvtoolnix fails to build

On Tue Nov 05, 2024 at 07:39:35PM +0100, Antoine Jacoutot wrote:
> I am lost.
> I marked it BROKEN for now until we understand what is going on.
>

I'm with you, one moment it's building, the next it's failing.

Re: Enable debug packages in security/libssh / libssh-0.10.6

On Tue, Nov 05, 2024 at 06:55:00PM +0000, Mikolaj Kucharski wrote:
> Hi,
>
> I'm trying to troubleshoot following issue
>
> https://github.com/ansible/pylibssh/issues/645
>
> and I would like to enable debug package in libssh. Below diff is
> making it work here.

committed with a revision bump

Enable debug packages in security/libssh / libssh-0.10.6

Hi,

I'm trying to troubleshoot following issue

https://github.com/ansible/pylibssh/issues/645

and I would like to enable debug package in libssh. Below diff is
making it work here.


Index: Makefile
===================================================================
RCS file: /cvs/ports/security/libssh/Makefile,v
diff -u -p -u -r1.35 Makefile
--- Makefile 18 Dec 2023 19:05:47 -0000 1.35
+++ Makefile 5 Nov 2024 18:51:10 -0000
@@ -28,4 +28,6 @@ BUILD_DEPENDS = devel/cmocka \
CONFIGURE_ARGS += -DUNIT_TESTING=ON \
-DWITH_EXAMPLES=OFF

+DEBUG_PACKAGES = ${BUILD_PACKAGES}
+
.include <bsd.port.mk>

--
Regards,
Mikolaj

Re: [new] devel/git-cinnabar, a git remote helper to talk to hg repos

Le Tue, Nov 05, 2024 at 07:36:02PM +0100, Jeremie Courreges-Anglas a écrit :
> On Tue, Nov 05, 2024 at 07:05:46PM +0100, Landry Breuil wrote:
> > hi,
> >
> > hg is so painful and slow.. so here's a port for git-cinnabar, which
> > allows me to talk to mozilla mercurial servers, but working locally with
> > git.
> >
> > https://github.com/glandium/git-cinnabar/wiki/Mozilla:-A-git-workflow-for-Gecko-development
> >
> > i'm not sure i will be needing it for long given
> > https://glandium.org/blog/?p=4346, but for now it works and helps !
> >
> > feedback welcome. oks too :)
>
> Cloning an hg repo works fine once you install mercurial. That
> doesn't sound obvious - to me at least. If hg(1) is needed every time
> you need to talk to the repo (no idea), maybe add mercurial to
> RUN_DEPENDS?

hmm right i guess that .. makes sense, somehow.
thanks, will add the RDEP !

Re: new tool: port-var-check

On Sun, Nov 03, 2024 at 02:11:12PM +0100, Marc Espie wrote:
> Here's a second version that actually works with multiple parameters,
> is way more specific at telling you where badly-placed variables should be,
> and also knows a heck of a lot more about existing variables.

Hmm

Makefile: SITES late (should be before SITES)

with the following (ugly) Makefile from my xenoport project


COMMENT = library providing the VESA CVT standard modelines generator

DISTNAME = libxcvt-0.1.1

SHARED_LIBS = xcvt 0.0
CATEGORIES = devel x11
HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxfont

MAINTAINER = xenocara@openbsd.org

# MIT
PERMIT_PACKAGE = Yes

WANTLIB = c m

EXTRACT_SUFX = .tar.xz

MODULES = devel/meson xenocara

SITES = ${SITE_XORG:=lib/}

.include <bsd.port.mk>

--
Matthieu Herrb

Re: mkvtoolnix fails to build

I am lost.
I marked it BROKEN for now until we understand what is going on.

On Tue, Nov 05, 2024 at 10:38:22AM +0000, Stuart Henderson wrote:
> On 2024/11/02 10:00, Rafael Sadowski wrote:
> > On Sat Nov 02, 2024 at 08:29:56AM +0100, Antoine Jacoutot wrote:
> > > This fixes it.
> > > Dunno if it's the right fix.
> > >
> > >
> > > Index: Makefile
> > > ===================================================================
> > > RCS file: /cvs/ports/multimedia/mkvtoolnix/Makefile,v
> > > diff -u -p -r1.136 Makefile
> > > --- Makefile 31 Oct 2024 07:10:16 -0000 1.136
> > > +++ Makefile 2 Nov 2024 07:27:33 -0000
> > > @@ -63,14 +63,13 @@ AUTOCONF_VERSION= 2.71
> > >
> > > CONFIGURE_ARGS= --disable-optimization \
> > > --disable-update-check \
> > > - --disable-qt6 \
> > > --disable-precompiled-headers \
> > > --with-boost=${LOCALBASE} \
> > > --with-docbook-xsl-root=${LOCALBASE}/share/xsl/docbook \
> > > - --with-qmake=${MODQT6_QMAKE}
> > > + --with-qmake6=${MODQT6_QMAKE}
> > >
> > > MAKE_ENV+= V=1
> > > -CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include -I${MODQT6_INCDIR}
> > > +CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include -I${MODQT6_INCDIR} -I${MODQT6_INCDIR}/QtCore
> > > LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib -L${MODQT6_LIBDIR}
> > >
> > > CONFIGURE_ENV+= LCONVERT="${LOCALBASE}/lib/qt6/bin/lconvert" \
> > >
> >
> > Thanks aja, and sorry for the breakage. I ran this diff last night. I
> > have no clue how I committed such a wired update diff. Maybe I picked up
> > a wrong diff.
> >
> > diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile
> > index ed7e8e05ab9..827beae4917 100644
> > --- a/multimedia/mkvtoolnix/Makefile
> > +++ b/multimedia/mkvtoolnix/Makefile
> > @@ -63,14 +63,14 @@ AUTOCONF_VERSION= 2.71
> >
> > CONFIGURE_ARGS= --disable-optimization \
> > --disable-update-check \
> > - --disable-qt6 \
> > --disable-precompiled-headers \
> > --with-boost=${LOCALBASE} \
> > --with-docbook-xsl-root=${LOCALBASE}/share/xsl/docbook \
> > --with-qmake=${MODQT6_QMAKE}
> >
> > MAKE_ENV+= V=1
> > -CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include -I${MODQT6_INCDIR}
> > +CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include
> > +CPPFLAGS+= -I${MODQT6_INCDIR} -I${MODQT6_INCDIR}/QtCore
> > LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib -L${MODQT6_LIBDIR}
> >
> > CONFIGURE_ENV+= LCONVERT="${LOCALBASE}/lib/qt6/bin/lconvert" \
>
> Still fails for me with that diff,
>
> <snip>
> configure:8505: Using the internal version of UTF8-CPP
> configure:8514: checking fmt
> configure:8555: c++ -c -std=c++20 -O2 -pipe -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/X11/qt6 -I/usr/local/include/X11/qt6/QtCore conftest.cpp >&5
> conftest.cpp:46:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
> fmt::format("{0}", fmt::to_string(4254));
> ^~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
> conftest.cpp:48:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
> fmt::format(fmt::runtime(moo), "moo");
> ^~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~
> 2 warnings generated.
> configure:8555: $? = 0
> configure:8574: result: yes
> configure:8589: $PKG_CONFIG --exists --print-errors "zlib"
> configure:8592: $? = 0
> configure:8601: checking for ZLIB
> configure:8608: $PKG_CONFIG --exists --print-errors "zlib"
> configure:8611: $? = 0
> configure:8625: $PKG_CONFIG --exists --print-errors "zlib"
> configure:8628: $? = 0
> configure:8686: result: yes
> configure:8734: checking for qmake6
> configure:8736: result: using supplied /usr/local/bin/qmake-qt6
> Detected locale "C" with character encoding "US-ASCII", which is not UTF-8.
> Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
> If this causes problems, reconfigure your locale. See the locale(1) manual
> for more information.
> Detected locale "C" with character encoding "US-ASCII", which is not UTF-8.
> Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
> If this causes problems, reconfigure your locale. See the locale(1) manual
> for more information.
> Detected locale "C" with character encoding "US-ASCII", which is not UTF-8.
> Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
> If this causes problems, reconfigure your locale. See the locale(1) manual
> for more information.
> Detected locale "C" with character encoding "US-ASCII", which is not UTF-8.
> Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
> If this causes problems, reconfigure your locale. See the locale(1) manual
> for more information.
> Detected locale "C" with character encoding "US-ASCII", which is not UTF-8.
> Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
> If this causes problems, reconfigure your locale. See the locale(1) manual
> for more information.
> Detected locale "C" with character encoding "US-ASCII", which is not UTF-8.
> Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
> If this causes problems, reconfigure your locale. See the locale(1) manual
> for more information.
> Detected locale "C" with character encoding "US-ASCII", which is not UTF-8.
> Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
> If this causes problems, reconfigure your locale. See the locale(1) manual
> for more information.
> Detected locale "C" with character encoding "US-ASCII", which is not UTF-8.
> Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
> If this causes problems, reconfigure your locale. See the locale(1) manual
> for more information.
> Detected locale "C" with character encoding "US-ASCII", which is not UTF-8.
> Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
> If this causes problems, reconfigure your locale. See the locale(1) manual
> for more information.
> configure:8998: checking for qmake6's version
> configure:9009: result: 6.7.3
> configure:9055: checking for lconvert
> configure:9090: result: /usr/local/lib/qt6/bin/lconvert
> configure:9100: checking for moc
> configure:9135: result: /usr/local/bin/moc-qt6
> configure:9145: checking for rcc
> configure:9168: found /usr/local/lib/qt6/libexec/rcc
> configure:9180: result: /usr/local/lib/qt6/libexec/rcc
> configure:9190: checking for uic
> configure:9225: result: /usr/local/bin/uic-qt6
> configure:9298: c++ -o conftest -std=c++20 -O2 -pipe -pthread -fPIC -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/X11/qt6 -I/usr/local/include/X11/qt6/QtCore -L/usr/local/lib -L/usr/X11R6/lib -L/usr/local/lib/qt6 conftest.cpp -L/usr/local/lib -L/usr/X11R6/lib -L/usr/local/lib/qt6 -pthread -Wl,-rpath,/usr/X11R6/lib -Wl,-rpath,/usr/local/lib >&5
> ld: error: undefined symbol: QCoreApplication::QCoreApplication(int&, char**, int)
> >>> referenced by conftest.cpp
> >>> /tmp/conftest-7de8dd.o:(Config::Config(int&, char**))
>
> ld: error: undefined symbol: QString::fromUtf8(QByteArrayView)
> >>> referenced by conftest.cpp
> >>> /tmp/conftest-7de8dd.o:(Config::Config(int&, char**))
>
> ld: error: undefined symbol: QCoreApplication::setApplicationName(QString const&)
> >>> referenced by conftest.cpp
> >>> /tmp/conftest-7de8dd.o:(Config::Config(int&, char**))
>
> ld: error: undefined symbol: qt_assert(char const*, char const*, int)
> >>> referenced by conftest.cpp
> >>> /tmp/conftest-7de8dd.o:(Config::Config(int&, char**))
> >>> referenced by conftest.cpp
> >>> /tmp/conftest-7de8dd.o:(QString::~QString())
>
> ld: error: undefined symbol: QCoreApplication::~QCoreApplication()
> >>> referenced by conftest.cpp
> >>> /tmp/conftest-7de8dd.o:(Config::Config(int&, char**))
> >>> referenced by conftest.cpp
> >>> /tmp/conftest-7de8dd.o:(main)
> >>> referenced by conftest.cpp
> >>> /tmp/conftest-7de8dd.o:(Config::~Config())
> >>> referenced 1 more times
>
> ld: error: undefined symbol: qt_version_tag
> >>> referenced by conftest.cpp
> >>> /tmp/conftest-7de8dd.o:(qt_version_tag_use)
>
> ld: error: undefined symbol: QCoreApplication::metaObject() const
> >>> referenced by conftest.cpp
> >>> /tmp/conftest-7de8dd.o:(vtable for Config)
>
> ld: error: undefined symbol: QCoreApplication::qt_metacast(char const*)
> >>> referenced by conftest.cpp
> >>> /tmp/conftest-7de8dd.o:(vtable for Config)
>
> ld: error: undefined symbol: QCoreApplication::qt_metacall(QMetaObject::Call, int, void**)
> >>> referenced by conftest.cpp
> >>> /tmp/conftest-7de8dd.o:(vtable for Config)
>
> ld: error: undefined symbol: QCoreApplication::event(QEvent*)
> >>> referenced by conftest.cpp
> >>> /tmp/conftest-7de8dd.o:(vtable for Config)
>
> ld: error: undefined symbol: QObject::eventFilter(QObject*, QEvent*)
> >>> referenced by conftest.cpp
> >>> /tmp/conftest-7de8dd.o:(vtable for Config)
>
> ld: error: undefined symbol: QObject::timerEvent(QTimerEvent*)
> >>> referenced by conftest.cpp
> >>> /tmp/conftest-7de8dd.o:(vtable for Config)
>
> ld: error: undefined symbol: QObject::childEvent(QChildEvent*)
> >>> referenced by conftest.cpp
> >>> /tmp/conftest-7de8dd.o:(vtable for Config)
>
> ld: error: undefined symbol: QObject::customEvent(QEvent*)
> >>> referenced by conftest.cpp
> >>> /tmp/conftest-7de8dd.o:(vtable for Config)
>
> ld: error: undefined symbol: QObject::connectNotify(QMetaMethod const&)
> >>> referenced by conftest.cpp
> >>> /tmp/conftest-7de8dd.o:(vtable for Config)
>
> ld: error: undefined symbol: QObject::disconnectNotify(QMetaMethod const&)
> >>> referenced by conftest.cpp
> >>> /tmp/conftest-7de8dd.o:(vtable for Config)
>
> ld: error: undefined symbol: QCoreApplication::notify(QObject*, QEvent*)
> >>> referenced by conftest.cpp
> >>> /tmp/conftest-7de8dd.o:(vtable for Config)
>
> ld: error: undefined symbol: QCoreApplication::compressEvent(QEvent*, QObject*, QPostEventList*)
> >>> referenced by conftest.cpp
> >>> /tmp/conftest-7de8dd.o:(vtable for Config)
>
> ld: error: undefined symbol: typeinfo for QCoreApplication
> >>> referenced by conftest.cpp
> >>> /tmp/conftest-7de8dd.o:(typeinfo for Config)
> c++: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:9298: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "MKVToolNix"
> | #define PACKAGE_TARNAME "mkvtoolnix"
> | #define PACKAGE_VERSION "88.0"
> | #define PACKAGE_STRING "MKVToolNix 88.0"
> | #define PACKAGE_BUGREPORT "https://gitlab.com/mbunkus/mkvtoolnix/issues/"
> | #define PACKAGE_URL ""
> | #define HAVE_STDIO_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_UNISTD_H 1
> | #define STDC_HEADERS 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_SYSCALL_H 1
> | #define SIZEOF_INT 4
> | #define SIZEOF_LONG 4
> | #define SIZEOF_LONG_LONG 8
> | #define HAVE_ICONV_H 1
> | #define ICONV_CONST
> | #define HAVE_NL_LANGINFO 1
> | #define HAVE_OGG_OGG_H 1
> | #define HAVE_VORBIS_CODEC_H 1
> | #define HAVE_FLAC_DECODER_SKIP 1
> | #define HAVE_FLAC_FORMAT_H 1
> | #define HAVE_NLOHMANN_JSONCPP 1
> | /* end confdefs.h. */
> |
> | #include <QtCore>
> | #include <QCoreApplication>
> | class Config : public QCoreApplication {
> | public:
> | Config(int &argc, char **argv);
> | };
> | Config::Config(int &argc, char **argv)
> | : QCoreApplication(argc,argv) {setApplicationName("config");}
> |
> | int
> | main (void)
> | {
> |
> | int ai = 0;
> | char **ac = 0;
> | Config app(ai,ac);
> | return 0;
> |
> | ;
> | return 0;
> | }
> configure:9320: checking for Qt 6
> configure:9322: result: no: could not compile a test program
> configure:9358: error: The Qt library version >= 6.2.0 is required for building MKVToolNix.
>
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
>
> ac_cv_accept_arg=socklen_t
> ac_cv_argtype_accept3='socklen_t *'
> ac_cv_argtype_poll2=nfds_t
> ac_cv_atexit=atexit
> ac_cv_broken_nice=no
> ac_cv_broken_poll=no
> ac_cv_broken_sprintf=no
> ac_cv_build=i386-unknown-openbsd7.6
> ac_cv_c_backslash_a=yes
> ac_cv_c_bigendian=no
> ac_cv_c_compiler_gnu=yes
> ac_cv_c_const=yes
> ac_cv_c_jmp_buf_array=yes
> ac_cv_c_realloc_bug=no
> ac_cv_c_restrict=__restrict__
> ac_cv_c_socklen_t=yes
> ac_cv_c_stringize=yes
> ac_cv_c_va_copy=yes
> ac_cv_c_volatile=yes
> ac_cv_c_working_sigaltstack=yes
> ac_cv_check_socklentype=socklen_t
> ac_cv_check_symbol_sys_siglist=yes
> ac_cv_cmsghdr=yes
> ac_cv_compiler_version_line='OpenBSD clang version 16.0.6'
> ac_cv_cpp_explicit=yes
> ac_cv_cpp_reinterpret_cast=yes
> ac_cv_cpp_typename=yes
> ac_cv_crypt_blowfish=yes
> ac_cv_crypt_des=yes
> ac_cv_crypt_ext_des=yes
> ac_cv_crypt_md5=yes
> ac_cv_cxx_bool=yes
> ac_cv_cxx_compiler_gnu=yes
> ac_cv_cxx_const_cast=yes
> ac_cv_cxx_dynamic_cast=yes
> ac_cv_cxx_explicit=yes
> ac_cv_cxx_reinterpret_cast=yes
> ac_cv_cxx_static_cast=yes
> ac_cv_cygwin=no
> ac_cv_decl_clocks_per_sec=yes
> ac_cv_decl_exit_success_and_failure=yes
> ac_cv_decl_flock=yes
> ac_cv_decl_in6_addr_def=yes
> ac_cv_decl_in_addr6_def=no
> ac_cv_decl_strcasecmp=yes
> ac_cv_decl_sys_errlist=yes
> ac_cv_decl_sys_nerr_def=yes
> ac_cv_decl_sys_siglist=yes
> ac_cv_decl_sys_siglist_def=yes
> ac_cv_declared_select=yes
> ac_cv_declared_swab=yes
> ac_cv_declared_timezone=yes
> ac_cv_dirent_d_off=no
> ac_cv_dll_flags=-shared
> ac_cv_env_CCC_set=
> ac_cv_env_CCC_value=
> ac_cv_env_CC_set=set
> ac_cv_env_CC_value=cc
> ac_cv_env_CFLAGS_set=set
> ac_cv_env_CFLAGS_value='-O2 -pipe'
> ac_cv_env_CPPFLAGS_set=set
> ac_cv_env_CPPFLAGS_value=' -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/X11/qt6 -I/usr/local/include/X11/qt6/QtCore'
> ac_cv_env_CPP_set=
> ac_cv_env_CPP_value=
> ac_cv_env_CXXCPP_set=
> ac_cv_env_CXXCPP_value=
> ac_cv_env_CXXFLAGS_set=set
> ac_cv_env_CXXFLAGS_value='-O2 -pipe'
> ac_cv_env_CXX_set=set
> ac_cv_env_CXX_value=c++
> ac_cv_env_EBML_CFLAGS_set=
> ac_cv_env_EBML_CFLAGS_value=
> ac_cv_env_EBML_LIBS_set=
> ac_cv_env_EBML_LIBS_value=
> ac_cv_env_LDFLAGS_set=set
> ac_cv_env_LDFLAGS_value=' -L/usr/local/lib -L/usr/X11R6/lib -L/usr/local/lib/qt6'
> ac_cv_env_LIBS_set=
> ac_cv_env_LIBS_value=
> ac_cv_env_MATROSKA_CFLAGS_set=
> ac_cv_env_MATROSKA_CFLAGS_value=
> ac_cv_env_MATROSKA_LIBS_set=
> ac_cv_env_MATROSKA_LIBS_value=
> ac_cv_env_PKG_CONFIG_LIBDIR_set=
> ac_cv_env_PKG_CONFIG_LIBDIR_value=
> ac_cv_env_PKG_CONFIG_PATH_set=
> ac_cv_env_PKG_CONFIG_PATH_value=
> ac_cv_env_PKG_CONFIG_set=
> ac_cv_env_PKG_CONFIG_value=
> ac_cv_env_PUGIXML_CFLAGS_set=
> ac_cv_env_PUGIXML_CFLAGS_value=
> ac_cv_env_PUGIXML_LIBS_set=
> ac_cv_env_PUGIXML_LIBS_value=
> ac_cv_env_ZLIB_CFLAGS_set=
> ac_cv_env_ZLIB_CFLAGS_value=
> ac_cv_env_ZLIB_LIBS_set=
> ac_cv_env_ZLIB_LIBS_value=
> ac_cv_env_build_alias_set=
> ac_cv_env_build_alias_value=
> ac_cv_env_dvdread_CFLAGS_set=
> ac_cv_env_dvdread_CFLAGS_value=
> ac_cv_env_dvdread_LIBS_set=
> ac_cv_env_dvdread_LIBS_value=
> ac_cv_env_flac_CFLAGS_set=
> ac_cv_env_flac_CFLAGS_value=
> ac_cv_env_flac_LIBS_set=
> ac_cv_env_flac_LIBS_value=
> ac_cv_env_gtest_CFLAGS_set=
> ac_cv_env_gtest_CFLAGS_value=
> ac_cv_env_gtest_LIBS_set=
> ac_cv_env_gtest_LIBS_value=
> ac_cv_env_host_alias_set=
> ac_cv_env_host_alias_value=
> ac_cv_env_libcmark_CFLAGS_set=
> ac_cv_env_libcmark_CFLAGS_value=
> ac_cv_env_libcmark_LIBS_set=
> ac_cv_env_libcmark_LIBS_value=
> ac_cv_env_target_alias_set=
> ac_cv_env_target_alias_value=
> ac_cv_exeext=
> ac_cv_f77_compiler_gnu=yes
> ac_cv_fmt=yes
> ac_cv_func_MD4Init=yes
> ac_cv_func_MD5Data=yes
> ac_cv_func_MD5Init=yes
> ac_cv_func_MD5Update=yes
> ac_cv_func__IceTransNoListen=yes
> ac_cv_func__getpty=no
> ac_cv_func_accept=yes
> ac_cv_func_accept_arg1=int
> ac_cv_func_accept_arg2='struct sockaddr *'
> ac_cv_func_accept_arg3=socklen_t
> ac_cv_func_accept_return=int
> ac_cv_func_access=yes
> ac_cv_func_alarm=yes
> ac_cv_func_alloca=yes
> ac_cv_func_alloca_works=yes
> ac_cv_func_alphasort=yes
> ac_cv_func_arc4random=yes
> ac_cv_func_asctime=yes
> ac_cv_func_asctime_r=yes
> ac_cv_func_asprintf=yes
> ac_cv_func_atexit=yes
> ac_cv_func_atof=yes
> ac_cv_func_atoi=yes
> ac_cv_func_atol=yes
> ac_cv_func_basename=yes
> ac_cv_func_bcmp=yes
> ac_cv_func_bcopy=yes
> ac_cv_func_bind=yes
> ac_cv_func_bindresvport=yes
> ac_cv_func_brk=yes
> ac_cv_func_bsearch=yes
> ac_cv_func_btowc=yes
> ac_cv_func_bzero=yes
> ac_cv_func_calloc=yes
> ac_cv_func_catclose=yes
> ac_cv_func_catgets=yes
> ac_cv_func_catopen=yes
> ac_cv_func_ceil=yes
> ac_cv_func_cfgetospeed=yes
> ac_cv_func_cfmakeraw=yes
> ac_cv_func_cfsetispeed=yes
> ac_cv_func_cfsetospeed=yes
> ac_cv_func_cfsetspeed=yes
> ac_cv_func_cgetnext=yes
> ac_cv_func_chdir=yes
> ac_cv_func_chflags=yes
> ac_cv_func_chmod=yes
> ac_cv_func_chown=yes
> ac_cv_func_chown_works=yes
> ac_cv_func_chroot=yes
> ac_cv_func_clock=yes
> ac_cv_func_clock_getres=yes
> ac_cv_func_clock_gettime=yes
> ac_cv_func_clock_settime=yes
> ac_cv_func_close=yes
> ac_cv_func_closedir=yes
> ac_cv_func_closedir_void=no
> ac_cv_func_closefrom=yes
> ac_cv_func_closelog=yes
> ac_cv_func_confstr=yes
> ac_cv_func_connect=yes
> ac_cv_func_crc32=yes
> ac_cv_func_crypt=yes
> ac_cv_func_ctermid=yes
> ac_cv_func_ctermid_r=no
> ac_cv_func_ctime=yes
> ac_cv_func_ctime_r=yes
> ac_cv_func_daemon=yes
> ac_cv_func_dbopen=yes
> ac_cv_func_deflate=yes
> ac_cv_func_deflateEnd=yes
> ac_cv_func_deflateInit2_=yes
> ac_cv_func_deflateReset=yes
> ac_cv_func_difftime=yes
> ac_cv_func_dirname=yes
> ac_cv_func_div=yes
> ac_cv_func_dlclose=yes
> ac_cv_func_dlerror=yes
> ac_cv_func_dlsym=yes
> ac_cv_func_drand48=yes
> ac_cv_func_drem=yes
> ac_cv_func_dup2=yes
> ac_cv_func_dup=yes
> ac_cv_func_endgrent=yes
> ac_cv_func_endgrent_r=no
> ac_cv_func_endhostent=yes
> ac_cv_func_endnetent=yes
> ac_cv_func_endnetgrent=yes
> ac_cv_func_endprotoent=yes
> ac_cv_func_endprotoent_r=yes
> ac_cv_func_endpwent=yes
> ac_cv_func_endservent=yes
> ac_cv_func_endservent_r=yes
> ac_cv_func_erand48=yes
> ac_cv_func_erf=yes
> ac_cv_func_erfc=yes
> ac_cv_func_err=yes
> ac_cv_func_ether_hostton=yes
> ac_cv_func_ether_ntoa=yes
> ac_cv_func_ether_ntohost=yes
> ac_cv_func_execl=yes
> ac_cv_func_execlp=yes
> ac_cv_func_execv=yes
> ac_cv_func_execve=yes
> ac_cv_func_execvp=yes
> ac_cv_func_exit=yes
> ac_cv_func_fchdir=yes
> ac_cv_func_fchmod=yes
> ac_cv_func_fchown=yes
> ac_cv_func_fclose=yes
> ac_cv_func_fcntl=yes
> ac_cv_func_fcvt=yes
> ac_cv_func_fdopen=yes
> ac_cv_func_fdopendir=yes
> ac_cv_func_fflush=yes
> ac_cv_func_ffs=yes
> ac_cv_func_fgetc=yes
> ac_cv_func_fgetln=yes
> ac_cv_func_fgetpos=yes
> ac_cv_func_fileno=yes
> ac_cv_func_flock=yes
> ac_cv_func_flockfile=yes
> ac_cv_func_fnmatch=yes
> ac_cv_func_fnmatch_works=yes
> ac_cv_func_fork=yes
> ac_cv_func_fork_works=yes
> ac_cv_func_fpathconf=yes
> ac_cv_func_fprintf=yes
> ac_cv_func_fpsetmask=yes
> ac_cv_func_fpurge=yes
> ac_cv_func_fputc=yes
> ac_cv_func_fputs=yes
> ac_cv_func_fread=yes
> ac_cv_func_free=yes
> ac_cv_func_freeaddrinfo=yes
> ac_cv_func_freeifaddrs=yes
> ac_cv_func_fscanf=yes
> ac_cv_func_fseek=yes
> ac_cv_func_fseeko=yes
> ac_cv_func_fsetpos=yes
> ac_cv_func_fstat=yes
> ac_cv_func_fstatfs=yes
> ac_cv_func_fsync=yes
> ac_cv_func_ftell=yes
> ac_cv_func_ftello=yes
> ac_cv_func_ftok=yes
> ac_cv_func_ftruncate=yes
> ac_cv_func_fts_open=yes
> ac_cv_func_ftw=yes
> ac_cv_func_funlockfile=yes
> ac_cv_func_funopen=yes
> ac_cv_func_futimens=yes
> ac_cv_func_futimes=yes
> ac_cv_func_fwrite=yes
> ac_cv_func_gai_strerror=yes
> ac_cv_func_getaddrinfo=yes
> ac_cv_func_getc_unlocked=yes
> ac_cv_func_getcwd=yes
> ac_cv_func_getdomainname=yes
> ac_cv_func_getdtablesize=yes
> ac_cv_func_getegid=yes
> ac_cv_func_getenv=yes
> ac_cv_func_geteuid=yes
> ac_cv_func_getfsent=yes
> ac_cv_func_getfsstat=yes
> ac_cv_func_getgid=yes
> ac_cv_func_getgrent=yes
> ac_cv_func_getgrgid=yes
> ac_cv_func_getgrgid_r=yes
> ac_cv_func_getgrnam=yes
> ac_cv_func_getgrnam_r=yes
> ac_cv_func_getgrouplist=yes
> ac_cv_func_getgroups=yes
> ac_cv_func_getgroups_works=yes
> ac_cv_func_gethostbyaddr=yes
> ac_cv_func_gethostbyname2=yes
> ac_cv_func_gethostbyname=yes
> ac_cv_func_gethostent=yes
> ac_cv_func_gethostid=yes
> ac_cv_func_gethostname=yes
> ac_cv_func_getifaddrs=yes
> ac_cv_func_getitimer=yes
> ac_cv_func_getloadavg=yes
> ac_cv_func_getlogin=yes
> ac_cv_func_getlogin_r=yes
> ac_cv_func_getmntinfo=yes
> ac_cv_func_getnameinfo=yes
> ac_cv_func_getnetbyaddr=yes
> ac_cv_func_getnetbyname=yes
> ac_cv_func_getnetent=yes
> ac_cv_func_getnetgrent=yes
> ac_cv_func_getopt=yes
> ac_cv_func_getopt_long=yes
> ac_cv_func_getpagesize=yes
> ac_cv_func_getpass=yes
> ac_cv_func_getpeereid=yes
> ac_cv_func_getpeername=yes
> ac_cv_func_getpgid=yes
> ac_cv_func_getpgrp=yes
> ac_cv_func_getpid=yes
> ac_cv_func_getppid=yes
> ac_cv_func_getpriority=yes
> ac_cv_func_getprotobyname=yes
> ac_cv_func_getprotobyname_r=yes
> ac_cv_func_getprotobynumber=yes
> ac_cv_func_getprotobynumber_r=yes
> ac_cv_func_getprotoent=yes
> ac_cv_func_getprotoent_r=yes
> ac_cv_func_getpt=no
> ac_cv_func_getpwent=yes
> ac_cv_func_getpwnam=yes
> ac_cv_func_getpwuid=yes
> ac_cv_func_getresuid=yes
> ac_cv_func_getrlimit=yes
> ac_cv_func_getrusage=yes
> ac_cv_func_getservbyname=yes
> ac_cv_func_getservbyname_r=yes
> ac_cv_func_getservbyport=yes
> ac_cv_func_getservbyport_r=yes
> ac_cv_func_getservent=yes
> ac_cv_func_getservent_r=yes
> ac_cv_func_getsid=yes
> ac_cv_func_getsockname=yes
> ac_cv_func_getsockopt=yes
> ac_cv_func_getsubopt=yes
> ac_cv_func_gettimeofday=yes
> ac_cv_func_getttyent=yes
> ac_cv_func_getuid=yes
> ac_cv_func_getusershell=yes
> ac_cv_func_getwd=yes
> ac_cv_func_glob=yes
> ac_cv_func_gmtime=yes
> ac_cv_func_gmtime_r=yes
> ac_cv_func_grantpt=yes
> ac_cv_func_herror=yes
> ac_cv_func_hstrerror=yes
> ac_cv_func_htonl=yes
> ac_cv_func_htons=yes
> ac_cv_func_if_indextoname=yes
> ac_cv_func_if_nameindex=yes
> ac_cv_func_if_nametoindex=yes
> ac_cv_func_imaxabs=yes
> ac_cv_func_imaxdiv=yes
> ac_cv_func_index=yes
> ac_cv_func_inet_addr=yes
> ac_cv_func_inet_aton=yes
> ac_cv_func_inet_lnaof=yes
> ac_cv_func_inet_makeaddr=yes
> ac_cv_func_inet_neta=yes
> ac_cv_func_inet_netof=yes
> ac_cv_func_inet_network=yes
> ac_cv_func_inet_ntoa=yes
> ac_cv_func_inet_ntop=yes
> ac_cv_func_inet_pton=yes
> ac_cv_func_initgroups=yes
> ac_cv_func_innetgr=yes
> ac_cv_func_insque=yes
> ac_cv_func_ioctl=yes
> ac_cv_func_isalnum=yes
> ac_cv_func_isalpha=yes
> ac_cv_func_isascii=yes
> ac_cv_func_isatty=yes
> ac_cv_func_isblank=yes
> ac_cv_func_isdigit=yes
> ac_cv_func_isgraph=yes
> ac_cv_func_isinf=yes
> ac_cv_func_isnan=yes
> ac_cv_func_isprint=yes
> ac_cv_func_ispunct=yes
> ac_cv_func_issetugid=yes
> ac_cv_func_isspace=yes
> ac_cv_func_iswblank=yes
> ac_cv_func_iswcntrl=yes
> ac_cv_func_iswctype=yes
> ac_cv_func_isxdigit=yes
> ac_cv_func_kill=yes
> ac_cv_func_killpg=yes
> ac_cv_func_kqueue=yes
> ac_cv_func_kvm_open=yes
> ac_cv_func_kvm_openfiles=yes
> ac_cv_func_lchown=yes
> ac_cv_func_lfind=yes
> ac_cv_func_link=yes
> ac_cv_func_linkat=yes
> ac_cv_func_listen=yes
> ac_cv_func_lldiv=yes
> ac_cv_func_localeconv=yes
> ac_cv_func_localtime=yes
> ac_cv_func_localtime_r=yes
> ac_cv_func_lockf=yes
> ac_cv_func_login_getclass=yes
> ac_cv_func_login_tty=yes
> ac_cv_func_logout=yes
> ac_cv_func_longjmp=yes
> ac_cv_func_lrand48=yes
> ac_cv_func_lsearch=yes
> ac_cv_func_lseek=yes
> ac_cv_func_lstat=yes
> ac_cv_func_madvise=yes
> ac_cv_func_malloc=yes
> ac_cv_func_malloc_works=yes
> ac_cv_func_mbrtowc=yes
> ac_cv_func_mbsinit=yes
> ac_cv_func_mbsrtowcs=yes
> ac_cv_func_memchr=yes
> ac_cv_func_memcmp=yes
> ac_cv_func_memcmp_clean=yes
> ac_cv_func_memcmp_working=yes
> ac_cv_func_memcpy=yes
> ac_cv_func_memmem=yes
> ac_cv_func_memmove=yes
> ac_cv_func_memset=yes
> ac_cv_func_mergesort=yes
> ac_cv_func_mkdir=yes
> ac_cv_func_mkfifo=yes
> ac_cv_func_mkfifoat=yes
> ac_cv_func_mknod=yes
> ac_cv_func_mknodat=yes
> ac_cv_func_mkstemp=yes
> ac_cv_func_mkstemps=yes
> ac_cv_func_mktemp=yes
> ac_cv_func_mktime=yes
> ac_cv_func_mlock=yes
> ac_cv_func_mlockall=yes
> ac_cv_func_mmap=yes
> ac_cv_func_mmap_fixed_mapped=yes
> ac_cv_func_mprotect=yes
> ac_cv_func_mrand48=yes
> ac_cv_func_msync=yes
> ac_cv_func_munlock=yes
> ac_cv_func_munlockall=yes
> ac_cv_func_munmap=yes
> ac_cv_func_nanosleep=yes
> ac_cv_func_nice=yes
> ac_cv_func_nlist=yes
> ac_cv_func_ntohs=yes
> ac_cv_func_open=yes
> ac_cv_func_opendir=yes
> ac_cv_func_openlog=yes
> ac_cv_func_pathconf=yes
> ac_cv_func_pause=yes
> ac_cv_func_pclose=yes
> ac_cv_func_perror=yes
> ac_cv_func_pipe=yes
> ac_cv_func_pmap_getmaps=yes
> ac_cv_func_pmap_getport=yes
> ac_cv_func_poll=yes
> ac_cv_func_popen=yes
> ac_cv_func_posix_openpt=yes
> ac_cv_func_pread=yes
> ac_cv_func_printf=yes
> ac_cv_func_printf_longdouble=yes
> ac_cv_func_printf_unix98=yes
> ac_cv_func_psignal=yes
> ac_cv_func_ptrace=yes
> ac_cv_func_ptsname=yes
> ac_cv_func_putc_unlocked=yes
> ac_cv_func_putchar_unlocked=yes
> ac_cv_func_putenv=yes
> ac_cv_func_puts=yes
> ac_cv_func_pwrite=yes
> ac_cv_func_qsort=yes
> ac_cv_func_qsort_argtype=void
> ac_cv_func_raise=yes
> ac_cv_func_rand=yes
> ac_cv_func_rand_r=yes
> ac_cv_func_random=yes
> ac_cv_func_re_comp=no
> ac_cv_func_read=yes
> ac_cv_func_readdir=yes
> ac_cv_func_readdir_r=yes
> ac_cv_func_readlink=yes
> ac_cv_func_readlinkat=yes
> ac_cv_func_readv=yes
> ac_cv_func_realloc=yes
> ac_cv_func_realpath=yes
> ac_cv_func_recv=yes
> ac_cv_func_recvfrom=yes
> ac_cv_func_recvmsg=yes
> ac_cv_func_regcomp=yes
> ac_cv_func_remove=yes
> ac_cv_func_remque=yes
> ac_cv_func_rename=yes
> ac_cv_func_rename_works=yes
> ac_cv_func_renameat=yes
> ac_cv_func_res_init=yes
> ac_cv_func_res_mkquery=yes
> ac_cv_func_res_query=yes
> ac_cv_func_res_search=yes
> ac_cv_func_revoke=yes
> ac_cv_func_rewind=yes
> ac_cv_func_rewinddir=yes
> ac_cv_func_rindex=yes
> ac_cv_func_rmdir=yes
> ac_cv_func_ruserok=yes
> ac_cv_func_sbrk=yes
> ac_cv_func_scandir=yes
> ac_cv_func_scanf=yes
> ac_cv_func_seekdir=yes
> ac_cv_func_select=yes
> ac_cv_func_select_arg1=int
> ac_cv_func_select_arg234='fd_set *'
> ac_cv_func_select_arg5='struct timeval *'
> ac_cv_func_select_args='int,fd_set *,struct timeval *'
> ac_cv_func_sem_init=yes
> ac_cv_func_send=yes
> ac_cv_func_sendmsg=yes
> ac_cv_func_sendto=yes
> ac_cv_func_setbuf=yes
> ac_cv_func_setegid=yes
> ac_cv_func_setenv=yes
> ac_cv_func_seteuid=yes
> ac_cv_func_setfsent=yes
> ac_cv_func_setgid=yes
> ac_cv_func_setgroupent=yes
> ac_cv_func_setgroups=yes
> ac_cv_func_sethostent=yes
> ac_cv_func_sethostname=yes
> ac_cv_func_setitimer=yes
> ac_cv_func_setjmp=yes
> ac_cv_func_setlinebuf=yes
> ac_cv_func_setlocale=yes
> ac_cv_func_setlogin=yes
> ac_cv_func_setmode=yes
> ac_cv_func_setnetent=yes
> ac_cv_func_setnetgrent=yes
> ac_cv_func_setpassent=yes
> ac_cv_func_setpgid=yes
> ac_cv_func_setpgrp=yes
> ac_cv_func_setpriority=yes
> ac_cv_func_setproctitle=yes
> ac_cv_func_setprotoent=yes
> ac_cv_func_setprotoent_r=yes
> ac_cv_func_setpwent=yes
> ac_cv_func_setregid=yes
> ac_cv_func_setresgid=yes
> ac_cv_func_setresuid=yes
> ac_cv_func_setreuid=yes
> ac_cv_func_setrlimit=yes
> ac_cv_func_setservent=yes
> ac_cv_func_setservent_r=yes
> ac_cv_func_setsid=yes
> ac_cv_func_setsockopt=yes
> ac_cv_func_settimeofday=yes
> ac_cv_func_setttyent=yes
> ac_cv_func_setuid=yes
> ac_cv_func_setusershell=yes
> ac_cv_func_setvbuf=yes
> ac_cv_func_setvbuf_reversed=no
> ac_cv_func_shmat=yes
> ac_cv_func_shmctl=yes
> ac_cv_func_shmdt=yes
> ac_cv_func_shmget=yes
> ac_cv_func_shutdown=yes
> ac_cv_func_sigaction=yes
> ac_cv_func_sigaddset=yes
> ac_cv_func_sigaltstack=yes
> ac_cv_func_sigblock=yes
> ac_cv_func_sigemptyset=yes
> ac_cv_func_siginterrupt=yes
> ac_cv_func_siglongjmp=yes
> ac_cv_func_signal=yes
> ac_cv_func_signgam=yes
> ac_cv_func_sigpending=yes
> ac_cv_func_sigprocmask=yes
> ac_cv_func_sigsetjmp=yes
> ac_cv_func_sigsetmask=yes
> ac_cv_func_sigsuspend=yes
> ac_cv_func_sigvec=yes
> ac_cv_func_sleep=yes
> ac_cv_func_snprintf=yes
> ac_cv_func_snprintf_c99=yes
> ac_cv_func_socket=yes
> ac_cv_func_socketpair=yes
> ac_cv_func_sprintf=yes
> ac_cv_func_srand48=yes
> ac_cv_func_srand=yes
> ac_cv_func_srandom=yes
> ac_cv_func_srandomdev=yes
> ac_cv_func_sscanf=yes
> ac_cv_func_stat=yes
> ac_cv_func_stat_empty_string_bug=no
> ac_cv_func_statfs=yes
> ac_cv_func_stpcpy=yes
> ac_cv_func_strcasecmp=yes
> ac_cv_func_strchr=yes
> ac_cv_func_strcmp=yes
> ac_cv_func_strcoll=yes
> ac_cv_func_strcoll_works=yes
> ac_cv_func_strcpy=yes
> ac_cv_func_strcspn=yes
> ac_cv_func_strdup=yes
> ac_cv_func_strerror=yes
> ac_cv_func_strerror_r=yes
> ac_cv_func_strftime=yes
> ac_cv_func_strlcat=yes
> ac_cv_func_strlcpy=yes
> ac_cv_func_strlen=yes
> ac_cv_func_strncasecmp=yes
> ac_cv_func_strncat=yes
> ac_cv_func_strncmp=yes
> ac_cv_func_strncoll=no
> ac_cv_func_strncpy=yes
> ac_cv_func_strpbrk=yes
> ac_cv_func_strptime=yes
> ac_cv_func_strrchr=yes
> ac_cv_func_strsep=yes
> ac_cv_func_strsignal=yes
> ac_cv_func_strspn=yes
> ac_cv_func_strstr=yes
> ac_cv_func_strtod=yes
> ac_cv_func_strtoimax=yes
> ac_cv_func_strtok=yes
> ac_cv_func_strtok_r=yes
> ac_cv_func_strtol=yes
> ac_cv_func_strtoll=yes
> ac_cv_func_strtonum=yes
> ac_cv_func_strtoq=yes
> ac_cv_func_strtoul=yes
> ac_cv_func_strtoull=yes
> ac_cv_func_strtoumax=yes
> ac_cv_func_strtouq=yes
> ac_cv_func_strvis=yes
> ac_cv_func_swapctl=yes
> ac_cv_func_symlink=yes
> ac_cv_func_symlinkat=yes
> ac_cv_func_sync=yes
> ac_cv_func_sys_nerr=yes
> ac_cv_func_syscall=no
> ac_cv_func_sysconf=yes
> ac_cv_func_sysctl=yes
> ac_cv_func_syslog=yes
> ac_cv_func_system=yes
> ac_cv_func_tcdrain=yes
> ac_cv_func_tcflow=yes
> ac_cv_func_tcflush=yes
> ac_cv_func_tcgetattr=yes
> ac_cv_func_tcgetpgrp=yes
> ac_cv_func_tcsendbreak=yes
> ac_cv_func_tcsetattr=yes
> ac_cv_func_tcsetpgrp=yes
> ac_cv_func_telldir=yes
> ac_cv_func_tempnam=yes
> ac_cv_func_time=yes
> ac_cv_func_timegm=yes
> ac_cv_func_timelocal=yes
> ac_cv_func_timer_create=yes
> ac_cv_func_times=yes
> ac_cv_func_tmpfile=yes
> ac_cv_func_tmpnam=yes
> ac_cv_func_tolower=yes
> ac_cv_func_toupper=yes
> ac_cv_func_tparm=yes
> ac_cv_func_truncate=yes
> ac_cv_func_tsearch=yes
> ac_cv_func_ttyname=yes
> ac_cv_func_ttyslot=yes
> ac_cv_func_tzset=yes
> ac_cv_func_ualarm=yes
> ac_cv_func_umask=yes
> ac_cv_func_uname=yes
> ac_cv_func_ungetc=yes
> ac_cv_func_unlink=yes
> ac_cv_func_unlockpt=yes
> ac_cv_func_unmount=yes
> ac_cv_func_unsetenv=yes
> ac_cv_func_usleep=yes
> ac_cv_func_utime=yes
> ac_cv_func_utimensat=yes
> ac_cv_func_utimes=yes
> ac_cv_func_va_copy=yes
> ac_cv_func_vadvise=yes
> ac_cv_func_valloc=yes
> ac_cv_func_vasprintf=yes
> ac_cv_func_vfork=yes
> ac_cv_func_vfork_works=yes
> ac_cv_func_vfprintf=yes
> ac_cv_func_void_sprintf=yes
> ac_cv_func_vprintf=yes
> ac_cv_func_vscanf=yes
> ac_cv_func_vsnprintf=yes
> ac_cv_func_vsnprintf_c99=yes
> ac_cv_func_vsprintf=yes
> ac_cv_func_vsscanf=yes
> ac_cv_func_vsyslog=yes
> ac_cv_func_wait3=yes
> ac_cv_func_wait3_rusage=yes
> ac_cv_func_wait4=yes
> ac_cv_func_wait=yes
> ac_cv_func_waitpid=yes
> ac_cv_func_warnx=yes
> ac_cv_func_wcrtomb=yes
> ac_cv_func_wcscoll=yes
> ac_cv_func_wcwidth=yes
> ac_cv_func_wmemchr=yes
> ac_cv_func_wmemcpy=yes
> ac_cv_func_working_mktime=yes
> ac_cv_func_write=yes
> ac_cv_func_writev=yes
> ac_cv_func_yp_get_default_domain=yes
> ac_cv_has_int64_t=yes
> ac_cv_has_nl_langinfo=yes
> ac_cv_has_uint64_t=yes
> ac_cv_have_ansi_prototypes=yes
> ac_cv_have_asprintf_decl=yes
> ac_cv_have_bool=yes
> ac_cv_have_control_in_msghdr=yes
> ac_cv_have_errno_decl=yes
> ac_cv_have_setresgid_decl=yes
> ac_cv_have_setresuid_decl=yes
> ac_cv_have_snprintf_decl=yes
> ac_cv_have_ssl='have_ssl=yes ac_ssl_includes=/usr/include ac_ssl_libraries=/usr/lib ac_ssl_rsaref=no'
> ac_cv_have_vasprintf_decl=yes
> ac_cv_have_vsnprintf_decl=yes
> ac_cv_have_x='have_x=yes ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib kde_x_includes=/usr/X11R6/include kde_x_libraries=/usr/X11R6/lib'
> ac_cv_header_GL_gl_h=yes
> ac_cv_header_GL_glu_h=yes
> ac_cv_header_GL_glx_h=yes
> ac_cv_header_X11_ICE_ICElib_h=yes
> ac_cv_header_X11_Intrinsic_h=yes
> ac_cv_header_X11_SM_SMlib_h=yes
> ac_cv_header_X11_Sunkeysym_h=yes
> ac_cv_header_X11_XInput_h=yes
> ac_cv_header_X11_XKBlib_h=yes
> ac_cv_header_X11_X_h=yes
> ac_cv_header_X11_Xatom_h=yes
> ac_cv_header_X11_Xauth_h=yes
> ac_cv_header_X11_Xcursor_Xcursor_h=yes
> ac_cv_header_X11_Xdmcp_h=yes
> ac_cv_header_X11_Xlib_h=yes
> ac_cv_header_X11_Xlocale_h=yes
> ac_cv_header_X11_Xmu_Atoms_h=yes
> ac_cv_header_X11_Xmu_Editres_h=yes
> ac_cv_header_X11_Xmu_StdCmap_h=yes
> ac_cv_header_X11_Xmu_WinUtil_h=yes
> ac_cv_header_X11_Xmu_Xmu_h=yes
> ac_cv_header_X11_Xpm_h=yes
> ac_cv_header_X11_Xpoll_h=yes
> ac_cv_header_X11_Xproto_h=yes
> ac_cv_header_X11_Xresource_h=yes
> ac_cv_header_X11_Xutil_h=yes
> ac_cv_header_X11_extensions_XEVI_h=yes
> ac_cv_header_X11_extensions_XKB_h=yes
> ac_cv_header_X11_extensions_XKBrules_h=yes
> ac_cv_header_X11_extensions_XKBstr_h=yes
> ac_cv_header_X11_extensions_XShm_h=yes
> ac_cv_header_X11_extensions_Xcomposite_h=yes
> ac_cv_header_X11_extensions_Xdamage_h=yes
> ac_cv_header_X11_extensions_Xdbe_h=yes
> ac_cv_header_X11_extensions_Xfixes_h=yes
> ac_cv_header_X11_extensions_Xinerama_h=yes
> ac_cv_header_X11_extensions_Xrandr_h=yes
> ac_cv_header_X11_extensions_Xrender_h=yes
> ac_cv_header_X11_extensions_Xres_h=yes
> ac_cv_header_X11_extensions_Xtest_h=yes
> ac_cv_header_X11_extensions_Xv_h=yes
> ac_cv_header_X11_extensions_Xvlib_h=yes
> ac_cv_header_X11_extensions_dpms_h=yes
> ac_cv_header_X11_extensions_extutil_h=yes
> ac_cv_header_X11_extensions_scrnsaver_h=yes
> ac_cv_header_X11_extensions_shape_h=yes
> ac_cv_header_X11_extensions_sync_h=yes
> ac_cv_header_X11_extensions_xf86misc_h=yes
> ac_cv_header_X11_extensions_xf86vmode_h=yes
> ac_cv_header_X11_forms_h=yes
> ac_cv_header_X11_keysym_h=yes
> ac_cv_header_X11_xpm_h=yes
> ac_cv_header_Xm_Xm_h=yes
> ac_cv_header_arpa_inet_h=yes
> ac_cv_header_assert_h=yes
> ac_cv_header_ctype_h=yes
> ac_cv_header_dirent_dirent_h=yes
> ac_cv_header_dirent_h=yes
> ac_cv_header_dlfcn_h=yes
> ac_cv_header_errno_h=yes
> ac_cv_header_fcntl_h=yes
> ac_cv_header_float_h=yes
> ac_cv_header_fnmatch_h=yes
> ac_cv_header_fstab_h=yes
> ac_cv_header_ftw_h=yes
> ac_cv_header_getopt_h=yes
> ac_cv_header_glob_h=yes
> ac_cv_header_grp_h=yes
> ac_cv_header_iconv_h=yes
> ac_cv_header_inttypes_h=yes
> ac_cv_header_libgen_h=yes
> ac_cv_header_limits_h=yes
> ac_cv_header_locale_h=yes
> ac_cv_header_machine_endian_h=yes
> ac_cv_header_machine_limits_h=yes
> ac_cv_header_machine_param_h=yes
> ac_cv_header_malloc_h=no
> ac_cv_header_math_h=yes
> ac_cv_header_memory_h=yes
> ac_cv_header_net_bpf_h=yes
> ac_cv_header_net_if_arp_h=yes
> ac_cv_header_net_if_h=yes
> ac_cv_header_net_if_ppp_h=yes
> ac_cv_header_net_if_tun_h=yes
> ac_cv_header_net_if_types_h=yes
> ac_cv_header_net_pfvar_h=yes
> ac_cv_header_net_ppp_defs_h=yes
> ac_cv_header_net_route_h=yes
> ac_cv_header_net_slip_h=no
> ac_cv_header_netdb_h=yes
> ac_cv_header_netinet6_in6_var_h=yes
> ac_cv_header_netinet6_ip6_var_h=yes
> ac_cv_header_netinet_icmp6_h=yes
> ac_cv_header_netinet_icmp_var_h=yes
> ac_cv_header_netinet_if_ether_h=yes
> ac_cv_header_netinet_in_h=yes
> ac_cv_header_netinet_in_systm_h=yes
> ac_cv_header_netinet_ip6_h=yes
> ac_cv_header_netinet_ip_h=yes
> ac_cv_header_netinet_ip_var_h=yes
> ac_cv_header_netinet_tcp_fsm_h=yes
> ac_cv_header_netinet_tcp_h=yes
> ac_cv_header_netinet_tcp_timer_h=yes
> ac_cv_header_netinet_udp_h=yes
> ac_cv_header_netinet_udp_var_h=yes
> ac_cv_header_nl_types_h=yes
> ac_cv_header_nlist_h=yes
> ac_cv_header_ogg_ogg_h=yes
> ac_cv_header_openssl_aes_h=yes
> ac_cv_header_openssl_crypto_h=yes
> ac_cv_header_openssl_des_h=yes
> ac_cv_header_openssl_engine_h=yes
> ac_cv_header_openssl_err_h=yes
> ac_cv_header_openssl_evp_h=yes
> ac_cv_header_openssl_hmac_h=yes
> ac_cv_header_openssl_md2_h=yes
> ac_cv_header_openssl_md4_h=yes
> ac_cv_header_openssl_md5_h=yes
> ac_cv_header_openssl_opensslv_h=yes
> ac_cv_header_openssl_pem_h=yes
> ac_cv_header_openssl_rsa_h=yes
> ac_cv_header_openssl_sha_h=yes
> ac_cv_header_openssl_ssl_h=yes
> ac_cv_header_openssl_x509_h=yes
> ac_cv_header_panel_h=yes
> ac_cv_header_paths_h=yes
> ac_cv_header_pcreposix_h=yes
> ac_cv_header_physfs_h=yes
> ac_cv_header_poll_h=yes
> ac_cv_header_pthread_h=yes
> ac_cv_header_pty_h=no
> ac_cv_header_pwd_h=yes
> ac_cv_header_readline_history_h=yes
> ac_cv_header_readline_readline_h=yes
> ac_cv_header_regex_h=yes
> ac_cv_header_resolv_h=yes
> ac_cv_header_rpc_rpc_h=yes
> ac_cv_header_rpcsvc_yp_prot_h=yes
> ac_cv_header_rpcsvc_ypclnt_h=yes
> ac_cv_header_search_h=yes
> ac_cv_header_semaphore_h=yes
> ac_cv_header_setjmp_h=yes
> ac_cv_header_sgtty_h=no
> ac_cv_header_signal_h=yes
> ac_cv_header_soundcard_h=yes
> ac_cv_header_stat_h=no
> ac_cv_header_stdarg_h=yes
> ac_cv_header_stdc=yes
> ac_cv_header_stddef_h=yes
> ac_cv_header_stdint_h=yes
> ac_cv_header_stdio_h=yes
> ac_cv_header_stdlib_h=yes
> ac_cv_header_string_h=yes
> ac_cv_header_strings_h=yes
> ac_cv_header_stropts_h=no
> ac_cv_header_sys_cdefs_h=yes
> ac_cv_header_sys_chio_h=yes
> ac_cv_header_sys_fcntl_h=yes
> ac_cv_header_sys_file_h=yes
> ac_cv_header_sys_filio_h=yes
> ac_cv_header_sys_ioctl_h=yes
> ac_cv_header_sys_ipc_h=yes
> ac_cv_header_sys_limits_h=yes
> ac_cv_header_sys_mman_h=yes
> ac_cv_header_sys_mount_h=yes
> ac_cv_header_sys_mtio_h=yes
> ac_cv_header_sys_mutex_h=yes
> ac_cv_header_sys_param_h=yes
> ac_cv_header_sys_poll_h=yes
> ac_cv_header_sys_resource_h=yes
> ac_cv_header_sys_scsiio_h=yes
> ac_cv_header_sys_select_h=yes
> ac_cv_header_sys_shm_h=yes
> ac_cv_header_sys_signal_h=yes
> ac_cv_header_sys_socket_h=yes
> ac_cv_header_sys_sockio_h=yes
> ac_cv_header_sys_stat_h=yes
> ac_cv_header_sys_syscall_h=yes
> ac_cv_header_sys_sysctl_h=yes
> ac_cv_header_sys_syslog_h=yes
> ac_cv_header_sys_time_h=yes
> ac_cv_header_sys_times_h=yes
> ac_cv_header_sys_types_h=yes
> ac_cv_header_sys_ucred_h=yes
> ac_cv_header_sys_uio_h=yes
> ac_cv_header_sys_un_h=yes
> ac_cv_header_sys_unistd_h=yes
> ac_cv_header_sys_utsname_h=yes
> ac_cv_header_sys_wait_h=yes
> ac_cv_header_syslog_h=yes
> ac_cv_header_termio_h=no
> ac_cv_header_termios_h=yes
> ac_cv_header_threads_h=no
> ac_cv_header_time=yes
> ac_cv_header_time_h=yes
> ac_cv_header_unistd_h=yes
> ac_cv_header_utf8_h=no
> ac_cv_header_util_h=yes
> ac_cv_header_utime_h=yes
> ac_cv_header_utmp_h=yes
> ac_cv_header_values_h=no
> ac_cv_header_vorbis_codec_h=yes
> ac_cv_header_wchar_h=yes
> ac_cv_header_wctype_h=yes
> ac_cv_header_zlib_h=yes
> ac_cv_host=i386-unknown-openbsd7.6
> ac_cv_labels_as_values=yes
> ac_cv_lib_FLAC_FLAC__stream_decoder_skip_single_frame=yes
> ac_cv_lib_GL_main=yes
> ac_cv_lib_ICE_IceConnectionNumber=yes
> ac_cv_lib_ICE_main=yes
> ac_cv_lib_SM_SmcOpenConnection=yes
> ac_cv_lib_SM_SmcSaveYourselfDone=yes
> ac_cv_lib_SM_main=yes
> ac_cv_lib_X11_XConvertCase=yes
> ac_cv_lib_X11_XCreateIC=yes
> ac_cv_lib_X11_XDrawLines=yes
> ac_cv_lib_X11_XInitThreads=yes
> ac_cv_lib_X11_XInternAtoms=yes
> ac_cv_lib_X11_XMoveWindow=yes
> ac_cv_lib_X11_XOpenDisplay=yes
> ac_cv_lib_X11_XReadBitmapFileData=yes
> ac_cv_lib_X11_XkbBell=yes
> ac_cv_lib_X11_XkbQueryExtension=yes
> ac_cv_lib_X11_main=yes
> ac_cv_lib_Xau_main=yes
> ac_cv_lib_Xdmcp_main=yes
> ac_cv_lib_Xext_main=yes
> ac_cv_lib_Xinerama_XineramaIsActive=yes
> ac_cv_lib_Xinerama_main=yes
> ac_cv_lib_Xmu_main=yes
> ac_cv_lib_Xpm_main=yes
> ac_cv_lib_Xt_main=yes
> ac_cv_lib_compat_main=no
> ac_cv_lib_cposix_strerror=no
> ac_cv_lib_dir_opendir=no
> ac_cv_lib_fl_yywrap=yes
> ac_cv_lib_freetype_FT_Init_FreeType=yes
> ac_cv_lib_m=yes
> ac_cv_lib_m__finite=no
> ac_cv_lib_m_acos=yes
> ac_cv_lib_m_acosh=yes
> ac_cv_lib_m_asin=yes
> ac_cv_lib_m_asinh=yes
> ac_cv_lib_m_atan=yes
> ac_cv_lib_m_atanh=yes
> ac_cv_lib_m_ceil=yes
> ac_cv_lib_m_cos=yes
> ac_cv_lib_m_exp=yes
> ac_cv_lib_m_fabs=yes
> ac_cv_lib_m_finite=yes
> ac_cv_lib_m_floor=yes
> ac_cv_lib_m_fmod=yes
> ac_cv_lib_m_hypot=yes
> ac_cv_lib_m_ldexp=yes
> ac_cv_lib_m_log=yes
> ac_cv_lib_m_main=yes
> ac_cv_lib_m_modf=yes
> ac_cv_lib_m_open=yes
> ac_cv_lib_m_pow=yes
> ac_cv_lib_m_rand=yes
> ac_cv_lib_m_rintf=yes
> ac_cv_lib_m_round=yes
> ac_cv_lib_m_sin=yes
> ac_cv_lib_m_sqrt=yes
> ac_cv_lib_m_tanh=yes
> ac_cv_lib_m_trunc=yes
> ac_cv_lib_ncurses_tgetent=yes
> ac_cv_lib_ncurses_tputs=yes
> ac_cv_lib_ogg_ogg_sync_init=yes
> ac_cv_lib_poll_poll=no
> ac_cv_lib_pthread_pthread_create=yes
> ac_cv_lib_readline_rl_callback_handler_install=yes
> ac_cv_lib_socket=no
> ac_cv_lib_ucb_killpg=no
> ac_cv_lib_utempter_addToUtmp=no
> ac_cv_lib_util_main=yes
> ac_cv_lib_util_openpty=yes
> ac_cv_lib_vorbis_vorbis_synthesis_init=yes
> ac_cv_lib_z=-lz
> ac_cv_lib_z_deflate=yes
> ac_cv_lib_z_main=yes
> ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
> ac_cv_member_struct_tm_tm_zone=yes
> ac_cv_mingw32=no
> ac_cv_nlohmann_jsoncpp=yes
> ac_cv_objext=o
> ac_cv_path_AWK=/usr/bin/awk
> ac_cv_path_CC=cc
> ac_cv_path_CHMOD=/bin/chmod
> ac_cv_path_CP=/bin/cp
> ac_cv_path_CXX=c++
> ac_cv_path_DIFF=/usr/bin/diff
> ac_cv_path_EGREP=/usr/bin/egrep
> ac_cv_path_FGREP=/usr/bin/fgrep
> ac_cv_path_GREP=/usr/bin/grep
> ac_cv_path_GTKDOC_CHECK=
> ac_cv_path_GTKDOC_MKPDF=
> ac_cv_path_GTKDOC_REBASE=
> ac_cv_path_LCONVERT=/usr/local/lib/qt6/bin/lconvert
> ac_cv_path_MOC=/usr/local/bin/moc-qt6
> ac_cv_path_PANDOC=
> ac_cv_path_PERL_PATH=/usr/bin/perl
> ac_cv_path_RCC=/usr/local/lib/qt6/libexec/rcc
> ac_cv_path_RM=/bin/rm
> ac_cv_path_SED=/usr/bin/sed
> ac_cv_path_STRIP=/usr/bin/strip
> ac_cv_path_UIC=/usr/local/bin/uic-qt6
> ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
> ac_cv_path_fp_prog_find=/usr/bin/find
> ac_cv_path_fp_prog_sort=/usr/bin/sort
> ac_cv_path_mkdir=/bin/mkdir
> ac_cv_path_opengl_includes=/usr/X11R6/include
> ac_cv_path_opengl_lib=/usr/X11R6/lib
> ac_cv_path_passwd_program=/usr/bin/passwd
> ac_cv_path_path_su=/usr/bin/su
> ac_cv_prog_AWK=awk
> ac_cv_prog_CPP='cc -E'
> ac_cv_prog_CXXCPP='c++ -E'
> ac_cv_prog_LEX=flex
> ac_cv_prog_PERL=/usr/bin/perl
> ac_cv_prog_SED=/usr/bin/sed
> ac_cv_prog_SORT=sort
> ac_cv_prog_ac_ct_AR=ar
> ac_cv_prog_ac_ct_CC=cc
> ac_cv_prog_ac_ct_LD=ld
> ac_cv_prog_ac_ct_OBJDUMP=objdump
> ac_cv_prog_ac_ct_RANLIB=ranlib
> ac_cv_prog_ac_ct_STRINGS=strings
> ac_cv_prog_ac_ct_STRIP=strip
> ac_cv_prog_cc_c11=
> ac_cv_prog_cc_cc_c_o=yes
> ac_cv_prog_cc_g=yes
> ac_cv_prog_cc_stdc=
> ac_cv_prog_cc_works=yes
> ac_cv_prog_cxx_11=no
> ac_cv_prog_cxx_cxx11=
> ac_cv_prog_cxx_g=yes
> ac_cv_prog_cxx_stdcxx=
> ac_cv_prog_egrep='grep -E'
> ac_cv_prog_f77_g=yes
> ac_cv_prog_gcc=yes
> ac_cv_prog_have_hp2ps=1
> ac_cv_prog_lex_yytext_pointer=yes
> ac_cv_prog_make_make_set=yes
> ac_cv_sizeof_char=1
> ac_cv_sizeof_int=4
> ac_cv_sizeof_long=4
> ac_cv_sizeof_long_long=8
> ac_cv_sizeof_short=2
> ac_cv_sizeof_unsigned_char=1
> ac_cv_sizeof_unsigned_long_long=8
> ac_cv_sizeof_unsigned_short=2
> ac_cv_socklen_t=socklen_t
> ac_cv_struct_st_rdev=yes
> ac_cv_struct_tm=time.h
> ac_cv_target=i386-unknown-openbsd7.6
> ac_cv_type_caddr_t=yes
> ac_cv_type_char=yes
> ac_cv_type_dev_t=yes
> ac_cv_type_double=yes
> ac_cv_type_float=yes
> ac_cv_type_ino_t=yes
> ac_cv_type_int=yes
> ac_cv_type_intmax_t=yes
> ac_cv_type_intp=yes
> ac_cv_type_long=yes
> ac_cv_type_long_long=yes
> ac_cv_type_mode_t=yes
> ac_cv_type_off_t=yes
> ac_cv_type_pid_t=yes
> ac_cv_type_short=yes
> ac_cv_type_signal=void
> ac_cv_type_size_t=yes
> ac_cv_type_ssize_t=yes
> ac_cv_type_struct_sockaddr_in6=yes
> ac_cv_type_uid_t=yes
> ac_cv_type_unsigned_char=yes
> ac_cv_type_unsigned_int=yes
> ac_cv_type_unsigned_long=yes
> ac_cv_type_unsigned_long_long=yes
> ac_cv_type_unsigned_short=yes
> ac_cv_type_void_p=yes
> ac_cv_type_wchar_t=yes
> ac_cv_working_alloca_h=no
> am_cv_func_iconv=yes
> am_cv_lib_iconv=yes
> am_cv_prog_mkdir=/bin/mkdir
> am_cv_prog_tar_ustar=/usr/bin/tar
> am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
> am_cv_proto_iconv_arg1=
> am_cv_qt6_compilation=0
> ax_cv_check_cflags___fPIE=no
> ax_cv_check_ldflags___fPIE=no
> ax_cv_check_ldflags___pie=no
> ax_cv_cxx17_libstdcppfs=
> ax_cv_std_cxx_flag=-std=c++20
> fp_cv_const_E2BIG=7
> fp_cv_const_EACCES=13
> fp_cv_const_EADDRINUSE=48
> fp_cv_const_EADDRNOTAVAIL=49
> fp_cv_const_EADV=-1
> fp_cv_const_EAFNOSUPPORT=47
> fp_cv_const_EAGAIN=35
> fp_cv_const_EALREADY=37
> fp_cv_const_EAUTH=80
> fp_cv_const_EBADF=9
> fp_cv_const_EBADMSG=92
> fp_cv_const_EBADRPC=72
> fp_cv_const_EBUSY=16
> fp_cv_const_ECHILD=10
> fp_cv_const_ECOMM=-1
> fp_cv_const_ECONNABORTED=53
> fp_cv_const_ECONNREFUSED=61
> fp_cv_const_ECONNRESET=54
> fp_cv_const_EDEADLK=11
> fp_cv_const_EDESTADDRREQ=39
> fp_cv_const_EDIRTY=-1
> fp_cv_const_EDOM=33
> fp_cv_const_EDQUOT=69
> fp_cv_const_EEXIST=17
> fp_cv_const_EFAULT=14
> fp_cv_const_EFBIG=27
> fp_cv_const_EFTYPE=79
> fp_cv_const_EHOSTDOWN=64
> fp_cv_const_EHOSTUNREACH=65
> fp_cv_const_EIDRM=-1
> fp_cv_const_EILSEQ=84
> fp_cv_const_EINPROGRESS=36
> fp_cv_const_EINTR=4
> fp_cv_const_EINVAL=22
> fp_cv_const_EIO=5
> fp_cv_const_EIPSEC=82
> fp_cv_const_EISCONN=56
> fp_cv_const_EISDIR=21
> fp_cv_const_ELOOP=62
> fp_cv_const_EMEDIUMTYPE=86
> fp_cv_const_EMFILE=24
> fp_cv_const_EMLINK=31
> fp_cv_const_EMSGSIZE=40
> fp_cv_const_EMULTIHOP=-1
> fp_cv_const_ENAMETOOLONG=63
> fp_cv_const_ENEEDAUTH=81
> fp_cv_const_ENETDOWN=50
> fp_cv_const_ENETRESET=52
> fp_cv_const_ENETUNREACH=51
> fp_cv_const_ENFILE=23
> fp_cv_const_ENOATTR=83
> fp_cv_const_ENOBUFS=55
> fp_cv_const_ENODATA=-1
> fp_cv_const_ENODEV=19
> fp_cv_const_ENOENT=2
> fp_cv_const_ENOEXEC=8
> fp_cv_const_ENOLCK=77
> fp_cv_const_ENOLINK=-1
> fp_cv_const_ENOMEDIUM=85
> fp_cv_const_ENOMEM=12
> fp_cv_const_ENOMSG=-1
> fp_cv_const_ENONET=-1
> fp_cv_const_ENOPROTOOPT=42
> fp_cv_const_ENOSPC=28
> fp_cv_const_ENOSR=-1
> fp_cv_const_ENOSTR=-1
> fp_cv_const_ENOSYS=78
> fp_cv_const_ENOTBLK=15
> fp_cv_const_ENOTCONN=57
> fp_cv_const_ENOTDIR=20
> fp_cv_const_ENOTEMPTY=66
> fp_cv_const_ENOTSOCK=38
> fp_cv_const_ENOTTY=25
> fp_cv_const_ENXIO=6
> fp_cv_const_EOPNOTSUPP=45
> fp_cv_const_EPERM=1
> fp_cv_const_EPFNOSUPPORT=46
> fp_cv_const_EPIPE=32
> fp_cv_const_EPROCLIM=67
> fp_cv_const_EPROCUNAVAIL=76
> fp_cv_const_EPROGMISMATCH=75
> fp_cv_const_EPROGUNAVAIL=74
> fp_cv_const_EPROTO=95
> fp_cv_const_EPROTONOSUPPORT=43
> fp_cv_const_EPROTOTYPE=41
> fp_cv_const_ERANGE=34
> fp_cv_const_EREMCHG=-1
> fp_cv_const_EREMOTE=71
> fp_cv_const_EROFS=30
> fp_cv_const_ERPCMISMATCH=73
> fp_cv_const_ERREMOTE=-1
> fp_cv_const_ESHUTDOWN=58
> fp_cv_const_ESOCKTNOSUPPORT=44
> fp_cv_const_ESPIPE=29
> fp_cv_const_ESRCH=3
> fp_cv_const_ESRMNT=-1
> fp_cv_const_ESTALE=70
> fp_cv_const_ETIME=-1
> fp_cv_const_ETIMEDOUT=60
> fp_cv_const_ETOOMANYREFS=59
> fp_cv_const_ETXTBSY=26
> fp_cv_const_EUSERS=68
> fp_cv_const_EWOULDBLOCK=35
> fp_cv_const_EXDEV=18
> fp_cv_const_O_BINARY=0
> lt_cv_path_SED=/usr/bin/sed
> lt_cv_sys_max_cmd_len=131072
> pkg_cv_EBML_CFLAGS='-I/usr/local/include -DEBML_STATIC_DEFINE'
> pkg_cv_EBML_LIBS='-L/usr/local/lib -lebml'
> pkg_cv_MATROSKA_CFLAGS='-I/usr/local/include -DEBML_STATIC_DEFINE'
> pkg_cv_MATROSKA_LIBS='-L/usr/local/lib -lmatroska'
> pkg_cv_PUGIXML_CFLAGS=-I/usr/local/include
> pkg_cv_PUGIXML_LIBS='-L/usr/local/lib -lpugixml'
> pkg_cv_ZLIB_CFLAGS=
> pkg_cv_ZLIB_LIBS=-lz
> pkg_cv_flac_CFLAGS=-I/usr/local/include
> pkg_cv_flac_LIBS='-L/usr/local/lib -lFLAC'
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> AR='ar'
> BOOST_CPPFLAGS=''
> BOOST_FILESYSTEM_LIB=''
> BOOST_LDFLAGS=''
> BOOST_SYSTEM_LIB=''
> BUILD_GUI=''
> BUILD_MKVTOOLNIX='no'
> CC='cc'
> CFLAGS='-O2 -pipe'
> CMARK_CFLAGS=''
> CMARK_LIBS=''
> COMPILER_TYPE='clang'
> COMPILER_VERSION='16.0.6'
> CONVERT=''
> CPP='cc -E'
> CPPFLAGS=' -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/X11/qt6 -I/usr/local/include/X11/qt6/QtCore'
> CXX='c++'
> CXXCPP='c++ -E'
> CXXFLAGS='-O2 -pipe'
> DEFS=''
> DOCBOOK_ROOT=''
> DRMINGW_PATH=''
> DVDREAD_CFLAGS=''
> DVDREAD_LIBS=''
> EBML_CFLAGS='-I/usr/local/include -DEBML_STATIC_DEFINE'
> EBML_LIBS='-L/usr/local/lib -lebml'
> EBML_MATROSKA_INTERNAL='no'
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EGREP='/usr/bin/egrep'
> EXEEXT=''
> EXTRA_CFLAGS=''
> EXTRA_LDFLAGS=''
> FLAC_CFLAGS='-I/usr/local/include'
> FLAC_LIBS='-L/usr/local/lib -lFLAC'
> FMT_INTERNAL='no'
> GNURX_LIBS=''
> GOOGLE_BENCHMARK=''
> GREP='/usr/bin/grep'
> GTEST_CFLAGS=''
> GTEST_LIBS=''
> GTEST_TYPE=''
> ICONV_LIBS='-liconv'
> INSTALL_DATA='/pobj/mkvtoolnix-88.0/bin/install -c -m 644'
> INSTALL_PROGRAM='/pobj/mkvtoolnix-88.0/bin/install -c -s -m 755'
> INSTALL_SCRIPT='/pobj/mkvtoolnix-88.0/bin/install -c -m 755'
> LCONVERT='/usr/local/lib/qt6/bin/lconvert'
> LD='ld'
> LDFLAGS=' -L/usr/local/lib -L/usr/X11R6/lib -L/usr/local/lib/qt6'
> LDFLAGS_RPATHS=''
> LIBINTL_LIBS=''
> LIBOBJS=''
> LIBS=''
> LINK_STATICALLY=''
> LLVM_LLD=''
> LTLIBOBJS=''
> MAGICK=''
> MANPAGES_TRANSLATIONS=''
> MATROSKA_CFLAGS='-I/usr/local/include -DEBML_STATIC_DEFINE'
> MATROSKA_LIBS='-L/usr/local/lib -lmatroska'
> MINGW=''
> MINGW_GUIAPP=''
> MINGW_LIBS=''
> MINGW_PROCESSOR_ARCH=''
> MOC='/usr/local/bin/moc-qt6'
> MSGFMT=''
> NLOHMANN_JSON_INTERNAL='no'
> OBJDUMP='objdump'
> OBJEXT='o'
> OGG_LIBS='-logg'
> PACKAGE_BUGREPORT='https://gitlab.com/mbunkus/mkvtoolnix/issues/'
> PACKAGE_NAME='MKVToolNix'
> PACKAGE_STRING='MKVToolNix 88.0'
> PACKAGE_TARNAME='mkvtoolnix'
> PACKAGE_URL=''
> PACKAGE_VERSION='88.0'
> PANDOC=''
> PATH_SEPARATOR=':'
> PKG_CONFIG='/usr/bin/pkg-config'
> PKG_CONFIG_LIBDIR=''
> PKG_CONFIG_PATH=''
> PO4A=''
> PO4A_FLAGS=''
> PUGIXML_CFLAGS='-I/usr/local/include'
> PUGIXML_INTERNAL='no'
> PUGIXML_LIBS='-L/usr/local/lib -lpugixml'
> QMAKE6='/usr/local/bin/qmake-qt6'
> QT_CFLAGS='-pthread'
> QT_LIBS='-pthread -Wl,-rpath,/usr/X11R6/lib -Wl,-rpath,/usr/local/lib'
> QT_LIBS_NON_GUI='-pthread -Wl,-rpath,/usr/X11R6/lib -Wl,-rpath,/usr/local/lib'
> RANLIB='ranlib'
> RCC='/usr/local/lib/qt6/libexec/rcc'
> SET_MAKE=''
> SHELL='/bin/sh'
> STDCPPFS_LIBS=''
> STD_CXX='-std=c++20'
> STRINGS='strings'
> STRIP='strip'
> TRANSLATIONS=''
> UIC='/usr/local/bin/uic-qt6'
> USER_CFLAGS='-O2 -pipe'
> USER_CPPFLAGS=' -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/X11/qt6 -I/usr/local/include/X11/qt6/QtCore'
> USER_CXXFLAGS='-O2 -pipe'
> USER_LDFLAGS=' -L/usr/local/lib -L/usr/X11R6/lib -L/usr/local/lib/qt6'
> USE_ADDRSAN='no'
> USE_DEBUG='no'
> USE_DRMINGW='no'
> USE_DVDREAD=''
> USE_OPTIMIZATION='no'
> USE_PRECOMPILED_HEADERS=''
> USE_PROFILING='no'
> USE_UBSAN='no'
> UTF8CPP_INTERNAL='yes'
> VALGRIND=''
> VORBIS_LIBS='-lvorbis -lm'
> WINDRES=''
> XSLTPROC=''
> XSLTPROC_FLAGS=''
> ZLIB_CFLAGS=''
> ZLIB_LIBS='-lz'
> ac_ct_CC='cc'
> ac_ct_CXX=''
> ac_ct_QMAKE6=''
> bindir='${exec_prefix}/bin'
> build='i386-unknown-openbsd7.6'
> build_alias=''
> build_cpu='i386'
> build_os='openbsd7.6'
> build_vendor='unknown'
> datadir='${datarootdir}'
> datarootdir='${prefix}/share'
> docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
> dvdread_CFLAGS=''
> dvdread_LIBS=''
> dvidir='${docdir}'
> exec_prefix='NONE'
> flac_CFLAGS='-I/usr/local/include'
> flac_LIBS='-L/usr/local/lib -lFLAC'
> gtest_CFLAGS=''
> gtest_LIBS=''
> host='i386-unknown-openbsd7.6'
> host_alias=''
> host_cpu='i386'
> host_os='openbsd7.6'
> host_vendor='unknown'
> htmldir='${docdir}'
> includedir='${prefix}/include'
> infodir='/usr/local/info'
> libcmark_CFLAGS=''
> libcmark_LIBS=''
> libdir='${exec_prefix}/lib'
> libexecdir='${exec_prefix}/libexec'
> localedir='${datarootdir}/locale'
> localstatedir='/var'
> mandir='/usr/local/man'
> oldincludedir='/usr/include'
> pdfdir='${docdir}'
> prefix='/usr/local'
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> runstatedir='${localstatedir}/run'
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='/etc'
> target='i386-unknown-openbsd7.6'
> target_alias=''
> target_cpu='i386'
> target_os='openbsd7.6'
> target_vendor='unknown'
>
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
>
> /* confdefs.h */
> #define PACKAGE_NAME "MKVToolNix"
> #define PACKAGE_TARNAME "mkvtoolnix"
> #define PACKAGE_VERSION "88.0"
> #define PACKAGE_STRING "MKVToolNix 88.0"
> #define PACKAGE_BUGREPORT "https://gitlab.com/mbunkus/mkvtoolnix/issues/"
> #define PACKAGE_URL ""
> #define HAVE_STDIO_H 1
> #define HAVE_STDLIB_H 1
> #define HAVE_STRING_H 1
> #define HAVE_INTTYPES_H 1
> #define HAVE_STDINT_H 1
> #define HAVE_STRINGS_H 1
> #define HAVE_SYS_STAT_H 1
> #define HAVE_SYS_TYPES_H 1
> #define HAVE_UNISTD_H 1
> #define STDC_HEADERS 1
> #define HAVE_INTTYPES_H 1
> #define HAVE_STDINT_H 1
> #define HAVE_SYS_TYPES_H 1
> #define HAVE_SYS_SYSCALL_H 1
> #define SIZEOF_INT 4
> #define SIZEOF_LONG 4
> #define SIZEOF_LONG_LONG 8
> #define HAVE_ICONV_H 1
> #define ICONV_CONST
> #define HAVE_NL_LANGINFO 1
> #define HAVE_OGG_OGG_H 1
> #define HAVE_VORBIS_CODEC_H 1
> #define HAVE_FLAC_DECODER_SKIP 1
> #define HAVE_FLAC_FORMAT_H 1
> #define HAVE_NLOHMANN_JSONCPP 1
>
> configure: exit 1

--
Antoine