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

Bug 552262

Summary: sys-apps/portage-2.2.20 - PV is at strlen("${CATEGORY}/${PN}-")
Product: Portage Development Reporter: Dennis Schridde <dschridde+gentoobugs>
Component: Core - Interface (emerge)Assignee: Portage team <dev-portage>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=555912
Whiteboard:
Package list:
Runtime testing required: ---

Description Dennis Schridde 2015-06-16 08:48:57 UTC
Portage creates weird markers if PV can be found in other parts of the package string, apart from the actual PV:
  (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:0/0::gentoo, installed)
    ^                              ^                   

Here, Portage marked abi_x86_<3>2 as the version. Instead it should simply mark it at strlen("${CATEGORY}/${PN}-").

Reproducible: Always