Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 723760 - gui-wm/wayfire-0.4.0 fails to build
Summary: gui-wm/wayfire-0.4.0 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Aisha Tammy
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-05-18 12:55 UTC by CaptainBlood
Modified: 2020-06-06 02:00 UTC (History)
2 users (show)

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


Attachments
build.log (gui-wm:wayfire-0.4.0:20200518-105734.log,35.99 KB, text/x-log)
2020-05-18 12:55 UTC, CaptainBlood
Details

Note You need to log in before you can comment on or make changes to this bug.
Description CaptainBlood 2020-05-18 12:55:41 UTC
Created attachment 640154 [details]
build.log

gui-wm/wayfire-9999 builds fine though.
Comment 1 CaptainBlood 2020-05-18 20:12:35 UTC
upstream view:https://github.com/WayfireWM/wayfire/issues/521
Abstract:
<=gui-libs/wlroots-0.10.0 required
Minimal versionr remains to be defined.
Thks 4 ur attention, interest & support.
Comment 2 Aisha Tammy 2020-05-18 22:48:53 UTC
Ah, yes, currently I haven't defined the maximum version as most of the times, people running 9999 builds need to be careful what they are building.

I assume that you have wlroots-9999 ? even when building wayfire-0.4.0?

Could you confirm?

I will add a maximum dependency
Comment 3 Aisha Tammy 2020-05-18 22:49:31 UTC
(In reply to CaptainBlood from comment #1)
> upstream view:https://github.com/WayfireWM/wayfire/issues/521
> Abstract:
> <=gui-libs/wlroots-0.10.0 required
> Minimal versionr remains to be defined.
> Thks 4 ur attention, interest & support.

Minimal version is not needed as there is nothing in the tree below the supported version
Comment 4 Larry the Git Cow gentoo-dev 2020-06-06 02:00:09 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e95b1f9ac84775b95ce31f7c85b61fbdef8952c

commit 5e95b1f9ac84775b95ce31f7c85b61fbdef8952c
Author:     Aisha Tammy <gentoo@aisha.cc>
AuthorDate: 2020-05-18 23:57:53 +0000
Commit:     Aaron Bauman <bman@gentoo.org>
CommitDate: 2020-06-06 01:56:32 +0000

    gui-wm/wayfire: fix dependency versioning for building
    
    Closes: https://bugs.gentoo.org/723760
    
    added proper dependency versions of wlroots
    also changed options to src_configure instead of
    src_compile as per standard convention
    not version bumping as this fixes compile bugs
    and no runtime changes
    
    Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
    Closes: https://github.com/gentoo/gentoo/pull/15875
    Signed-off-by: Aaron Bauman <bman@gentoo.org>

 gui-apps/wcm/wcm-0.4.0.ebuild             | 4 ++--
 gui-apps/wcm/wcm-9999.ebuild              | 4 ++--
 gui-apps/wf-shell/wf-shell-0.4.0.ebuild   | 6 +++---
 gui-apps/wf-shell/wf-shell-9999.ebuild    | 6 +++---
 gui-libs/wf-config/wf-config-0.4.0.ebuild | 6 +++---
 gui-libs/wf-config/wf-config-9999.ebuild  | 6 +++---
 gui-wm/wayfire/wayfire-0.4.0.ebuild       | 6 +++---
 gui-wm/wayfire/wayfire-9999.ebuild        | 6 +++---
 8 files changed, 22 insertions(+), 22 deletions(-)