Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 922487 - [guru] gui-apps/ReGreet-0.1.1-r1 fails to compile: error: failed to run custom build command for graphene-sys v0.16.3
Summary: [guru] gui-apps/ReGreet-0.1.1-r1 fails to compile: error: failed to run custo...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gonçalo Negrier Duarte
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-19 11:15 UTC by Agostino Sarubbo
Modified: 2024-01-20 22:13 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,210.15 KB, text/plain)
2024-01-19 11:15 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 2024-01-19 11:15:12 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: gui-apps/ReGreet-0.1.1-r1 fails to compile.
Discovered on: amd64 (internal ref: guru_ci)
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-19 11:15:15 UTC
Created attachment 882616 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-01-19 11:15:15 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


  The system library `graphene-gobject-1.0` required by crate `graphene-sys` was not found.
  The system library `gtk4` required by crate `gdk4-sys` was not found.
  The system library `gtk4` required by crate `gsk4-sys` was not found.
  The system library `gtk4` required by crate `gtk4-sys` was not found.
error: failed to run custom build command for `graphene-sys v0.16.3`
Comment 3 Gonçalo Negrier Duarte 2024-01-19 14:28:10 UTC
Ok gonna add missing depedencie media-libs/graphene and drop the drop gtk4 useflag and just include the feature by default, since gtk4 is needed anyway.

Was error make gtk4 behind a useflag, since the package dosen't use gtk3 and I dind't notice any problems since I have other packages that use gtk4.
Comment 5 Larry the Git Cow gentoo-dev 2024-01-20 22:13:15 UTC
The bug has been closed via the following commit(s):

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

commit cc90653621d4af2e6d3201a4d69e72f585139947
Author:     Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
AuthorDate: 2024-01-19 14:31:05 +0000
Commit:     Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
CommitDate: 2024-01-19 14:33:54 +0000

    gui-apps/ReGreet: drop 0.1.1-r1, add 0.1.1-r2
    * fix missing BDEPEND
    * remove gtk4 useflag and add gtk4_8 build option
    
    Closes: https://bugs.gentoo.org/922487
    Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>

 gui-apps/ReGreet/ReGreet-0.1.1-r1.ebuild | 263 ------------------------------
 gui-apps/ReGreet/ReGreet-0.1.1-r2.ebuild | 266 +++++++++++++++++++++++++++++++
 gui-apps/ReGreet/ReGreet-9999.ebuild     | 241 ++++++++++++++++++++++++++--
 gui-apps/ReGreet/metadata.xml            |   1 -
 4 files changed, 492 insertions(+), 279 deletions(-)