Hi,
I am trying to upgrade Python on a FreeBSD 8.3 server (rel14) but I am getting the following errors even though ncurses is already installed. I am using the new pkg(8) format and portmaster(8) for updating ports.
I also did a
Any help is appreciated.
I am trying to upgrade Python on a FreeBSD 8.3 server (rel14) but I am getting the following errors even though ncurses is already installed. I am using the new pkg(8) format and portmaster(8) for updating ports.
Code:
====> Compressing man pages (compress-man)
===> Installing for python27-2.7.6_2
===> Checking if lang/python27 already installed
===> Registering installation for python27-2.7.6_2
pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/_curses.so): No such file or directory
pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/_curses_panel.so): No such file or directory
*** Error code 74
Stop in /usr/ports/lang/python27.
*** Error code 1
Stop in /usr/ports/lang/python27.
===>>> Installation of python27-2.7.6_2 (lang/python27) failed
===>>> Aborting update
===>>> Killing background jobs
Terminated
===>>> You can restart from the point of failure with this command line:
portmaster <flags> lang/python27
===>>> Exiting
make deinstall in /usr/ports/lang/python27 and then make reinstall but I get the same error as above. make deinstall seems to have completely removed python from the system.Any help is appreciated.