Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 552262 - sys-apps/portage-2.2.20 - PV is at strlen("${CATEGORY}/${PN}-")
Summary: sys-apps/portage-2.2.20 - PV is at strlen("${CATEGORY}/${PN}-")
Status: UNCONFIRMED
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-06-16 08:48 UTC by Dennis Schridde
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 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