View previous topic :: View next topic |
Author |
Message |
Richard n00b
Joined: 21 Nov 2002 Posts: 34 Location: Australia
|
Posted: Tue Feb 06, 2007 2:05 am Post subject: update python trouble (GLSA 200610-07) [SOLVED] |
|
|
Dear All,
I run a small web server that I keep upto date by running GLSA check. However, glsa number 200610-07 (Python Buffer overflow) keeps tuning up everytime I check. I have religiously followed the instruction in the GLSA any number of times. The merge runs successfully, yet it keeps on turning up.
Any suggestions?
regards
Richard
Last edited by Richard on Wed Feb 07, 2007 10:41 pm; edited 1 time in total |
|
Back to top |
|
|
JanSteen n00b
Joined: 13 Feb 2005 Posts: 11 Location: Amsterdam/NL
|
Posted: Wed Feb 07, 2007 2:03 pm Post subject: |
|
|
Could it be you also have an old version of python installed?
Same thing happened to me, but with an
I noticed I had
Code: | [ Searching for package 'python' in all categories among: ]
* installed packages
[I--] [ ] dev-lang/python-2.3.5-r2 (2.3)
[I--] [ ] dev-lang/python-2.4.3-r4 (2.4)
|
two versions installed.
With an
Code: | emerge -C =dev-lang/python-2.3.5-r2 |
the older one can be deleted. |
|
Back to top |
|
|
Richard n00b
Joined: 21 Nov 2002 Posts: 34 Location: Australia
|
Posted: Wed Feb 07, 2007 10:40 pm Post subject: |
|
|
Brilliant, that was the exact issue. Thank you so much!
regards
Richard |
|
Back to top |
|
|
hitachi Guru
Joined: 20 Feb 2006 Posts: 478 Location: Freiburg / Deutschland
|
Posted: Tue Feb 13, 2007 3:19 pm Post subject: |
|
|
Thanks for the hin. This also fixed it.
emerge -avP python
>>> These are the packages that would be unmerged:
dev-lang/python
selected: 2.3.6
protected: 2.4.4
omitted: none
>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.
Would you like to unmerge these packages? [Yes/No] |
|
Back to top |
|
|
|