So I stood up a new system 8.2 amd64 on a Dell 1950 and after installing the ports that I needed I ran a
[CMD=""]#portaudit -Fda[/CMD]
to see if there were any known issues with the ports I had installed.
It came out with 2 hits:
So I tried to upgrade the port:
[CMD=""]#portmaster python[/CMD]
Output:
So I updated portstree:
[CMD=""]#portsnap fetch[/CMD]
[CMD=""]#portsnap update[/CMD]
Some patches came down (about 5), I reran the portmaster to upgrade python, same error.
So tried to update portstree again, it stated:
Ideas?
SK
[CMD=""]#portaudit -Fda[/CMD]
to see if there were any known issues with the ports I had installed.
It came out with 2 hits:
Code:
....
Affected package: python25-2.5.6_2
Type of problem: Python -- DoS via malformed XML-RPC / HTTP POST request
.....
Affected package: python-2.5,2
Type of problem: Python -- DoS via malformed XML-RPC / HTTP POST request
....
[CMD=""]#portmaster python[/CMD]
Output:
Code:
Working on:
python25-2.5.6_2
python-2.5,2
...Launching...
...Gathering...
...Starting Build...
...Cleaning for...
Please update your ports tree and try again
*** Error code 1
Stop in /usr/ports/lang/python25
Make failed for lang/python25
Aborting update
Terminated
You can restart....
So I updated portstree:
[CMD=""]#portsnap fetch[/CMD]
[CMD=""]#portsnap update[/CMD]
Some patches came down (about 5), I reran the portmaster to upgrade python, same error.
So tried to update portstree again, it stated:
Code:
Latest snapshot on server matches what we already have.
No updates needed.
Ideas?
SK