Jan Beich

Results 69 issues of Jan Beich

2e3999ddf0fa added `mcontext_t` but not `ucontext_t`. FreeBSD `ucontext_t` is machine-independent but libc crate limits it by `target_arch`. See [ucontext_t definition](https://github.com/freebsd/freebsd-src/blob/releng/13.2/sys/sys/_ucontext.h) vs. [mcontext_t definition](https://github.com/freebsd/freebsd-src/blob/releng/13.2/sys/arm64/include/ucontext.h) ```rust error[E0412]: cannot find type `ucontext_t` in...

C-API-request
E-easy

cagebreak still builds fine with `-std=c11` and (unlike wlroots where `-std=c23` is **autodetected**) doesn't use `__VA_OPT__`. Why intentionally break then? ``` $ cc --version FreeBSD clang version 17.0.6 (https://github.com/llvm/llvm-project.git llvmorg-17.0.6-0-g6009708b4367)...

Regressed by #89 ```rust $ git describe --tags 7.0.3-1-ga13516c $ rustc -vV rustc 1.82.0 (f6e511eec 2024-10-15) (built from a source tarball) binary: rustc commit-hash: f6e511eec7342f59a25f7c0534f1dbea00d01b14 commit-date: 2024-10-15 host: i686-unknown-freebsd release:...

Related to #202. Sorry, I don't know Rust to debug more. ``` $ su root -c "rm /usr/local/lib/dri/swrast_dri.so" # prevent silent fallback $ vidcontrol -s 2 io::Result { if let...

Regressed by Kistler-Group/sdbus-cpp@bdf313bc60df. Note, some other sdbus-cpp consumers like xdg-desktop-portal-hyprland, hypridle have already switched to 2.0.0 API. ```c++ In file included from impl/Session.cpp:6: In file included from impl/SecretService.h:9: impl/../adaptors/secretsadaptor.h:26:17: error:...

Regressed by a1599ee3a12a. Other `zwp_linux_dmabuf_v1` consumers like `mpv --vo=dmabuf-wayland` work fine. ``` $ uname -a FreeBSD 141amd64-default 14.1-RELEASE-p6 FreeBSD 14.1-RELEASE-p6 amd64 $ pkg info -x ffmpeg libva mesa sway ffmpeg-6.1.2_5,1...

Requires porting [kwin@953e981807b6](https://invent.kde.org/plasma/kwin/-/commit/953e981807b6) ``` CMake Error at CMakeLists.txt:130 (find_package): Could not find a package configuration file provided by "KDecoration2" (requested version 6.0.0) with any of the following names: KDecoration2Config.cmake kdecoration2-config.cmake...

From [error log](https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/p645a502a4f60_s8b2e7da7085/logs/como-0.3.0.log): ```c++ $ export CC=clang CXX=clang++ $ cmake -G Ninja -B _build $ cmake --build _build [...] In file included from examples/minico/main.cpp:7: In file included from como/base/wayland/platform.h:15: como/render/wayland/platform.h:255:19:...

2b3075626bd9 (#225) unlike 18a63a27eeb3 (#109) still doesn't support building for both X11 **and** Wayland. ```c++ $ qmake5 -config release DEFINES+="X11 WAYLAND" $ make $ sudo make install $ env -u...

help wanted
Platform: Linux