| Summary: | [guru] gui-apps/swaync-0.6.3-r1 fails to compile (lto): error: Package GtkLayerShell-0.1 not found in specified Vala API directories or GObject-Introspection GIR directories | ||
|---|---|---|---|
| Product: | GURU | Reporter: | Agostino Sarubbo <ago> |
| Component: | Package issues | Assignee: | Jonas Frei <freijon> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | guru-bugs, mgorny |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
Agostino Sarubbo
2022-08-01 17:44:04 UTC
Created attachment 796660 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: FAILED: src/swaync-client.p/client.c src/swaync-client.p/constants.c FAILED: src/swaync.p/main.c src/swaync.p/configModel/configModel.c src/swaync.p/swayncDaemon/swayncDaemon.c src/swaync.p/notiDaemon/notiDaemon.c src/swaync.p/notiModel/notiModel.c src/swaync.p/notificationWindow/notificationWindow.c src/swaync.p/notification/notification.c src/swaync.p/controlCenter/controlCenter.c src/swaync.p/controlCenter/topAction/topAction.c src/swaync.p/blankWindow/blankWindow.c src/swaync.p/functions.c src/swaync.p/constants.c Run-time dependency fish found: NO (tried pkgconfig and cmake) Run-time dependency systemd found: NO (tried pkgconfig and cmake) error: Package `GtkLayerShell-0.1' not found in specified Vala API directories or GObject-Introspection GIR directories Need to modify DEPEND:
>=gui-libs/gtk-layer-shell-0.6.0
to
>=gui-libs/gtk-layer-shell-0.6.0[introspection]
Then it will build successfully. I will commit the change to dev once I have been granted access.
Fixed in dev branch before I could get back to this. |