From owner-freebsd-questions@FreeBSD.ORG Wed Nov 14 16:19:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7224416A598 for ; Wed, 14 Nov 2007 16:19:05 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.freebsd.org (Postfix) with ESMTP id E9C4013C517 for ; Wed, 14 Nov 2007 16:19:04 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from freebsdgr.dyndns.org (athedsl-314702.home.otenet.gr [85.72.84.236]) (authenticated bits=0) by aiolos.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id lAEGJ1O5021822 for ; Wed, 14 Nov 2007 18:19:02 +0200 Message-ID: <473B1FF4.4010906@otenet.gr> Date: Wed, 14 Nov 2007 18:19:00 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.6 (X11/20071109) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <8C9F4E55D5AFC1C-918-2AB6@webmail-me12.sysops.aol.com> <473B119C.2090105@unsane.co.uk> <8C9F4EDA68542DE-918-2F40@webmail-me12.sysops.aol.com> In-Reply-To: <8C9F4EDA68542DE-918-2F40@webmail-me12.sysops.aol.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Tkinter Libraries Needed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Nov 2007 16:19:05 -0000 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.