Jan Beich

Results 69 issues of Jan Beich

## Describe the bug poudriere always obsoletes existing packages via `new dependency` when the requested dependency moved to a different subpackage. ## How to reproduce 1. Apply WIPs for [imlib2...

bug
Fix being tested
subpackages

```rust $ rustc -vV rustc 1.68.2 (9eb3afe9e 2023-03-27) (built from a source tarball) binary: rustc commit-hash: 9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0 commit-date: 2023-03-27 host: i686-unknown-freebsd release: 1.68.2 LLVM version: 15.0.6 $ git checkout v0.10.0...

**Describe the bug** Regressed by #304 (6dafd54929ad, functions.vala). Affects `notify-send` (from libnotify) but not [noti](https://github.com/variadico/noti). Creating notifications via `notify-send` doesn't work unless `swaync` is launched with `-c /null` . **To...

bug

f9587f20c963 added CMake build. However, `--with-cryptopp` wasn't converted and may be used downstream (distro packaging).

FreeBSD >= 13.1 [added](https://github.com/freebsd/freebsd-src/commit/5918f4865267) `CLOCK_BOOTTIME` but it appears to work differently from what consumers expect. ``` $ pkg install git meson pkgconf libepoll-shim json-glib $ git clone https://gitlab.gnome.org/guidog/gmobile.git $ git...

https://github.com/netbsd/src/commit/b20799016416a1550612da0efc652dad38d3cf8b and https://github.com/netbsd/src/commit/9d85c4a5f887d1920ce625296deb03fc2064cf09 weren't adopted by DragonFly, FreeBSD, OpenBSD. ```rust $ rustc -vV rustc 1.52.1 binary: rustc commit-hash: unknown commit-date: unknown host: x86_64-unknown-freebsd release: 1.52.1 LLVM version: 12.0.0 $ cargo...

Regressed by #5771. [POSIX.1-2017](https://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaction.html) and [FreeBSD](https://man.freebsd.org/sigaction/2) don't define `sa_restorer` while [Linux](https://man7.org/linux/man-pages/man2/sigaction.2.html) discourages usage in applications. As Hyprland just want to zero-init check for a related macro in order to catch...

Affects `kwin_wayland` but not `kwin_x11` under rootful Xwayland. Doesn't affect [minico](https://github.com/winft/como/tree/master/examples/minico), kwin (kde) 6.0.3 and kwinft 5.27.0. ``` $ pkg install theseus-ship $ if [ -z "$XDG_RUNTIME_DIR" ]; then export...

Found on FreeBSD [i386](http://beefy10.nyi.freebsd.org/data/112i386-default/490102/logs/errors/citra-qt5-s20190111.log): ```c++ In file included from src/test_generator.cpp:10: src/./test.h:37:1: fatal error: static_assert failed static_assert(sizeof(TestCase) == 4312); ^ ~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. ```