Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Nov 2007 18:19:00 +0200
From:      Manolis Kiagias <sonicy@otenet.gr>
To:        freebsd-questions@freebsd.org
Subject:   Re: Tkinter Libraries Needed
Message-ID:  <473B1FF4.4010906@otenet.gr>
In-Reply-To: <8C9F4EDA68542DE-918-2F40@webmail-me12.sysops.aol.com>
References:  <8C9F4E55D5AFC1C-918-2AB6@webmail-me12.sysops.aol.com>	<473B119C.2090105@unsane.co.uk> <8C9F4EDA68542DE-918-2F40@webmail-me12.sysops.aol.com>

next in thread | previous in thread | raw e-mail | index | archive | help
tonylabarbara@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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?473B1FF4.4010906>