Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 907342 - [guru] gui-wm/swayfx-0.3.2 fails to compile: root.c:(.text+0x5c): undefined reference to wlr_surface_is_xwayland_surface
Summary: [guru] gui-wm/swayfx-0.3.2 fails to compile: root.c:(.text+0x5c): undefined r...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Rahul Sandhu
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-29 06:13 UTC by Agostino Sarubbo
Modified: 2024-04-23 10:26 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,376.87 KB, text/plain)
2023-05-29 06:13 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-05-29 06:13:54 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: gui-wm/swayfx-0.3 fails to compile.
Discovered on: amd64 (internal ref: guru_ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-05-29 06:13:57 UTC
Created attachment 862778 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-05-29 06:13:58 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: root.c:(.text+0x93): undefined reference to `wlr_xwayland_surface_from_wlr_surface'
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: root.c:(.text+0xa5): undefined reference to `wlr_xwayland_surface_set_minimized'
FAILED: sway/sway 
Run-time dependency fish found: NO (tried pkgconfig and cmake)
Run-time dependency libsystemd found: NO (tried pkgconfig and cmake)
root.c:(.text+0x5c): undefined reference to `wlr_surface_is_xwayland_surface'
collect2: error: ld returned 1 exit status
Comment 4 Agostino Sarubbo gentoo-dev 2024-04-22 06:47:33 UTC
guru_ci has reproduced this issue with version 0.3.2 - Updating summary.
Comment 5 Larry the Git Cow gentoo-dev 2024-04-23 10:26:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae8130ca588d08497b9a593f3ef8131b58e4a011

commit ae8130ca588d08497b9a593f3ef8131b58e4a011
Author:     Christopher Byrne <salah.coronya@gmail.com>
AuthorDate: 2024-04-22 23:51:51 +0000
Commit:     Christopher Byrne <salah.coronya@gmail.com>
CommitDate: 2024-04-22 23:54:40 +0000

    gui-wm/swayfx: Compile fix for USE="-X"
    
    Closes: https://bugs.gentoo.org/907342
    Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>

 ...ng-able-to-build-without-xwayland-support.patch | 37 ++++++++++++++++++++++
 gui-wm/swayfx/swayfx-0.3.2.ebuild                  |  4 +++
 2 files changed, 41 insertions(+)