From owner-freebsd-questions@FreeBSD.ORG Thu Jan 26 19:43:51 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 BE06116A420 for ; Thu, 26 Jan 2006 19:43:51 +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 4081543D45 for ; Thu, 26 Jan 2006 19:43:51 +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 7A56948F7; Thu, 26 Jan 2006 15:43:50 -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 15:44:47 -0400 Message-ID: <20060126154447.dz3k61u2yo8008ck@webmail.caris.com> Date: Thu, 26 Jan 2006 15:44:47 -0400 From: Peter Marshall To: Lowell Gilbert References: <20060126110105.4nbh5ijaosgo0ogw@webmail.caris.com> <443bjaztj8.fsf@be-well.ilk.org> In-Reply-To: <443bjaztj8.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) Cc: freebsd-questions@freebsd.org Subject: Re: 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 19:43:51 -0000 I tried the pkg_delete pango-* This is the output. marshallbsd# pkg_delete pango pkg_delete: no such package 'pango' installed I then tried pkgdb -Fvu It came up to the line with pango and it asked me if I wanted to unregister it. I said yes, and then it finished. I get this when I run make deinstall in the pango directory now marshallbsd# make deinstall ===> Deinstalling for x11-toolkits/pango ===> pango-1.10.2 has a different PREFIX: , skipping I get the same error as before when I try to do a make install clean. ANy other suggestions. Than you for the ones already given Peter Quoting Lowell Gilbert : > Peter Marshall writes: > >> 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. > > "pkg_delete pango-*". >