View previous topic :: View next topic |
Author |
Message |
jasu n00b
Joined: 23 May 2022 Posts: 61
|
Posted: Mon Jul 01, 2024 8:32 am Post subject: Sway fain as configure phase despite seemingly ok wlroot dep |
|
|
Hi,
I try to emerge sway but it fails at configure phase because of unmet wlroots dependency:
Code: |
Dependency wlroots found: NO found 0.18.0-dev but need: '<0.18.0' ; matched: '>=0.17.0'
|
However it seems that I have 0.17.3-r1 installed:
Code: |
[?] gui-libs/wlroots
Available versions: 0.14.0-r2(0/14) 0.14.1-r1(0/14) 0.15.1(0/15) 0.15.1-r1(0/15) 0.16.2(0/16) 0.16.2-r1(0/16) **9999(0/9999)*l {X +drm +libinput liftoff +session tinywl vulkan x11-backend xcb-errors}
Installed versions: 0.17.3-r1(0/17)(09:35:16 AM 07/01/2024)(X drm libinput session vulkan x11-backend -liftoff -tinywl -xcb-errors)
Homepage: https://gitlab.freedesktop.org/wlroots/wlroots
Description: Pluggable, composable, unopinionated modules for building a Wayland compositor
|
Ideas where to look?
Edit: full build log https://bpa.st/WKWQ |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31257 Location: here
|
Posted: Mon Jul 01, 2024 8:40 am Post subject: |
|
|
Code: | meson.build:47: ERROR:Dependency lookup for wlroots with method 'pkgconfig' failed: Invalid version, need 'wlroots' ['<0.18.0'] found '0.18.0-dev'. |
Did you install a wlroots outside of portage?
Can you post also /var/tmp/portage/gui-wm/sway-1.9-r1/work/sway-1.9-build/meson-logs/meson-log.txt? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
jasu n00b
Joined: 23 May 2022 Posts: 61
|
Posted: Mon Jul 01, 2024 9:12 am Post subject: |
|
|
I can't recall but now that you mentioned, I might have installed it outside portage when I was messing with Hyprland.
In any case here is the log: https://bpa.st/LDNA |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31257 Location: here
|
Posted: Mon Jul 01, 2024 10:43 am Post subject: |
|
|
What does the /usr/bin/x86_64-pc-linux-gnu-pkg-config --path wlroots command return? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
jasu n00b
Joined: 23 May 2022 Posts: 61
|
Posted: Mon Jul 01, 2024 11:45 am Post subject: |
|
|
Here:
Code: | /usr/bin/x86_64-pc-linux-gnu-pkg-config --path wlroots
/usr/lib64/pkgconfig/wlroots.pc
|
|
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31257 Location: here
|
Posted: Mon Jul 01, 2024 11:53 am Post subject: |
|
|
Can you post also the /usr/lib64/pkgconfig/wlroots.pc file content? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
jasu n00b
Joined: 23 May 2022 Posts: 61
|
|
Back to top |
|
|
Anon-E-moose Watchman
Joined: 23 May 2008 Posts: 6145 Location: Dallas area
|
Posted: Mon Jul 01, 2024 12:25 pm Post subject: |
|
|
what does "ls -l /usr/lib64/libwlroots*" return _________________ PRIME x570-pro, 3700x, 6.1 zen kernel
gcc 13, profile 17.0 (custom bare multilib), openrc, wayland |
|
Back to top |
|
|
jasu n00b
Joined: 23 May 2022 Posts: 61
|
Posted: Mon Jul 01, 2024 12:33 pm Post subject: |
|
|
Code: |
ls -l /usr/lib64/libwlroots*
-rw-r--r-- 1 root root 2889216 Jun 30 22:11 /usr/lib64/libwlroots.a
lrwxrwxrwx 1 root root 16 Jul 1 09:35 /usr/lib64/libwlroots.so -> libwlroots.so.12
-rwxr-xr-x 1 root root 1178168 Jul 1 09:35 /usr/lib64/libwlroots.so.12
|
|
|
Back to top |
|
|
|