Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 688052 - 'emerge --depclean' exits silently when given a wildcard that matches nothing
Summary: 'emerge --depclean' exits silently when given a wildcard that matches nothing
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-14 14:09 UTC by Michał Górny
Modified: 2023-11-11 04:15 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-06-14 14:09:17 UTC
I'm pretty sure this used to work in the past:

# emerge --depclean 'dex-texlive/*'

However, right now it just exits after ~1.5 s with no output.  '--verbose' doesn't help.
Comment 1 Francesco Turco 2019-10-18 14:44:13 UTC
I have sys-apps/portage-2.3.76 and your command works fine on my system.

However please notice there's a typo in your command: it should be "dev-texlive" instead of "dex-texlive".
Comment 2 Zac Medico gentoo-dev 2019-10-18 21:33:12 UTC
Indeed, it works when spelled correctly. We should make it show a warning message if a given atom matches nothing.