00:46
talismanick has quit [Ping timeout: 272 seconds]
00:49
jao has joined #river
02:04
jao has quit [Remote host closed the connection]
02:19
jao has joined #river
02:21
notzmv has quit [Ping timeout: 265 seconds]
02:24
notzmv has joined #river
03:03
smach has quit [Remote host closed the connection]
03:13
eShaev9z has joined #river
03:15
eShaev9z_ has quit [Ping timeout: 265 seconds]
03:51
aryak has quit [Remote host closed the connection]
03:58
aryak has joined #river
05:05
jao has quit [Ping timeout: 260 seconds]
05:10
waleee has quit [Ping timeout: 255 seconds]
05:19
talismanick has joined #river
07:50
hush has joined #river
08:09
hush has quit [Quit: WeeChat 3.6]
09:17
talismanick has quit [Ping timeout: 252 seconds]
09:24
Ordoviz has joined #river
10:09
eShaev9z has quit [Ping timeout: 265 seconds]
10:10
eShaev9z has joined #river
12:04
alexherbo2 has quit [Remote host closed the connection]
12:27
Ordoviz has quit [Ping timeout: 265 seconds]
12:29
Ordoviz has joined #river
15:10
Guest63 has joined #river
15:11
Guest63 has quit [Client Quit]
15:17
Guest63 has joined #river
15:19
<
Guest63 >
Hello! Been enjoing river for a while now but haven't upgraded in a year, I tried upgrading the AUR river now but i get errors
15:24
<
Guest63 >
I also tried building from source but then i get the error
15:24
<
Guest63 >
LLD Link... ld.lld: error: undefined symbol: wlr_subcompositor_create
15:24
<
Guest63 >
>>> referenced by subcompositor.zig:17 (/home/hans/documents/river/river/deps/zig-wlroots/src/types/subcompositor.zig:17)
15:24
<
Guest63 >
>>> lto.tmp:(Server.init)
15:25
<
Guest63 >
any help would be greatly appreciated :)
15:28
<
Guest63 >
zig version 0.10.0 and wlroots version 0.16.1-2
15:49
<
andrea >
install river, not river-git
15:49
<
andrea >
zig 0.10.0 is not yet in the arch repos
15:49
<
andrea >
Guest63: ^
15:51
<
andrea >
I'm keeping the river package at 0.2.1 until zig gets updated
15:55
<
Guest63 >
Tried both, not working, i installed zig 0.10 myselt
15:57
<
scorpion2185[m] >
Guest63 downloading zig binaries from their site?
15:58
<
Guest63 >
Basically, through the aur package zig-static
15:59
<
scorpion2185[m] >
I was having problems and I download them from theit site and it worked
15:59
<
Guest63 >
all the aur package does is pull from their site
16:00
<
scorpion2185[m] >
copied lib/* in /usr/lib/zig/ and zig bin in /usr/bin
16:00
<
scorpion2185[m] >
and you build them, the already built binaries worked for me
16:00
kirusfg has joined #river
16:05
<
Guest63 >
The zig i use is built from their site
16:05
hush has joined #river
16:07
<
andrea >
Let me try
16:11
<
andrea >
river-git compiles and installs correctly with zig-static
16:11
<
andrea >
How did you install wlroots?
16:13
<
andrea >
Did you do a full update (pacman -Syu)?
16:14
<
Guest63 >
I tried removing zig 0.10 and using the aur package river again (i.e. yay -S river) and got
16:14
<
Guest63 >
ld.lld: error: undefined symbol: wlr_subcompositor_create
16:14
<
Guest63 >
>>> referenced by subcompositor.zig:17 (/home/hans/.cache/yay/river/src/river-0.2.1/deps/zig-wlroots/src/types/subcompositor.zig:17)
16:14
<
Guest63 >
>>> lto.tmp:(Server.init)
16:14
<
Guest63 >
ld.lld: error: undefined symbol: wlr_idle_notifier_v1_create
16:15
<
Guest63 >
Did it yesterday but can try again
16:15
<
andrea >
try deleting the cached package
16:15
<
andrea >
rm -rf /home/hans/.cache/yay/river
16:16
<
andrea >
It might be a problem with git submodules
16:16
<
andrea >
Do you confirm that you have wlroots 0.16.1?
16:18
<
Guest63 >
hmm that might be the error, it seems cage keeps a wlroots0.15 around as a dependency
16:21
<
andrea >
I can compile river (not -git) with zig from the repos and cage installed.
16:22
<
Guest63 >
removed wlroots0.15 but sadly still no dice
16:26
<
andrea >
Did you do everything I suggest?
16:26
<
hush >
what repos are you guys using? I installed river on artix a cpl of days ago and it was all fine using the chaotic repos (on top of the arch ones (on top of the artix ones))
16:30
<
Guest63 >
I'm using arch, I did p -Syu, and used yay -Syy river with a forced cleanbuild
16:30
<
Guest63 >
wlroots version is 0.16.1-2
16:31
<
Guest63 >
and not using chaotic repos
16:33
<
andrea >
I had problems in the past with yay doing a cleanbuild. git submodules are tricky. Try deleting the chache directory.
16:34
<
Guest63 >
i deleted manually as well, more info: wayland protocols=1.31-1, wayland=1.21.0-2, libevdev=1.13.0-1, pixman=0.42.2-1 pkgconf=1.8.0-1
16:36
<
hush >
you can paste your logs and errors with wgetpaste file.name or wgetpaste -c "command that doesn't work"
16:37
<
andrea >
Did you also install wlroots manually?
16:37
<
Guest63 >
no wlroots are through pacman
16:40
<
andrea >
paste the output of `command ls -n /usr/lib/libwlroots.so`
16:41
<
Guest63 >
lrwxrwxrwx 1 0 0 16 jan. 2 18:49 /usr/lib/libwlroots.so -> libwlroots.so.11
16:42
<
andrea >
ldconfig -p | grep wlroots
16:43
<
Guest63 >
libwlroots.so.11 (libc6,x86-64) => /usr/lib/libwlroots.so.11
16:43
<
Guest63 >
libwlroots.so (libc6,x86-64) => /usr/lib/libwlroots.so
16:44
<
andrea >
Have you tried compiling manually?
16:44
<
andrea >
river from github
16:45
<
andrea >
Either download 0.2.1 from the releases or install zig-static and compile master
16:46
<
Guest63 >
I've tried both compiling master with zig-static, and i tried downloading the 0.2.1 tar file using zig 0.9
16:46
<
andrea >
Same errors?
16:46
<
andrea >
pkg-config --libs --cflags wlroots
16:48
<
Guest63 >
from the 0.2.1 build
16:49
<
Guest63 >
-I/usr/include/libdrm -I/usr/include/pixman-1 -lwlroots
16:51
<
andrea >
It is clearly not linking to wlroots but I'm running out of ideas for understanting why
16:52
Ordoviz has quit [Quit: WeeChat 3.8]
16:52
<
andrea >
You can always try restarting your pc :)
16:52
<
Guest63 >
Ah ok, I'll try messing around with some stuff, thanks though! You've been of great help!
16:53
Guest63 has quit [Quit: Client closed]
16:55
kirusfg has quit [Quit: WeeChat 3.8]
16:58
jao has joined #river
17:05
<
hush >
is there a way to make resizing on one ws NOT affect the layout of all other ws too?
17:06
<
hush >
resizing as in Mod4+Shift+H or L
17:06
<
hush >
not Mod4+Shift, just Mod4+H or L
17:07
Guest63 has joined #river
17:08
<
Guest63 >
Hey just joined again to say that i managed to upgrade river with chaotic aur, so that was a good tip :)
17:08
Guest63 has quit [Client Quit]
17:11
alexherbo2 has joined #river
18:12
alexherbo2 has quit [Remote host closed the connection]
18:31
<
leon-p >
hush: yes, by using a layout generator that stores these settings per tag. rivertile doesn't, but you can find alternatives in the wiki
18:32
<
hush >
awesome thanks, I'll look into that.
18:43
_whitelogger has joined #river
19:16
alexherbo2 has joined #river
19:33
waleee has joined #river
20:13
hush has quit [Read error: Connection reset by peer]
20:15
taupiqueur has joined #river
20:18
hush has joined #river
20:38
alexherbo2 has quit [Remote host closed the connection]
20:57
talismanick has joined #river
21:04
jao has quit [Ping timeout: 246 seconds]
21:27
hush has quit [Quit: WeeChat 3.6]
22:20
eShaev9z has quit [Remote host closed the connection]
22:27
talismanick has quit [Ping timeout: 255 seconds]
22:31
Szadek has quit [Quit: WeeChat 3.8]
22:33
Szadek has joined #river
22:46
Szadek has quit [Ping timeout: 256 seconds]
22:48
Szadek has joined #river
22:51
eShaev9z has joined #river
23:48
Szadek has quit [Ping timeout: 268 seconds]
23:50
Szadek has joined #river