Tkinter Libraries Needed
Manolis Kiagias
sonicy at otenet.gr
Wed Nov 14 08:19:05 PST 2007
tonylabarbara at aol.com wrote:
> Right. I tried that a while back and forgot I had. This is what I get:
>
>
>
> server726# cd /usr/ports/graphics/py-imaging
> server726# make install clean
> ===> Installing for py24-imaging-1.1.5
> ===> py24-imaging-1.1.5 depends on file: /usr/local/lib/python2.4/site-packages/_tkinter.so - found
> ===> py24-imaging-1.1.5 depends on file: /usr/local/bin/python - found
> ===> py24-imaging-1.1.5 depends on shared library: jpeg.9 - found
> ===> py24-imaging-1.1.5 depends on shared library: freetype.9 - found
> ===> Generating temporary packing list
> ===> Checking if graphics/py-imaging already installed
> ===> An older version of graphics/py-imaging is already installed (py23-imaging-1.1.5)
> You may wish to ``make deinstall'' and install this port again
> by ``make reinstall'' to upgrade it properly.
> If you really wish to overwrite the old port of graphics/py-imaging
> without deleting it first, set the variable "FORCE_PKG_REGISTER"
> in your environment or the "make install" command line.
> *** Error code 1
>
> Stop in /usr/ports/graphics/py-imaging.
> server726# make deinstall
> ===> Deinstalling for graphics/py-imaging
> server726# make reinstall
> ===> Installing for py24-imaging-1.1.5
> ===> py24-imaging-1.1.5 depends on file: /usr/local/lib/python2.4/site-packages/_tkinter.so - found
> ===> py24-imaging-1.1.5 depends on file: /usr/local/bin/python2.4 - found
> ===> py24-imaging-1.1.5 depends on shared library: jpeg.9 - found
> ===> py24-imaging-1.1.5 depends on shared library: freetype.9 - found
> ===> Generating temporary packing list
> ===> Checking if graphics/py-imaging already installed
> ===> An older version of graphics/py-imaging is already installed (py23-imaging-1.1.5)
> You may wish to ``make deinstall'' and install this port again
> by ``make reinstall'' to upgrade it properly.
> If you really wish to overwrite the old port of graphics/py-imaging
> without deleting it first, set the variable "FORCE_PKG_REGISTER"
> in your environment or the "make install" command line.
> *** Error code 1
>
> Stop in /usr/ports/graphics/py-imaging.
> *** Error code 1
>
> Stop in /usr/ports/graphics/py-imaging.
>
> Ideas?
> TIA,
> Tony
>
>
>
> /usr/ports/graphics/py-imaging
>
>
>
>
Maybe a long shot, but I would try something in the line of:
pkg_delete -f "py23-imaging-1.1.5*"
or try
pkg_info | grep py23-imaging
to get the exact name and use it in pkg_delete
the try installing the new port.
Also make sure you have not missed any steps mentioned in
/usr/ports/UPDATING
I've never had python23, but there are specific steps to follow
upgrading e.g 2.4 to 2.5
Make sure you have not omitted any of the relevant steps for your version.
More information about the freebsd-questions
mailing list