From owner-freebsd-newbies@FreeBSD.ORG Thu Jan 29 05:09:50 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E30416A4CE for ; Thu, 29 Jan 2004 05:09:50 -0800 (PST) Received: from spock.dilkie.com (spock.dilkie.com [206.51.1.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ABBF43D1F for ; Thu, 29 Jan 2004 05:09:47 -0800 (PST) (envelope-from lee@dilkie.com) Received: from borg (borg.dilkie.com [206.51.1.193]) (authenticated bits=0) by spock.dilkie.com (8.12.10/8.12.10) with ESMTP id i0TD9btY021965 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 29 Jan 2004 08:09:42 -0500 (EST) (envelope-from lee@dilkie.com) From: "Lee Dilkie" To: , Date: Thu, 29 Jan 2004 08:09:35 -0500 Message-ID: <013e01c3e669$255de190$c10133ce@dilkie.com> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal In-Reply-To: <1075347554.47768.11.camel@Desolation> X-Scanned-By: MIMEDefang 2.39 Subject: RE: Portupgrade and a lot of packages not being build or not compilingproperly. X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jan 2004 13:09:50 -0000 > -----Original Message----- > From: owner-freebsd-newbies@freebsd.org > [mailto:owner-freebsd-newbies@freebsd.org]On Behalf Of Jammet > Sent: Wednesday, January 28, 2004 10:39 PM > To: freebsd-newbies@freebsd.org > Subject: Portupgrade and a lot of packages not being build or not > compilingproperly. > > > I am a 4 day old fbsd user, i used linux for about 8 years > before that, > but im trying to figure out how to make portupgrade compile everything > and fix the depenincy problems i seem to be running in too. I > generally > work best with a step by step idea of help, if you tell me to go to a > man file that wont help because i have read the portupgrade manual, i > have read the handbook 7 times all the way through. So please any help > with this would be greatly appreciated. > Looks like you got bitten by a recent bug-ette in gettext. I'm sure it'll be fixed soon enough but in the meantime, follow the directions below and you should be able to get portupgrade to complete. [from kent] > ... > > Maybe I messed something up during the pkgdb command. > Can someone help me figure out what to do to get the evolution port > to install? You have to pkg_delete -f gettext-0.12.1 cd /usr/ports/devel/gettext-old make install [and do the hold_pkgs thing] as described at http://www.bsdforums.org/forums/showthread.php?threadid=18154 hopefully we'll be able to remove that soon. -lee