Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 555912 - sys-app/portage-2.2.20: dependency conflict message atom diff marker mistaken
Summary: sys-app/portage-2.2.20: dependency conflict message atom diff marker mistaken
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: 2015-07-26 00:19 UTC by Sebastian Pipping
Modified: 2022-12-26 07:29 UTC (History)
0 users

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 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.