From owner-freebsd-questions@FreeBSD.ORG Wed Aug 2 13:35:05 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 A445A16A500 for ; Wed, 2 Aug 2006 13:35:05 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDE3B43D55 for ; Wed, 2 Aug 2006 13:35:00 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend3.internal (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id B8B9ED9302C for ; Wed, 2 Aug 2006 09:34:59 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by frontend3.internal (MEProxy); Wed, 02 Aug 2006 09:35:03 -0400 X-Sasl-enc: rbiKTQ6xCIJ8rOeo36zh+z4p7CvnSxeAAn3S1eWRVlPp 1154525702 Received: from [192.168.1.2] (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mail.messagingengine.com (Postfix) with ESMTP id D0B3679BB for ; Wed, 2 Aug 2006 09:35:01 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Wed, 2 Aug 2006 14:34:46 +0100 User-Agent: KMail/1.9.3 References: <20060802122218.70875.qmail@web27613.mail.ukl.yahoo.com> In-Reply-To: <20060802122218.70875.qmail@web27613.mail.ukl.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608021434.56075.list-freebsd-2004@morbius.sent.com> Subject: Re: Weird result of portupgrade -aRr concerning pkgconfig or is it pkg-config? 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, 02 Aug 2006 13:35:05 -0000 On Wednesday 02 August 2006 13:22, Bobby Knight wrote: > Hello Newly installed 6.1. Barely touched ports so one would expect it > to work, yet it fails brutally for me as a new user when I do portupgrade > -arR just to upgrade a few packages. I have no clue why and what to do > so I am hoping someone here knows. Can't see what I have done wrong. I > have followed the available ports docs/mans slavishly. > > That is always cvsup ports and do a portsdb -Fu; portaudit -Fa before > upgrade as well as read UPDATING. The info I've managed to gather is > listed below. I don't want to retry the installation and maybe screw up > things more before I ask you guys. Problem seems to be with pkg-config or > pkgconfig....... pkgconfig puzzles me. There > > exits no port of this in the tree yet it somehow is a package now. $ grep pkgconfig /usr/ports/MOVED devel/pkgconfig|devel/pkg-config|2006-05-27|Renamed to use real vendor package name You can probably just pkg_delete pkgconfig, and fix-up the dependencies. Between the two you probably need to install the new version.