From owner-freebsd-gnome@FreeBSD.ORG Tue Nov 22 06:10:40 2005 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF9E316A47C for ; Tue, 22 Nov 2005 06:10:40 +0000 (GMT) (envelope-from davidd@tinkywinky.stack.nl) Received: from mx1.stack.nl (meestal.stack.nl [131.155.140.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C38E43D6A for ; Tue, 22 Nov 2005 06:10:35 +0000 (GMT) (envelope-from davidd@tinkywinky.stack.nl) Received: by mx1.stack.nl (Postfix, from userid 65534) id 90AF44AC40; Tue, 22 Nov 2005 06:41:57 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on snail.stack.nl X-Spam-Level: X-Spam-Status: No, score=-4.0 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 Received: from tinkywinky.stack.nl (tinkywinky.stack.nl [IPv6:2001:610:1108:5011:204:75ff:fed3:4fd7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.stack.nl (Postfix) with ESMTP id 12D3E4AC38 for ; Tue, 22 Nov 2005 06:41:56 +0100 (CET) Received: from tinkywinky.stack.nl (davidd@localhost [127.0.0.1]) by tinkywinky.stack.nl (8.13.4/8.12.9) with ESMTP id jAM5gM5e094662; Tue, 22 Nov 2005 06:42:22 +0100 (CET) (envelope-from davidd@tinkywinky.stack.nl) Received: (from davidd@localhost) by tinkywinky.stack.nl (8.13.4/8.12.9/Submit) id jAM5gIZq094661; Tue, 22 Nov 2005 06:42:18 +0100 (CET) Date: Tue, 22 Nov 2005 06:42:18 +0100 From: David van Deijk To: gnome@freebsd.org Message-ID: <20051122054217.GZ3140@van.deijk.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Operating-System: Powered by FreeBSD X-Editor: Vi X-Romanian-alphabet: =?iso-8859-1?Q?a=E3=E2bcdefghi=EEjklmnoprs?= =?iso-8859-1?Q?=BAt=FEuvxz?= Cc: Subject: atk 1.10.3 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2005 06:10:41 -0000 Hoia, compiling atk-1.10.3 from the freebsd ports tree i got the following error gnome-libtool: link: CURRENT `1010' is not a nonnegative integer gnome-libtool: link: `1010:3:1010' is not valid version information *** Error code 1 I fixed this error by adding | [1-9][0-9][0-9][0-9] on a couple of lines to make 4 digit version numbers legal as well. Later i found this similar error in libpango gnome-libtool: link: CURRENT `1001' is not a nonnegative integer gnome-libtool: link: `1001:0:1001' is not valid version information gmake[4]: *** [libpango-1.0.la] Error 1 I hope it is usefull to you. David van Deijk.