Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88483 - glsa-check is confused by affected SLOT-ed packages
Summary: glsa-check is confused by affected SLOT-ed packages
Status: RESOLVED DUPLICATE of bug 52574
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-09 09:07 UTC by Thierry Carrez (RETIRED)
Modified: 2005-07-17 13:06 UTC (History)
2 users (show)

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 Thierry Carrez (RETIRED) gentoo-dev 2005-04-09 09:07:12 UTC
Suppose a package is SLOTed and the following versions are installed :
foo/bar-1.1.2-r3 (1)
foo/bar-2.0.3 (2)

A GLSA is issued with
Affected: <2.0.3
Unaffected: >=2.0.3

Then glsa-check will say:
Checking GLSA XXX-YYY
The following updates will be performed for this GLSA:
     foo/bar-2.0.3 (2.0.3)

This is (1) confusing, because the two versions are the same (2) inexact, because 2.0.3 is unaffected, and (3) inefficient, since applying GLSA instructions won't solve the problem.

I think glsa-check should detect these corner cases and explain them better. We've had a few bugs about those already (every time we issue a GLSA on a SLOTted thing).
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2005-04-09 10:45:35 UTC

*** This bug has been marked as a duplicate of 52574 ***