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)
Created attachment 882616 [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: 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`
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.
fix: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?h=dev&id=cc90653621d4af2e6d3201a4d69e72f585139947
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(-)