Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 818037 - gui-wm/sway-1.6.1-r1 fails to build
Summary: gui-wm/sway-1.6.1-r1 fails to build
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-14 02:24 UTC by Adam
Modified: 2021-10-14 02:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (build.log,232.22 KB, text/x-log)
2021-10-14 02:24 UTC, Adam
Details
output of `emerge --info '=gui-wm/sway-1.6.1-r1::gentoo'` (emerge_info.txt,18.38 KB, text/plain)
2021-10-14 02:29 UTC, Adam
Details
output of `emerge -pqv '=gui-wm/sway-1.6.1-r1::gentoo'` (emerge_pqv.txt,118 bytes, text/plain)
2021-10-14 02:29 UTC, Adam
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adam 2021-10-14 02:24:20 UTC
Created attachment 744825 [details]
build log

this ebuild isn't working for me

This looks like this is the error:

../sway-1.6.1/sway/tree/view.c:1040:48: error: ‘struct wlr_surface’ has no member named ‘subsurfaces_below’; did you mean ‘subsurfaces’?
 1040 |         wl_list_for_each(subsurface, &surface->subsurfaces_below, parent_link) {

I've attached the build log like the error message says.
Comment 1 Adam 2021-10-14 02:29:20 UTC
Created attachment 744828 [details]
output of `emerge --info '=gui-wm/sway-1.6.1-r1::gentoo'`
Comment 2 Adam 2021-10-14 02:29:39 UTC
Created attachment 744831 [details]
output of `emerge -pqv '=gui-wm/sway-1.6.1-r1::gentoo'`
Comment 3 Adam 2021-10-14 02:46:55 UTC
it appears the issue was that there was another installation of wlroots at /usr/local/include/wlr. sorry, my bad.