Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72830 - emerge does not inform user of masking/deletion of installed package
Summary: emerge does not inform user of masking/deletion of installed package
Status: RESOLVED DUPLICATE of bug 64470
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High critical
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-29 09:57 UTC by Nik Raub
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
bloody_world.sh (bloody_world.sh,1.02 KB, text/plain)
2004-12-05 10:33 UTC, Daniel Webert
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nik Raub 2004-11-29 09:57:57 UTC
emerge sync or emerge -uD world should inform the user of the masking/deletion of an installed package. In fact, I believe that this may even be security critical.

As an example: I only found out that config-kernel is deprecated by accident. (What if it had been masked for a security vunerability?!)
If such a package is installed on a machine and gets subsequently masked or deleted from portage, the next emerge sync or emerge -uD world should inform the user that he is running deprecated software

I am marking this critical, because it could lead to broken software remaining on a machine unnoticed and leading to intrusions / data loss.

Reproducible: Always
Steps to Reproduce:
1. install a package
2. wait for all versions to get masked 
3. no notification at all that you are using deprecated software !!!
Actual Results:  
left with potentially harmful software on the machine 

Expected Results:  
emerge sync or emerge -uD world should inform the user that he is running 
deprecated software
Comment 1 Daniel Webert 2004-12-05 10:33:25 UTC
dupe it

years ago i found the attached script in the forums ... it checks the portage-tree/world for diffs ...


*** This bug has been marked as a duplicate of 64470 ***
Comment 2 Daniel Webert 2004-12-05 10:33:29 UTC
Created attachment 45335 [details]
bloody_world.sh