From owner-freebsd-questions@FreeBSD.ORG Sat May 17 00:39:58 2008 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 0A427106564A for ; Sat, 17 May 2008 00:39:58 +0000 (UTC) (envelope-from jwynstra@nyc.rr.com) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.122]) by mx1.freebsd.org (Postfix) with ESMTP id C52ED8FC1A for ; Sat, 17 May 2008 00:39:57 +0000 (UTC) (envelope-from jwynstra@nyc.rr.com) Received: from [74.73.126.126] by hrndva-omta04.mail.rr.com with ESMTP id <20080517003956.VCYP4128.hrndva-omta04.mail.rr.com@[74.73.126.126]>; Sat, 17 May 2008 00:39:56 +0000 Message-ID: <482E294B.8010408@nyc.rr.com> Date: Fri, 16 May 2008 20:39:39 -0400 From: John Wynstra User-Agent: Thunderbird 2.0.0.9 (X11/20080415) MIME-Version: 1.0 To: jwynstra@nyc.rr.com References: <482C9DE5.60906@nyc.rr.com> <20080515205252.GA2821@osiris.chen.org.nz> <482CEA3E.1090402@nyc.rr.com> <20080516035346.GA35105@osiris.chen.org.nz> <482DDA7B.6020201@nyc.rr.com> <482DF607.4050209@nyc.rr.com> In-Reply-To: <482DF607.4050209@nyc.rr.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Jonathan Chen Subject: Re: another problem ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jwynstra@nyc.rr.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 00:39:58 -0000 (1) How do I test the version number of this? (2) I did portsnap extract as this was the first time I did this (the previous /usr/ports tree came from the CDROM) (3) I did another make install and it fails with ... mv -f ".libs/libgiofam.expT" ".libs/libgiofam.exp" cc -shared .libs/libgiofam_la-fam-helper.o .libs/libgiofam_la-fam-module.o .libs/libgiofam_la-gfamdirectorymonitor.o .libs/libgiofam_la-gfamfilemonitor.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libintl.so -lgio-2.0 /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libfam.so -Wl,-soname -Wl,libgiofam.so -Wl,-retain-symbols-file -Wl,.libs/libgiofam.exp -o .libs/libgiofam.so /usr/bin/ld: cannot find -lgio-2.0 gmake: *** [libgiofam.la] Error 1 *** Error code 2 Stop in /usr/ports/devel/gio-fam-backend. *** Error code 1 Stop in /usr/ports/net/avahi-app. *** Error code 1 Stop in /usr/ports/devel/gnome-vfs. *** Error code 1 Stop in /usr/ports/devel/gnome-vfs. *** Error code 1 Stop in /usr/ports/editors/openoffice.org-2. [root@ /usr/ports/editors/openoffice.org-2]# John Wynstra wrote: > I think I should use portsnap. > > # portsnap fetch > # portsnap update # since there already is a /usr/ports subtree > > John Wynstra wrote: >> I asked Jonathan Chen what was the easiest way to do this. Was it >> CSup? Also how do I check for the latest version? The manual >> indicates pkg_version -v does this, but it does not list all ports >> and in particular not the ones I am interested in which are in >> /usr/ports/editors. Is there a way to get these? Does one get all >> the ports at one shot which might be useful as I don't know where I >> am going wrong. Or just the one? >> >> Jonathan Chen wrote: >>> On Thu, May 15, 2008 at 09:58:22PM -0400, John Wynstra wrote: >>> >>>> I cleaned up and reran the make install ... >>>> +++++++++++++++++++++++++++++++++++++++++++ >>>> ===> openoffice.org-2.3.1 depends on file: >>>> /usr/local/bin/perl5.8.8 - found >>>> ===> Patching for openoffice.org-2.3.1 >>>> >>> >>> You need to update your ports tree. The current version is 2.4.0_5. >>> >>> Please consult the Handbook on how to keep your ports-tree up to date: >>> >>> >>> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html