[Bug 253014] net-im/telegram-desktop: Fails to build when devel/abseil is present on the system

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 27 04:39:37 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253014

--- Comment #2 from Henry Hu <henry.hu.sh at 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=0 -DWEBRTC_ENABLE_LINUX_ALSA
-DWEBRTC_ENABLE_LINUX_PULSE -DWEBRTC_ENABLE_PROTOBUF=0
-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE -DWEBRTC_LIBRARY_IMPL -DWEBRTC_LINUX
-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=1 -DWEBRTC_OPUS_VARIABLE_COMPLEXITY=0
-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=native
-fstack-protector-strong -fno-strict-aliasing  -DNDEBUG -O2 -pipe -march=native
-fstack-protector-strong -fno-strict-aliasing  -DNDEBUG
-Wno-deprecated-declarations -Wno-attributes -Wno-narrowing -Wno-return-type
-std=gnu++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-cpp is
the fourth. If we can move -I/usr/local/include after the other, the problem
can be solved.

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


More information about the freebsd-ports-bugs mailing list