Skip to content

Instantly share code, notes, and snippets.

@G36maid
Last active May 20, 2025 06:28
Show Gist options
  • Save G36maid/2c9919aa3a88ff4274461f39d04b6c52 to your computer and use it in GitHub Desktop.
Save G36maid/2c9919aa3a88ff4274461f39d04b6c52 to your computer and use it in GitHub Desktop.
Reproduce Zed WebRTC Build Error on FreeBSD

Reproduce Zed WebRTC Build Error on FreeBSD

Steps

  1. Clone Zed repo
git clone https://github.com/zed-industries/zed.git
cd zed
  1. Download WebRTC prebuilt release https://github.com/zed-industries/webrtc/releases Unzip it:
unzip webrtc-linux-x64-release.zip
  1. Configure Env Edit or create .cargo/config.toml in repo root:
[env]
LK_CUSTOM_WEBRTC = "~/webrtc-linux-x64-release"
  1. Build to trigger error
cargo build
  1. Patch build.rs Edit this file: ~/.cargo/git/checkouts/livekit-rust-sdks-*/webrtc-sys/build.rs Add FreeBSD support, for example:
"freebsd" => {
    println!("cargo:rustc-link-lib=dylib=rt");
    println!("cargo:rustc-link-lib=dylib=dl");
    println!("cargo:rustc-link-lib=dylib=pthread");
    println!("cargo:rustc-link-lib=dylib=m");

    builder.flag("-std=c++2a");
}
  1. Build again
cargo build
warning: method `update_drawable_size_even_if_unchanged` is never used
--> crates/gpui/src/platform/blade/blade_renderer.rs:425:12
|
328 | impl BladeRenderer {
| ------------------ method in this implementation
...
425 | pub fn update_drawable_size_even_if_unchanged(&mut self, size: Size<Devic...
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: `gpui` (lib) generated 1 warning
Compiling webrtc-sys v0.3.7 (https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c)
Compiling snippet_provider v0.1.0 (/home/g36maid/Github/freebsd-ports-zed/crates/snippet_provider)
Compiling assistant_settings v0.1.0 (/home/g36maid/Github/freebsd-ports-zed/crates/assistant_settings)
Compiling indexed_docs v0.1.0 (/home/g36maid/Github/freebsd-ports-zed/crates/indexed_docs)
Compiling web_search_providers v0.1.0 (/home/g36maid/Github/freebsd-ports-zed/crates/web_search_providers)
Compiling theme_extension v0.1.0 (/home/g36maid/Github/freebsd-ports-zed/crates/theme_extension)
Compiling language_extension v0.1.0 (/home/g36maid/Github/freebsd-ports-zed/crates/language_extension)
Compiling project v0.1.0 (/home/g36maid/Github/freebsd-ports-zed/crates/project)
warning: [email protected]: In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/peer_connection.rs.cc:4:
warning: [email protected]: In file included from ./include/livekit/media_stream.h:23:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/audio_track.rs.cc:1:
warning: [email protected]: In file included from ./include/livekit/media_stream_track.h:23:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: 1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-audio_track.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/audio_track.rs.cc"cargo:warning=In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/video_track.rs.cc:2:
warning: [email protected]: In file included from ./include/livekit/media_stream_track.h:23:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: 1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-video_track.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/video_track.rs.cc"cargo:warning=In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/peer_connection_factory.rs.cc:1:
warning: [email protected]: In file included from ./include/livekit/rtp_parameters.h:25:
warning: [email protected]: In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include/webrtc-sys/src/rtp_parameters.rs.h:2:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/media_stream_track.rs.cc:1:
warning: [email protected]: In file included from ./include/livekit/media_stream_track.h:23:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: 1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-media_stream_track.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/media_stream_track.rs.cc"cargo:warning=In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/data_channel.rs.cc:1:
warning: [email protected]: In file included from ./include/livekit/data_channel.h:23:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: 1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-data_channel.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/data_channel.rs.cc"cargo:warning=1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-peer_connection.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/peer_connection.rs.cc"cargo:warning=In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/media_stream.rs.cc:2:
warning: [email protected]: In file included from ./include/livekit/media_stream_track.h:23:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: 1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-media_stream.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/media_stream.rs.cc"cargo:warning=1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-peer_connection_factory.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/peer_connection_factory.rs.cc"cargo:warning=In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/frame_cryptor.rs.cc:1:
warning: [email protected]: In file included from ./include/livekit/frame_cryptor.h:27:
warning: [email protected]: In file included from ./include/livekit/peer_connection.h:23:
warning: [email protected]: In file included from ./include/livekit/data_channel.h:23:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: 1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-frame_cryptor.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/frame_cryptor.rs.cc"cargo:warning=In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/rtp_parameters.rs.cc:1:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: 1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-rtp_parameters.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/rtp_parameters.rs.cc"cargo:warning=In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/rtp_sender.rs.cc:1:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: 1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-rtp_sender.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/rtp_sender.rs.cc"cargo:warning=In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/rtp_receiver.rs.cc:1:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/rtp_transceiver.rs.cc:1:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/webrtc.rs.cc:1:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: 1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-webrtc.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/webrtc.rs.cc"cargo:warning=1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-rtp_receiver.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/rtp_receiver.rs.cc"cargo:warning=1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-rtp_transceiver.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/rtp_transceiver.rs.cc"cargo:warning=In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/audio_resampler.rs.cc:1:
warning: [email protected]: In file included from ./include/livekit/audio_resampler.h:24:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: 1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-audio_resampler.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/audio_resampler.rs.cc"cargo:warning=In file included from src/media_stream.cpp:17:
warning: [email protected]: In file included from ./include/livekit/media_stream.h:23:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: 1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-media_stream.o" "-c" "src/media_stream.cpp"cargo:warning=In file included from src/media_stream_track.cpp:26:
warning: [email protected]: In file included from ./include/livekit/media_stream.h:23:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: 1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-media_stream_track.o" "-c" "src/media_stream_track.cpp"cargo:warning=In file included from src/audio_track.cpp:17:
warning: [email protected]: In file included from ./include/livekit/audio_track.h:26:
warning: [email protected]: In file included from ./include/livekit/media_stream_track.h:23:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: 1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-audio_track.o" "-c" "src/audio_track.cpp"cargo:warning=In file included from src/video_track.cpp:17:
warning: [email protected]: In file included from ./include/livekit/video_track.h:24:
warning: [email protected]: In file included from ./include/livekit/media_stream_track.h:23:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: 1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-video_track.o" "-c" "src/video_track.cpp"cargo:warning=In file included from src/data_channel.cpp:17:
warning: [email protected]: In file included from ./include/livekit/data_channel.h:23:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: 1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-data_channel.o" "-c" "src/data_channel.cpp"cargo:warning=In file included from src/peer_connection.cpp:17:
warning: [email protected]: In file included from ./include/livekit/peer_connection.h:23:
warning: [email protected]: In file included from ./include/livekit/data_channel.h:23:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: 1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-peer_connection.o" "-c" "src/peer_connection.cpp"cargo:warning=In file included from src/peer_connection_factory.cpp:17:
warning: [email protected]: In file included from ./include/livekit/peer_connection_factory.h:23:
warning: [email protected]: In file included from ./include/livekit/media_stream.h:23:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: 1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-peer_connection_factory.o" "-c" "src/peer_connection_factory.cpp"cargo:warning=In file included from src/rtp_parameters.cpp:17:
warning: [email protected]: In file included from ./include/livekit/rtp_parameters.h:25:
warning: [email protected]: In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include/webrtc-sys/src/rtp_parameters.rs.h:2:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: 1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-rtp_parameters.o" "-c" "src/rtp_parameters.cpp"cargo:warning=In file included from src/video_encoder_factory.cpp:17:
warning: [email protected]: ./include/livekit/video_encoder_factory.h:35:23: error: no type named 'Environment' in namespace 'webrtc'
warning: [email protected]: 35 | const webrtc::Environment& env, const webrtc::SdpVideoFormat& format) override;
warning: [email protected]: | ~~~~~~~~^
warning: [email protected]: ./include/livekit/video_encoder_factory.h:51:21: error: no type named 'Environment' in namespace 'webrtc'
warning: [email protected]: 51 | const webrtc::Environment& env, const webrtc::SdpVideoFormat& format) override;
warning: [email protected]: | ~~~~~~~~^
warning: [email protected]: src/video_encoder_factory.cpp:19:10: fatal error: 'api/environment/environment_factory.h' file not found
warning: [email protected]: 19 | #include "api/environment/environment_factory.h"
warning: [email protected]: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
warning: [email protected]: 3 errors generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-video_encoder_factory.o" "-c" "src/video_encoder_factory.cpp"cargo:warning=In file included from src/video_decoder_factory.cpp:17:
warning: [email protected]: ./include/livekit/video_decoder_factory.h:34:21: error: no type named 'Environment' in namespace 'webrtc'
warning: [email protected]: 34 | const webrtc::Environment& env, const webrtc::SdpVideoFormat& format) override;
warning: [email protected]: | ~~~~~~~~^
warning: [email protected]: src/video_decoder_factory.cpp:20:10: fatal error: 'api/environment/environment.h' file not found
warning: [email protected]: 20 | #include "api/environment/environment.h"
warning: [email protected]: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
warning: [email protected]: 2 errors generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-video_decoder_factory.o" "-c" "src/video_decoder_factory.cpp"cargo:warning=In file included from src/rtp_receiver.cpp:17:
warning: [email protected]: In file included from ./include/livekit/rtp_receiver.h:25:
warning: [email protected]: In file included from ./include/livekit/media_stream.h:23:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: 1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-rtp_receiver.o" "-c" "src/rtp_receiver.cpp"cargo:warning=In file included from src/webrtc.cpp:17:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: In file included from src/rtp_sender.cpp:17:
warning: [email protected]: In file included from ./include/livekit/rtp_sender.h:24:
warning: [email protected]: In file included from ./include/livekit/media_stream.h:23:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: In file included from src/rtp_transceiver.cpp:17:
warning: [email protected]: In file included from ./include/livekit/rtp_transceiver.h:27:
warning: [email protected]: In file included from ./include/livekit/rtp_parameters.h:25:
warning: [email protected]: In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include/webrtc-sys/src/rtp_parameters.rs.h:2:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: 1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-rtp_transceiver.o" "-c" "src/rtp_transceiver.cpp"cargo:warning=1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-rtp_sender.o" "-c" "src/rtp_sender.cpp"cargo:warning=1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-webrtc.o" "-c" "src/webrtc.cpp"cargo:warning=In file included from src/audio_resampler.cpp:17:
warning: [email protected]: In file included from ./include/livekit/audio_resampler.h:24:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: 1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-audio_resampler.o" "-c" "src/audio_resampler.cpp"cargo:warning=In file included from src/frame_cryptor.cpp:17:
warning: [email protected]: In file included from ./include/livekit/frame_cryptor.h:27:
warning: [email protected]: In file included from ./include/livekit/peer_connection.h:23:
warning: [email protected]: In file included from ./include/livekit/data_channel.h:23:
warning: [email protected]: In file included from ./include/livekit/webrtc.h:26:
warning: [email protected]: /home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
warning: [email protected]: 19 | #include <sys/epoll.h>
warning: [email protected]: | ^~~~~~~~~~~~~
warning: [email protected]: 1 error generated.
warning: [email protected]: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-frame_cryptor.o" "-c" "src/frame_cryptor.cpp"
error: failed to run custom build command for `webrtc-sys v0.3.7 (https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c)`
Caused by:
process didn't exit successfully: `/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-710d775a209a1ef3/build-script-build` (exit status: 1)
--- stdout
cargo:rerun-if-env-changed=LK_DEBUG_WEBRTC
cargo:rerun-if-env-changed=LK_CUSTOM_WEBRTC
cargo:CXXBRIDGE_PREFIX=webrtc-sys
cargo:CXXBRIDGE_DIR0=/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include
cargo:CXXBRIDGE_DIR1=/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate
cargo:rustc-link-search=native=/home/g36maid/Github/linux-x64-release/lib
cargo:rustc-link-lib=static=webrtc
cargo:rustc-link-lib=dylib=rt
cargo:rustc-link-lib=dylib=dl
cargo:rustc-link-lib=dylib=pthread
cargo:rustc-link-lib=dylib=m
OUT_DIR = Some(/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out)
OPT_LEVEL = Some(0)
TARGET = Some(x86_64-unknown-freebsd)
HOST = Some(x86_64-unknown-freebsd)
cargo:rerun-if-env-changed=CXX_x86_64-unknown-freebsd
CXX_x86_64-unknown-freebsd = None
cargo:rerun-if-env-changed=CXX_x86_64_unknown_freebsd
CXX_x86_64_unknown_freebsd = None
cargo:rerun-if-env-changed=HOST_CXX
HOST_CXX = None
cargo:rerun-if-env-changed=CXX
CXX = None
cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
RUSTC_WRAPPER = None
cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
CRATE_CC_NO_DEFAULTS = None
DEBUG = Some(true)
cargo:rerun-if-env-changed=CXXFLAGS
CXXFLAGS = None
cargo:rerun-if-env-changed=HOST_CXXFLAGS
HOST_CXXFLAGS = None
cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_freebsd
CXXFLAGS_x86_64_unknown_freebsd = None
cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-freebsd
CXXFLAGS_x86_64-unknown-freebsd = None
CARGO_ENCODED_RUSTFLAGS = Some(-Csymbol-mangling-version=v0--cfgtokio_unstable)
cargo:warning=In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/peer_connection.rs.cc:4:
cargo:warning=In file included from ./include/livekit/media_stream.h:23:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/audio_track.rs.cc:1:
cargo:warning=In file included from ./include/livekit/media_stream_track.h:23:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=1 error generated.
exit status: 0
exit status: 0
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-audio_track.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/audio_track.rs.cc"cargo:warning=In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/video_track.rs.cc:2:
cargo:warning=In file included from ./include/livekit/media_stream_track.h:23:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=1 error generated.
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-video_track.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/video_track.rs.cc"cargo:warning=In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/peer_connection_factory.rs.cc:1:
cargo:warning=In file included from ./include/livekit/rtp_parameters.h:25:
cargo:warning=In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include/webrtc-sys/src/rtp_parameters.rs.h:2:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/media_stream_track.rs.cc:1:
cargo:warning=In file included from ./include/livekit/media_stream_track.h:23:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=1 error generated.
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-media_stream_track.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/media_stream_track.rs.cc"cargo:warning=In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/data_channel.rs.cc:1:
cargo:warning=In file included from ./include/livekit/data_channel.h:23:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=1 error generated.
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-data_channel.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/data_channel.rs.cc"cargo:warning=1 error generated.
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-peer_connection.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/peer_connection.rs.cc"cargo:warning=In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/media_stream.rs.cc:2:
cargo:warning=In file included from ./include/livekit/media_stream_track.h:23:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=1 error generated.
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-media_stream.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/media_stream.rs.cc"cargo:warning=1 error generated.
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-peer_connection_factory.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/peer_connection_factory.rs.cc"cargo:warning=In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/frame_cryptor.rs.cc:1:
cargo:warning=In file included from ./include/livekit/frame_cryptor.h:27:
cargo:warning=In file included from ./include/livekit/peer_connection.h:23:
cargo:warning=In file included from ./include/livekit/data_channel.h:23:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=1 error generated.
exit status: 0
exit status: 0
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-frame_cryptor.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/frame_cryptor.rs.cc"cargo:warning=In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/rtp_parameters.rs.cc:1:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=1 error generated.
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-rtp_parameters.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/rtp_parameters.rs.cc"cargo:warning=In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/rtp_sender.rs.cc:1:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=1 error generated.
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-rtp_sender.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/rtp_sender.rs.cc"cargo:warning=In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/rtp_receiver.rs.cc:1:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/rtp_transceiver.rs.cc:1:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/webrtc.rs.cc:1:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=1 error generated.
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-webrtc.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/webrtc.rs.cc"cargo:warning=1 error generated.
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-rtp_receiver.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/rtp_receiver.rs.cc"cargo:warning=1 error generated.
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-rtp_transceiver.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/rtp_transceiver.rs.cc"cargo:warning=In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/audio_resampler.rs.cc:1:
cargo:warning=In file included from ./include/livekit/audio_resampler.h:24:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=1 error generated.
exit status: 0
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/25b92a23e84fb88b-audio_resampler.rs.o" "-c" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/sources/webrtc-sys/src/audio_resampler.rs.cc"cargo:warning=In file included from src/media_stream.cpp:17:
cargo:warning=In file included from ./include/livekit/media_stream.h:23:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=1 error generated.
exit status: 0
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-media_stream.o" "-c" "src/media_stream.cpp"cargo:warning=In file included from src/media_stream_track.cpp:26:
cargo:warning=In file included from ./include/livekit/media_stream.h:23:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=1 error generated.
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-media_stream_track.o" "-c" "src/media_stream_track.cpp"cargo:warning=In file included from src/audio_track.cpp:17:
cargo:warning=In file included from ./include/livekit/audio_track.h:26:
cargo:warning=In file included from ./include/livekit/media_stream_track.h:23:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=1 error generated.
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-audio_track.o" "-c" "src/audio_track.cpp"cargo:warning=In file included from src/video_track.cpp:17:
cargo:warning=In file included from ./include/livekit/video_track.h:24:
cargo:warning=In file included from ./include/livekit/media_stream_track.h:23:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=1 error generated.
exit status: 0
exit status: 0
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-video_track.o" "-c" "src/video_track.cpp"cargo:warning=In file included from src/data_channel.cpp:17:
cargo:warning=In file included from ./include/livekit/data_channel.h:23:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=1 error generated.
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-data_channel.o" "-c" "src/data_channel.cpp"cargo:warning=In file included from src/peer_connection.cpp:17:
cargo:warning=In file included from ./include/livekit/peer_connection.h:23:
cargo:warning=In file included from ./include/livekit/data_channel.h:23:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=1 error generated.
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-peer_connection.o" "-c" "src/peer_connection.cpp"cargo:warning=In file included from src/peer_connection_factory.cpp:17:
cargo:warning=In file included from ./include/livekit/peer_connection_factory.h:23:
cargo:warning=In file included from ./include/livekit/media_stream.h:23:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=1 error generated.
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-peer_connection_factory.o" "-c" "src/peer_connection_factory.cpp"cargo:warning=In file included from src/rtp_parameters.cpp:17:
cargo:warning=In file included from ./include/livekit/rtp_parameters.h:25:
cargo:warning=In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include/webrtc-sys/src/rtp_parameters.rs.h:2:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=1 error generated.
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-rtp_parameters.o" "-c" "src/rtp_parameters.cpp"cargo:warning=In file included from src/video_encoder_factory.cpp:17:
cargo:warning=./include/livekit/video_encoder_factory.h:35:23: error: no type named 'Environment' in namespace 'webrtc'
cargo:warning= 35 | const webrtc::Environment& env, const webrtc::SdpVideoFormat& format) override;
cargo:warning= | ~~~~~~~~^
cargo:warning=./include/livekit/video_encoder_factory.h:51:21: error: no type named 'Environment' in namespace 'webrtc'
cargo:warning= 51 | const webrtc::Environment& env, const webrtc::SdpVideoFormat& format) override;
cargo:warning= | ~~~~~~~~^
cargo:warning=src/video_encoder_factory.cpp:19:10: fatal error: 'api/environment/environment_factory.h' file not found
cargo:warning= 19 | #include "api/environment/environment_factory.h"
cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cargo:warning=3 errors generated.
exit status: 0
exit status: 0
exit status: 0
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-video_encoder_factory.o" "-c" "src/video_encoder_factory.cpp"cargo:warning=In file included from src/video_decoder_factory.cpp:17:
cargo:warning=./include/livekit/video_decoder_factory.h:34:21: error: no type named 'Environment' in namespace 'webrtc'
cargo:warning= 34 | const webrtc::Environment& env, const webrtc::SdpVideoFormat& format) override;
cargo:warning= | ~~~~~~~~^
cargo:warning=src/video_decoder_factory.cpp:20:10: fatal error: 'api/environment/environment.h' file not found
cargo:warning= 20 | #include "api/environment/environment.h"
cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cargo:warning=2 errors generated.
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-video_decoder_factory.o" "-c" "src/video_decoder_factory.cpp"cargo:warning=In file included from src/rtp_receiver.cpp:17:
cargo:warning=In file included from ./include/livekit/rtp_receiver.h:25:
cargo:warning=In file included from ./include/livekit/media_stream.h:23:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=1 error generated.
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-rtp_receiver.o" "-c" "src/rtp_receiver.cpp"cargo:warning=In file included from src/webrtc.cpp:17:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=In file included from src/rtp_sender.cpp:17:
cargo:warning=In file included from ./include/livekit/rtp_sender.h:24:
cargo:warning=In file included from ./include/livekit/media_stream.h:23:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=In file included from src/rtp_transceiver.cpp:17:
cargo:warning=In file included from ./include/livekit/rtp_transceiver.h:27:
cargo:warning=In file included from ./include/livekit/rtp_parameters.h:25:
cargo:warning=In file included from /home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include/webrtc-sys/src/rtp_parameters.rs.h:2:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=1 error generated.
exit status: 0
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-rtp_transceiver.o" "-c" "src/rtp_transceiver.cpp"cargo:warning=1 error generated.
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-rtp_sender.o" "-c" "src/rtp_sender.cpp"cargo:warning=1 error generated.
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-webrtc.o" "-c" "src/webrtc.cpp"cargo:warning=In file included from src/audio_resampler.cpp:17:
cargo:warning=In file included from ./include/livekit/audio_resampler.h:24:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=1 error generated.
exit status: 0
exit status: 0
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-audio_resampler.o" "-c" "src/audio_resampler.cpp"cargo:warning=In file included from src/frame_cryptor.cpp:17:
cargo:warning=In file included from ./include/livekit/frame_cryptor.h:27:
cargo:warning=In file included from ./include/livekit/peer_connection.h:23:
cargo:warning=In file included from ./include/livekit/data_channel.h:23:
cargo:warning=In file included from ./include/livekit/webrtc.h:26:
cargo:warning=/home/g36maid/Github/linux-x64-release/include/rtc_base/physical_socket_server.h:19:10: fatal error: 'sys/epoll.h' file not found
cargo:warning= 19 | #include <sys/epoll.h>
cargo:warning= | ^~~~~~~~~~~~~
cargo:warning=1 error generated.
exit status: 0
exit status: 0
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-frame_cryptor.o" "-c" "src/frame_cryptor.cpp"
--- stderr
CXX include path:
/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include
/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate
error occurred in cc-rs: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-stdlib=libc++" "--target=x86_64-unknown-freebsd" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/include" "-I" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/cxxbridge/crate" "-I" "./include" "-I" "/home/g36maid/Github/linux-x64-release/include" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/abseil-cpp/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libyuv/include/" "-I" "/home/g36maid/Github/linux-x64-release/include/third_party/libc++/" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc" "-I" "/home/g36maid/Github/linux-x64-release/include/sdk/objc/base" "-std=c++2a" "-DWEBRTC_APM_DEBUG_DUMP=0" "-DUSE_UDEV" "-DUSE_AURA=1" "-DUSE_GLIB=1" "-DUSE_OZONE=1" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D_FORTIFY_SOURCE=2" "-D_FILE_OFFSET_BITS=64" "-D_LARGEFILE_SOURCE" "-D_LARGEFILE64_SOURCE" "-D_GNU_SOURCE" "-DCR_SYSROOT_KEY=20230329T085712Z-1" "-DNDEBUG" "-DNVALGRIND" "-DDYNAMIC_ANNOTATIONS_ENABLED=0" "-DWEBRTC_ENABLE_PROTOBUF=0" "-DWEBRTC_STRICT_FIELD_TRIALS=0" "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" "-DRTC_USE_LIBAOM_AV1_ENCODER" "-DRTC_ENABLE_VP9" "-DRTC_DAV1D_IN_INTERNAL_DECODER_FACTORY" "-DWEBRTC_HAVE_SCTP" "-DWEBRTC_USE_H264" "-DWEBRTC_LIBRARY_IMPL" "-DWEBRTC_ENABLE_AVX2" "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0" "-DWEBRTC_POSIX" "-DWEBRTC_LINUX" "-DABSL_ALLOCATOR_NOTHROW=1" "-DLIBYUV_DISABLE_NEON" "-DLIVEKIT_TEST" "-o" "/home/g36maid/Github/freebsd-ports-zed/target/debug/build/webrtc-sys-7f19b54bdd7bdbe9/out/0602fb52cb66f316-frame_cryptor.o" "-c" "src/frame_cryptor.cpp"
warning: build failed, waiting for other jobs to finish...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment