Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 859535

Summary: emerge message warning skipped packages should be softened
Product: Portage Development Reporter: Brian Evans (RETIRED) <grknight>
Component: Core - Interface (emerge)Assignee: Portage team <dev-portage>
Status: CONFIRMED ---    
Severity: normal CC: flexibeast
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=778860
https://bugs.gentoo.org/show_bug.cgi?id=513916
https://bugs.gentoo.org/show_bug.cgi?id=602854
Whiteboard:
Package list:
Runtime testing required: ---

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.