Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44848 - etcat functionality doesn't work on masked builds
Summary: etcat functionality doesn't work on masked builds
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-16 06:43 UTC by Dave Shanker
Modified: 2004-08-21 13:43 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 Dave Shanker 2004-03-16 06:43:45 UTC
It's kind of stupid, but if you perform any action using etcat on a masked build, etcat will not find it. You must unmask the build first in order for etcat to work correctly. This seems a little broken, as etcat is usually run on builds which have already been installed. If it's already been installed, why would you need to umask it?

Reproducible: Always
Steps to Reproduce:
1). Perform any action using etcat on a masked build
2). Unmask the build which you are using to test
3). Perform action #1 again.
Actual Results:  
dshanker root # emerge -s ipsec
Searching...   
[ Results for search key : ipsec ]
[ Applications found : 1 ]
 
*  net-firewall/ipsec-tools [ Masked ]
      Latest version available: 0.2.4
      Latest version installed: 0.2.4
      Size of downloaded files: 696 kB
      Homepage:    http://ipsec-tools.sourceforge.net/
      Description: IPsec-Tools is a port of KAME's IPsec utilities to the Linux-
    2.6 IPsec implementation.
      License:     BSD


dshanker root # etcat -s ipsec-tools
[ Results for search key           : ipsec-tools ]
[ Candidate applications found : 0 ]

No packages found.
dshanker root # !export
export ACCEPT_KEYWORDS="~x86"
dshanker root # etcat -s ipsec-tools
[ Results for search key           : ipsec-tools ]
[ Candidate applications found : 3 ]

 Only printing found installed programs.

* net-firewall/ipsec-tools-0.2.4
           Total Files : 39
            Total Size : 916.44 KB


Expected Results:  
You shouldn't need to umask the build

This problem seems to be a bigger problem in portage, as I usually run into
issues where a "newer" stable version of a build is out and portage wants to
install it over my current masked (masked because of development/unstable or
what not) build currently installed.
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2004-08-21 13:43:55 UTC
this tool is deprecated