Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 2021 04:39:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 253014] net-im/telegram-desktop: Fails to build when devel/abseil is present on the system
Message-ID:  <bug-253014-7788-42RsS2gKkC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253014-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253014-7788@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #2 from Henry Hu <henry.hu.sh@gmail.com> ---
Current command line is:

[1/2] /usr/local/libexec/ccache/c++ -DHAVE_NETINET_IN_H -DHAVE_WEBRTC_VIDEO
-DRTC_ENABLE_VP9 -DWEBRTC_APM_DEBUG_DUMP=3D0 -DWEBRTC_ENABLE_LINUX_ALSA
-DWEBRTC_ENABLE_LINUX_PULSE -DWEBRTC_ENABLE_PROTOBUF=3D0
-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE -DWEBRTC_LIBRARY_IMPL -DWEBRTC_LINUX
-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=3D1 -DWEBRTC_OPUS_VARIABLE_COMPLEX=
ITY=3D0
-DWEBRTC_POSIX -DWEBRTC_USE_BUILTIN_ISAC_FLOAT -DWEBRTC_USE_H264
-I/usr/local/include -I/usr/local/include/opus -I../../src
-I../../src/third_party/abseil-cpp -I../../src/third_party/libyuv/include
-I../../src/third_party/pffft/src -I../../src/third_party/libsrtp/include
-I../../src/third_party/libsrtp/crypto/include
-I../../src/third_party/libvpx/source/libvpx
-I../../src/third_party/libvpx/source/config
-I../../src/third_party/libvpx/source/config/linux/x64 -O2 -pipe -march=3Dn=
ative
-fstack-protector-strong -fno-strict-aliasing  -DNDEBUG -O2 -pipe -march=3D=
native
-fstack-protector-strong -fno-strict-aliasing  -DNDEBUG
-Wno-deprecated-declarations -Wno-attributes -Wno-narrowing -Wno-return-type
-std=3Dgnu++17 -MD -MT
CMakeFiles/tg_owt.dir/src/api/audio_codecs/audio_format.cc.o -MF
CMakeFiles/tg_owt.dir/src/api/audio_codecs/audio_format.cc.o.d -o
CMakeFiles/tg_owt.dir/src/api/audio_codecs/audio_format.cc.o -c
../../src/api/audio_codecs/audio_format.cc

so -I/usr/local/include is the first, and -I../../src/third_party/abseil-cp=
p is
the fourth. If we can move -I/usr/local/include after the other, the problem
can be solved.

--=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-253014-7788-42RsS2gKkC>