Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2024 07:48:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 279873] audio/mumble-server: Compiling with Ice
Message-ID:  <bug-279873-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279873

            Bug ID: 279873
           Summary: audio/mumble-server: Compiling with Ice
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: vvd@FreeBSD.org
          Reporter: jan@mcwinter.org
          Assignee: vvd@FreeBSD.org
             Flags: maintainer-feedback?(vvd@FreeBSD.org)

when I try to compile mumble with Ice support, I get the following error.
I'm not sure if this is a boost problem and maybe it is fixed in boost-lib
1.85?

/usr/bin/c++ -DICE_STATIC_LIBS -DMUMBLE_BUILD_YEAR=3D2024
-DMUMBLE_TARGET_ARCH=3D\"x64\" -DMUMBLE_TARGET_OS=3D\"linux\"
-DMUMBLE_VERSION=3D1.5.0 -DMUMBLE_VERSION_MAJOR=3D1 -DMUMBLE_VERSION_MINOR=
=3D5
-DMUMBLE_VERSION_PATCH=3D0 -DMURMUR -DPROTOBUF_USE_DLLS -DQT_CORE_LIB
-DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_RESTRICTED_CAST_FROM_ASCII
-DQT_SQL_LIB -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS
-DQT_XML_LIB -DTRACY_ON_DEMAND -DUSE_DBUS -DUSE_ICE
-DUSE_QSSLDIFFIEHELLMANPARAMETERS -DUSE_ZEROCONF -D_USE_MATH_DEFINES
-I/usr/ports/audio/mumble-server/work/.build/src/murmur/mumble-server_autog=
en/include
-I/usr/ports/audio/mumble-server/work/mumble-1.5.634/src/murmur
-I/usr/ports/audio/mumble-server/work/mumble-1.5.634/src
-I/usr/local/include/avahi-compat-libdns_sd
-I/usr/ports/audio/mumble-server/work/mumble-1.5.634/3rdparty/qqbonjour
-I/usr/ports/audio/mumble-server/work/.build/src/murmur
-I/usr/ports/audio/mumble-server/work/.build/src -isystem /usr/local/include
-isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isy=
stem
/usr/local/lib/qt5/mkspecs/freebsd-clang -isystem
/usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtXml -isy=
stem
/usr/ports/audio/mumble-server/work/mumble-1.5.634/3rdparty/tracy/public
-isystem
/usr/ports/audio/mumble-server/work/mumble-1.5.634/3rdparty/gsl/include
-isystem /usr/local/include/qt5/QtSql -isystem /usr/local/include/qt5/QtDBus
-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing=20=20
-Wno-deprecated-declarations -std=3Dc++17 -O2 -pipe  -fstack-protector-stro=
ng
-fno-strict-aliasing   -Wno-deprecated-declarations -std=3Dc++17  -DNDEBUG
-std=3Dc++17 -flto=3Dthin -fPIE -fvisibility=3Dhidden -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=3D2 -Werror -Wall -Wpedantic -Wextra -Wconversion
-Wsign-conversion -fsigned-char -O3 -pthread -fPIC -MD -MT
src/murmur/CMakeFiles/mumble-server.dir/mumble-server_autogen/mocs_compilat=
ion.cpp.o
-MF
src/murmur/CMakeFiles/mumble-server.dir/mumble-server_autogen/mocs_compilat=
ion.cpp.o.d
-o
src/murmur/CMakeFiles/mumble-server.dir/mumble-server_autogen/mocs_compilat=
ion.cpp.o
-c
/usr/ports/audio/mumble-server/work/.build/src/murmur/mumble-server_autogen=
/mocs_compilation.cpp
In file included from
/usr/ports/audio/mumble-server/work/.build/src/murmur/mumble-server_autogen=
/mocs_compilation.cpp:9:
In file included from
/usr/ports/audio/mumble-server/work/.build/src/murmur/mumble-server_autogen=
/EWIEGA46WW/moc_MumbleServerIce.cpp:10:
In file included from
/usr/ports/audio/mumble-server/work/.build/src/murmur/mumble-server_autogen=
/EWIEGA46WW/../../../../../mumble-1.5.634/src/murmur/MumbleServerIce.h:23:
In file included from
/usr/ports/audio/mumble-server/work/.build/src/murmur/mumble-server_autogen=
/EWIEGA46WW/../../../../../mumble-1.5.634/src/murmur/MumbleServerI.h:9:
In file included from
/usr/ports/audio/mumble-server/work/.build/src/murmur/MumbleServer.h:30:
/usr/local/include/Ice/Proxy.h:1000:33: error: no template named
'binary_function' in namespace 'std'; did you mean '__binary_function'?
 1000 | struct ProxyIdentityLess : std::binary_function<bool, ObjectPrx&,
ObjectPrx&>

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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