From owner-freebsd-questions@FreeBSD.ORG Wed May 25 19:51:26 2005 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 3C5C716A41C for ; Wed, 25 May 2005 19:51:26 +0000 (GMT) (envelope-from gregorynou@altern.org) Received: from esemetz.metz.supelec.fr (esemetz.metz.supelec.fr [193.48.224.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C48F43D4C for ; Wed, 25 May 2005 19:51:25 +0000 (GMT) (envelope-from gregorynou@altern.org) Received: from [193.48.225.2] (nou.rez-metz.supelec.fr [193.48.225.2]) by esemetz.metz.supelec.fr (8.11.6/8.9.3) with ESMTP id j4PJpBs23803; Wed, 25 May 2005 21:51:12 +0200 Message-ID: <4294D73E.6010700@altern.org> Date: Wed, 25 May 2005 21:51:26 +0200 From: Gregory Nou User-Agent: Mozilla Thunderbird 1.0 (X11/20050206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tony Shadwick References: <428A2205.8020704@altern.org> <20050517115718.K26182@mail.goinet.com> In-Reply-To: <20050517115718.K26182@mail.goinet.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD-Questions Questions Subject: Re: gnome-vfs does not compile. 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, 25 May 2005 19:51:26 -0000 Tony Shadwick wrote: > Few really quick questions here: > > 1. When was the last time you cvsup'd your ports tree? > 2. Have you checked to make sure the rest of your ports are current? > > If 1. is recently, and 2. is yes, then I'd make clean on it and try to > use portinstall gnome-vfs and see what happens. If you answered > "never", or "quite a while ago" to the first one, I strongly suggest > cvsup'ing your ports first, then make sure your other ports are > current before attempting to proceed, then try portinstall gnome-vfs. > > Tony > > On Tue, 17 May 2005, Gregory Nou wrote: > >> When I try to compile gnome-vfs-2.10.1, I get this : >> >> libtool15: link: CURRENT `1000' is not a nonnegative integer >> libtool15: link: `1000:1:1000' is not valid version information >> gmake[3]: *** [libgnomevfs-2.la] Erreur 1 >> >> That's quite surprising. Why does it say 1000 is not a nonnegative >> integer ??? >> Does anyone knows how I could fix this ? >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> > That's right, I just needed to cvsup and portupgrade everything and now, that works just fine :) Thanks !