Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 594446 - app-portage/flaggie-0.2.1: chokes on wildcards
Summary: app-portage/flaggie-0.2.1: chokes on wildcards
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords: NeedPatch, PMASKED
Depends on:
Blocks:
 
Reported: 2016-09-20 02:17 UTC by Raymond Jennings
Modified: 2022-12-25 14:05 UTC (History)
0 users

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


Attachments
emerge --info (einfo.txt,5.90 KB, text/plain)
2016-09-20 02:18 UTC, Raymond Jennings
Details
delta between before and after of /etc/portage (flaggie.diff,2.63 KB, patch)
2016-09-20 02:25 UTC, Raymond Jennings
Details | Diff
updated diff (portage.diff,4.37 KB, patch)
2016-09-20 04:09 UTC, Raymond Jennings
Details | Diff
Fixes keyword handling (keyword-wildcard.patch,1.46 KB, patch)
2016-11-06 14:28 UTC, Raymond Jennings
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Raymond Jennings 2016-09-20 02:17:50 UTC
flaggie appears to be choking on wildcards that I have in my configuration files.

See attached diff I made with a git repo inside /etc/portage.
Comment 1 Raymond Jennings 2016-09-20 02:18:19 UTC
Created attachment 446764 [details]
emerge --info
Comment 2 Raymond Jennings 2016-09-20 02:25:55 UTC
Created attachment 446766 [details, diff]
delta between before and after of /etc/portage

Anything wildcarded in licenses and keywords were messed up.
Comment 3 Raymond Jennings 2016-09-20 04:09:30 UTC
Created attachment 446768 [details, diff]
updated diff
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-09-22 05:33:05 UTC
Yep, I know. It needs someone to update the code, I'm unable to find time for it.
Comment 5 Raymond Jennings 2016-11-06 14:28:57 UTC
Created attachment 452528 [details, diff]
Fixes keyword handling

This patch observably fixes cleanups for accept_keywords files.
Comment 6 Raymond Jennings 2016-11-06 14:29:39 UTC
For the attached patch:

Signed-off-by: Raymond Jennings <shentino@gmail.com>
Comment 7 Raymond Jennings 2016-11-07 16:18:20 UTC
This has been fixed in upstream's master, at least for accept_keywords.

Licenses wildcards are still messing up.