Jan Beich
Jan Beich
4aa4acc7a2ae and 269c230fbd8a probably fixed it. However, this repo is out of sync.
FreeBSD [promotes](https://github.com/freebsd/freebsd/commit/c8ed04c26b6758354853a6bed4629f71d0d01a7d) `NULL` to `nullptr` for C++11, turning the following warning into an error. [Maybe](https://stackoverflow.com/questions/11725413/correct-way-to-initialize-vector-member-variable) drop explicit initialization of `mOpenAnimations`. Clang: ```c++ COLLADAStreamWriter/src/COLLADASWLibraryAnimations.cpp:65:97: warning: implicit conversion of NULL constant to...
@tuxillo, can you re-try with more recent snapshot? See https://github.com/jiixyj/epoll-shim/commit/e499ec0c93b0
> ``` > % systemctl --user enable pass-secrets > zsh: command not found: systemctl > ``` Auto-starting without systemd uses DBus activation. As the shipped `.service` file installs with conflicting...
"Failed to open bus" is not a bug. Auto-launching a daemon from a library is fragile e.g., not implemented by every DBus client library (libdbus vs. sdbus/basu). systemd and dinit+turnstile...
How many bundled dependencies do you want built on CI? Downstream package doesn't use any (except libbase). I'd prefer system wlroots (like labwc CI) unless it's out-of-sync (either too new...
- libva-vdpau-driver also [crashes on FreeBSD](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268657) - VDPAU itself doesn't support encoding at all - nvidia-vaapi-driver [doesn't implement encoding](https://github.com/elFarto/nvidia-vaapi-driver/issues/116)
[Applied downstream](https://github.com/freebsd/freebsd-ports/commit/d33300710352) but it may take ~1 month to confirm.
Did you forget to remove `llvm11` flavor in `vc-intrinsics` + `intel-graphics-compiler` + `intel-compute-runtime`? Only llvm11 is "production" for the current version (in ports, not upstream). See also [bug 281566](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281566)
Do you plan to unify with macOS (same ancestor) by moving RTM_ADD and other constants with same values to src/unix/bsd/mod.rs ?