Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 912303 - [guru] app-misc/twertlefetch-1.1.0 fails to compile: error: no matching package named colored found
Summary: [guru] app-misc/twertlefetch-1.1.0 fails to compile: error: no matching packa...
Status: CONFIRMED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: iliketwertles
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-15 12:24 UTC by Agostino Sarubbo
Modified: 2023-08-17 20:20 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,42.81 KB, text/plain)
2023-08-15 12:24 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 2023-08-15 12:24:46 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-misc/twertlefetch-1.1.0 fails to compile.
Discovered on: amd64 (internal ref: guru_ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-08-15 12:24:48 UTC
Created attachment 867854 [details]
build.log

build log and emerge --info
Comment 2 iliketwertles 2023-08-15 19:45:43 UTC
(In reply to Agostino Sarubbo from comment #1)
> Created attachment 867854 [details]
> build.log
> 
> build log and emerge --info

i believe i have commited a fix to this on the dev branch that has not been merged to master yet, if im reading everything correctly it is due to `cargo ebuild` not outputting a correctly formatted ebuild, for example:
cargo ebuild has deps like this: colored-2.0.0
when they should be like this: colored@2.0.0

if that is the issue i am seeing then i have already commited a fix for both of my submissions, them  being app-misc/twertlefetch and app-text/owo

if that is not the issue than i will look into it
i am very new to all this so thanks for the bug report and i hope the fix i commited fixes it if/when it gets merged (assuming my "fix" isnt the issue lol)