From owner-freebsd-questions@FreeBSD.ORG Tue May 17 18:08:24 2005 Return-Path: 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 E482A16A4CE for ; Tue, 17 May 2005 18:08:24 +0000 (GMT) Received: from smtp-out2.blueyonder.co.uk (smtp-out2.blueyonder.co.uk [195.188.213.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F19843DC7 for ; Tue, 17 May 2005 18:08:23 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.37.55] ([82.41.37.55]) by smtp-out2.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Tue, 17 May 2005 19:09:01 +0100 Message-ID: <428A3313.8070405@dial.pipex.com> Date: Tue, 17 May 2005 19:08:19 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.7) Gecko/20050510 X-Accept-Language: en, en-us MIME-Version: 1.0 To: Gregory Nou References: <428A2205.8020704@altern.org> <20050517115718.K26182@mail.goinet.com> In-Reply-To: <20050517115718.K26182@mail.goinet.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 17 May 2005 18:09:01.0077 (UTC) FILETIME=[80A19C50:01C55B0B] cc: FreeBSD-Questions Questions Subject: Re: gnome-vfs does not compile. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 18:08:25 -0000 Tony Shadwick wrote: > 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 ? >> You could also try uninstalling and reinstalling libtool15. cd /usr/ports/devel/libtool15; make deinstall; make reinstall Also make sure libtool13 isn't there (it should be redundant by now, I think, so if it's installled you can uninstall it). Some combination of the above fixed similar problems for me. --Alex