Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 859535 - emerge message warning skipped packages should be softened
Summary: emerge message warning skipped packages should be softened
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: 2022-07-20 13:46 UTC by Brian Evans (RETIRED)
Modified: 2023-07-20 00:23 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 Brian Evans (RETIRED) gentoo-dev 2022-07-20 13:46:28 UTC
in _emerge/depgraph.py it currently says:

        msg = [
            "\nWARNING: One or more updates/rebuilds have been "
            "skipped due to a dependency conflict:\n\n"
        ]

I believe this is often too harsh and should be changed.  My suggestion:

        msg = [
            "\nNOTICE: One or more updates/rebuilds have been "
            "skipped due to a dependency requirement:\n\n"
        ]
Comment 1 Mike Gilbert gentoo-dev 2022-07-20 16:19:28 UTC
Sounds reasonable to me.