ifreund changed the topic of #river to: river - a dynamic tiling wayland compositor || https://github.com/riverwm/river || channel logs: https://libera.irclog.whitequark.org/river/
eShaev9z_ has joined #river
eShaev9z has quit [Ping timeout: 245 seconds]
elshize has quit [Ping timeout: 260 seconds]
waleee has quit [Ping timeout: 245 seconds]
leopoldek has quit [Remote host closed the connection]
notzmv has quit [Ping timeout: 255 seconds]
notzmv has joined #river
traidare has joined #river
notzmv has quit [Ping timeout: 255 seconds]
notzmv has joined #river
waleee has joined #river
Guest44 has joined #river
Guest44 has quit [Client Quit]
maki40681 has joined #river
<maki40681> trying to compile river master with the latest commit being `#50ccd4c` i.e "session-lock: fix pointer focus handling on map" on Debian 13 Testing. errors as such ```zig build-exe river ReleaseSafe native: error: the following command failed with 4 compilation errors:
<maki40681> ver -lxkbcommon -I/usr/include/pixman-1 -lpixman-1 -I/usr/local/include -I/usr/include/libdrm -I/usr/include/pixman-1 -L/usr/local/lib/x86_64-linux-gnu -lwlroo
<maki40681> ts -cflags -std=c99 -O2 -- /home/maki40681/DLDs/river/river/wlroots_log_wrapper.c -cflags -std=c99 -O2 -- /home/maki40681/DLDs/river/zig-cache/o/e03448885796d2
<maki40681> 9a594d56c55d839d5b/xdg-shell-protocol.c -cflags -std=c99 -O2 -- /home/maki40681/DLDs/river/zig-cache/o/8300948c0efe48259fbd4b904d677b81/ext-session-lock-v1-pro
<maki40681> tocol.c -cflags -std=c99 -O2 -- /home/maki40681/DLDs/river/zig-cache/o/5f87c3a1af78f0a692f859d3e11fbadd/pointer-gestures-unstable-v1-protocol.c -cflags -std=c9
<maki40681> 9 -O2 -- /home/maki40681/DLDs/river/zig-cache/o/60e104abe030435c2803982ccbcc3f12/pointer-constraints-unstable-v1-protocol.c -cflags -std=c99 -O2 -- /home/maki4
<maki40681> 0681/DLDs/river/zig-cache/o/9ed34bd8891bdb615aea9fe19aa83aa5/xdg-decoration-unstable-v1-protocol.c -cflags -std=c99 -O2 -- /home/maki40681/DLDs/river/zig-cache
<maki40681> e45b79731/river-status-unstable-v1-protocol.c -cflags -std=c99 -O2 -- /home/maki40681/DLDs/river/zig-cache/o/8e7bcd0309f7579e7a3cb1c5764d8a7a/river-layout-v3-p
<maki40681> rotocol.c -cflags -std=c99 -O2 -- /home/maki40681/DLDs/river/zig-cache/o/1c97bff0c4b6edf9c4a1503125fa8c1f/wlr-layer-shell-unstable-v1-protocol.c -cflags -std=c
<maki40681> 99 -O2 -- /home/maki40681/DLDs/river/zig-cache/o/696eb6ac7e4aa536ba5480ec21a58222/wlr-output-power-management-unstable-v1-protocol.c -lc -fno-strip -OReleaseSa
<maki40681> fe --cache-dir /home/maki40681/DLDs/river/zig-cache --global-cache-dir /home/maki40681/.cache/zig --name river --mod build_options::/home/maki40681/DLDs/river/
<maki40681> zig-cache/c/72ce53c506969ff3f019ea6a85d08be0/options.zig --mod pixman::/home/maki40681/DLDs/river/deps/zig-pixman/pixman.zig --mod flags::/home/maki40681/DLDs/
<maki40681> river/common/flags.zig --mod xkbcommon::/home/maki40681/DLDs/river/deps/zig-xkbcommon/src/xkbcommon.zig --mod globber::/home/maki40681/DLDs/river/common/globbe
<maki40681> r.zig --mod wlroots:wayland,xkbcommon,pixman:/home/maki40681/DLDs/river/deps/zig-wlroots/src/wlroots.zig --mod wayland::/home/maki40681/DLDs/river/zig-cache/o/
<maki40681> 06c1da367f37313bff964e01d5d05171/wayland.zig --deps build_options,wayland,xkbcommon,pixman,wlroots,flags,globber -fno-PIE --listen=-
<maki40681> Build Summary: 29/32 steps succeeded; 1 failed (disable with --summary none)
<maki40681> install transitive failure
<maki40681> └─ install river transitive failure
<maki40681> └─ zig build-exe river ReleaseSafe native 4 errors
<maki40681> error: ld.lld: undefined symbol: wlr_xcursor_manager_set_cursor_image
<maki40681> note: referenced by Cursor.zig:306
<maki40681> note: lto.tmp:(Cursor.setTheme)
<maki40681> note: referenced by Cursor.zig:319
<maki40681> note: lto.tmp:(Cursor.passthrough)
<maki40681> note: referenced by Cursor.zig:319
<maki40681> note: lto.tmp:(Cursor.enterMode)
<maki40681> error: ld.lld: undefined symbol: wlr_scene_surface_from_buffer
<maki40681> note: referenced by Root.zig:229
<maki40681> note: lto.tmp:(Root.at)
<maki40681> error: ld.lld: undefined symbol: wlr_backend_get_session
<maki40681> note: referenced by Keyboard.zig:151
<maki40681> note: lto.tmp:(wayland_server_core.Listener(*types.keyboard.Keyboard.event.Key).setNotify__struct_26454.wrapper)
<maki40681> error: ld.lld: undefined symbol: wlr_cursor_set_image
<maki40681> note: referenced by Cursor.zig:695
<maki40681> note: lto.tmp:(Cursor.hide)
<maki40681> ```
<maki40681> New to IRC sorry
maki40681 has quit [Quit: Leaving]
maki40681 has joined #river
maki40681 has quit [Client Quit]
<novakane> maki40681: when sharing a log or multiple line on irc, use a pastebin service please
<novakane> and for your problem, are you using wlroots 0.17?
notzmv has quit [Remote host closed the connection]
notzmv has joined #river
kztx has joined #river
notzmv has quit [Ping timeout: 252 seconds]
leopoldek has joined #river
traidare2 has joined #river
traidare has quit [Read error: Connection reset by peer]
traidare2 has quit [Read error: Connection reset by peer]
traidare has joined #river
notzmv has joined #river
elshize has joined #river
traidare has quit [Ping timeout: 260 seconds]
traidare has joined #river
bardman has joined #river
bardman has quit [Client Quit]
traidare2 has joined #river
traidare has quit [Read error: Connection reset by peer]
traidare has joined #river
traidare2 has quit [Read error: Connection reset by peer]
<NickH> Debian 13 (Debian testing) currently has wlroots 0.16.2
traidare has quit [Ping timeout: 256 seconds]
maki40681 has joined #river
maki40681 has quit [Client Quit]
elshize has quit [Ping timeout: 264 seconds]