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