From owner-freebsd-questions@FreeBSD.ORG Thu Jan 26 15:00:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D10D16A422 for ; Thu, 26 Jan 2006 15:00:09 +0000 (GMT) (envelope-from Peter.Marshall@caris.com) Received: from mailserv.caris.com (mailserv.caris.com [205.174.164.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCF0143D46 for ; Thu, 26 Jan 2006 15:00:08 +0000 (GMT) (envelope-from Peter.Marshall@caris.com) Received: from webmail.caris.com (webmail.caris.com [205.174.164.10]) by mailserv.caris.com (Postfix) with ESMTP id EDA3E48E6 for ; Thu, 26 Jan 2006 11:00:07 -0400 (AST) Received: from 142.166.2.115 ([142.166.2.115]) by webmail.caris.com (Horde MIME library) with HTTP for ; Thu, 26 Jan 2006 11:01:05 -0400 Message-ID: <20060126110105.4nbh5ijaosgo0ogw@webmail.caris.com> Date: Thu, 26 Jan 2006 11:01:05 -0400 From: Peter Marshall To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) Subject: problem with pango port 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: Thu, 26 Jan 2006 15:00:09 -0000 Hi, I was trying to install a different port that needed a newer version of pango. I went into the pango ports directory, and did a make deinstall. I thne downloaded pango version 1.10.2, put it in /usr/ports/distfiles, went into the pango ports directory, and did a make install clean. The install failed. I went to uninstall it, and I got the error at the bottom I then removed the download from the distfiles directory, did another make deinstall (which gave an error) and then a make install clean, and I got the error below again. ===> Checking if x11-toolkits/pango already installed pkg_info: package pango-1.10.2 has no origin recorded ===> pango-1.10.2 is already installed 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 x11-toolkits/pango 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/x11-toolkits/pango. Oh .. and now gaim does not work .. grunt. Anyway ... Can someone help me get rid of pango, and then get it installed again. Thanks Peter