Gentoo Archives: gentoo-user

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] OT - Question about glsa-check
Date: Sat, 09 Jun 2007 18:54:24
Message-Id: 8cd1ed20706091148v1c1a2a14hcde7130f7152bb3a@mail.gmail.com
In Reply to: [gentoo-user] OT - Question about glsa-check by Michael Sullivan
1 On 6/10/07, Michael Sullivan <msulli1355@×××××.com> wrote:
2 > The last several times I've run glsa-check, it's
3 > recommended that I emerge a package that portage
4 > claims is already installed on my system:
5 >
6 > camille ~ # glsa-check -t all
7 > This system is affected by the following GLSAs:
8 > 200705-03
9 > camille ~ # glsa-check -p 200705-03
10 > Checking GLSA 200705-03
11 > www-servers/tomcat-5.5.23-r1 (5.0.27-r6)
12 >
13 > camille ~ # emerge -pv www-servers/tomcat
14 >
15 > These are the packages that would be merged, in order:
16 >
17 > Calculating dependencies... done!
18 > [ebuild R ] www-servers/tomcat-5.5.23-r1 USE="doc
19 > examples -admin -java5 -source -test" 0 kB
20 >
21 > Total: 1 package (1 reinstall), Size of downloads: 0
22 > kB
23 >
24
25 Its possible ( somehow ) you have dupe/stale tomcats lying around.
26 You tried
27 emerge -C "<www-servers/tomcat-5.5.22"
28 just to ensure this?, cos it looks like glsa-check sees 5.0.27 somewhere ^^;
29
30 strace -e trace=file glsa-check -p 200705-03 2>&1 | grep -v
31 "\(python\|pym\|pkg\|.py\|.pyc\|.so\|portage\|bin\)"
32
33 doesn't seem to list any files 'out of the ordinary' which get queried
34 for existance by that gtsa-check, so I /assume/ its all just portage
35 DB.
36
37
38 --
39 Kent
40 ruby -e '[1, 2, 4, 7, 0, 9, 5, 8, 3, 10, 11, 6, 12, 13].each{|x|
41 print "enNOSPicAMreil kdrtf@×××.com"[(2*x)..(2*x+1)]}'
42 --
43 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] OT - Question about glsa-check [SOLVED] Michael Sullivan <msulli1355@×××××.com>
Re: [gentoo-user] OT - Question about glsa-check Alex Schuster <wonko@×××××××××.org>