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

Bug 555912

Summary: sys-app/portage-2.2.20: dependency conflict message atom diff marker mistaken
Product: Portage Development Reporter: Sebastian Pipping <sping>
Component: Core - Interface (emerge)Assignee: Portage team <dev-portage>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=552262
Whiteboard:
Package list:
Runtime testing required: ---

Description Sebastian Pipping gentoo-dev 2015-07-26 00:19:30 UTC
I ran into this output of portage today:

"""
WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:

dev-libs/nettle:0

  (dev-libs/nettle-3.1.1:0/6::gentoo, ebuild scheduled for merge) conflicts with
    <dev-libs/nettle-3[gmp,abi_x86_32(-),abi_x86_64(-)] required by (net-libs/gnutls-3.3.15-r1:0/0::gentoo, installed)
    ^                              ^                   
"""

Cutting that a bit this part

"""
 dev-libs/nettle-3.1.1:0/6
<dev-libs/nettle-3[gmp,abi_x86_32
^                              ^
"""

seems to mis-highlight the version difference, pointing into to (a number in) the use flags fraction of the atom.

Not too much of a problem, but maybe you wanted to know or it's easy to fix.