Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 884833 - [guru] gui-wm/cage-0.1.5 fails to compile (CLANG-STRICTER-SYSTEM): view.h:8:10: fatal error: wlr_box.h: No such file or directory
Summary: [guru] gui-wm/cage-0.1.5 fails to compile (CLANG-STRICTER-SYSTEM): view.h:8:1...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Matthias Coppens
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-08 09:22 UTC by Agostino Sarubbo
Modified: 2024-02-07 10:10 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,55.66 KB, text/plain)
2022-12-08 09:22 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 2022-12-08 09:22:13 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: gui-wm/cage-0.1.4 fails to compile (CLANG-STRICTER-SYSTEM).
Discovered on: amd64 (internal ref: guru_tinderbox)

NOTE:
(CLANG-STRICTER-SYSTEM) in the summary means that the bug was found on a machine that runs clang with stricter mode

This machine uses clang with CFLAGS/CXXFLAGS=-Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types

See also:
https://archives.gentoo.org/gentoo-dev/message/dd9f2d3082b8b6f8dfbccb0639e6e240
https://wiki.gentoo.org/wiki/Modern_C_porting
Comment 1 Agostino Sarubbo gentoo-dev 2022-12-08 09:22:15 UTC
Created attachment 840977 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-12-08 09:22:16 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


../cage-0.1.4/view.h:8:10: fatal error: wlr/types/wlr_box.h: No such file or directory
FAILED: cage.p/cage.c.o 
FAILED: cage.p/idle_inhibit_v1.c.o 
../cage-0.1.4/view.h:8:10: fatal error: wlr/types/wlr_box.h: No such file or directory
Comment 3 Agostino Sarubbo gentoo-dev 2024-01-12 16:04:26 UTC
guru_tinderbox has reproduced this issue with version 0.1.5 - Updating summary.
Comment 4 Larry the Git Cow gentoo-dev 2024-02-07 10:10:04 UTC
The bug has been closed via the following commit(s):

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

commit 5c1d959dc77bee34e98b3559d729054ce89c7b53
Author:     Daichi Yamamoto <dev@dyama.net>
AuthorDate: 2024-02-06 13:17:09 +0000
Commit:     Daichi Yamamoto <dev@dyama.net>
CommitDate: 2024-02-06 13:17:09 +0000

    gui-wm/cage: restrict wlroots version
    
    Closes: https://bugs.gentoo.org/840254
    Closes: https://bugs.gentoo.org/884833
    Signed-off-by: Daichi Yamamoto <dev@dyama.net>

 gui-wm/cage/cage-0.1.5.ebuild | 2 +-
 gui-wm/cage/cage-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)